From e0afc4fbce53a9955cba1f445751a953c5fb6d89 Mon Sep 17 00:00:00 2001 From: tagru Date: Wed, 23 May 2018 10:03:29 +0200 Subject: [PATCH] Retarget to .Net 4.5.2 additionally --- .gitignore | 1 + MibParser/SharpSnmpLib.Mib.csproj | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index d16b128..ec93046 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ MibParser/bin/ MibParser/obj/ .vs/SharpSnmpLib.Mib/v15/.suo .vs/SharpSnmpLib.Mib/v15/sqlite3/storage.ide +/.vs/SharpSnmpLib.Mib diff --git a/MibParser/SharpSnmpLib.Mib.csproj b/MibParser/SharpSnmpLib.Mib.csproj index 6ac3e68..d6cd0e9 100644 --- a/MibParser/SharpSnmpLib.Mib.csproj +++ b/MibParser/SharpSnmpLib.Mib.csproj @@ -1,7 +1,7 @@ - netcoreapp1.1 + net452;netcoreapp1.1 Lextm.SharpSnmpLib.Mib Lextm.SharpSnmpLib.Mib