diff --git a/docs/docfx.json b/docs/docfx.json index b8c2e0fe..d1b94b65 100644 --- a/docs/docfx.json +++ b/docs/docfx.json @@ -19,7 +19,7 @@ } ], "dest": "../artifacts/docs/api/netfx", - "properties": { "TargetFramework": "net451" }, + "properties": { "TargetFramework": "net452" }, "disableGitFeatures": false, "disableDefaultFilter": false }, diff --git a/src/NmeaParser/NmeaParser.csproj b/src/NmeaParser/NmeaParser.csproj index fde03858..7bddef98 100644 --- a/src/NmeaParser/NmeaParser.csproj +++ b/src/NmeaParser/NmeaParser.csproj @@ -1,6 +1,7 @@  + - + netstandard2.0;netstandard1.4;netcoreapp2.1;net452;monoandroid50;monoandroid70;xamarinios10;uap10.0.18362 true true @@ -11,7 +12,7 @@ An NMEA stream parser for serial port, bluetooth and file-based nmea simulation. NMEA GPS GNSS Serialport Bluetooth Navigation NTRIP RTCM Galileo GLONASS BeiDou Garmin Trimble SharpGIS.NmeaParser - 2.2.1 + 2.2.2 NMEA Parser Apache-2.0 https://dotmorten.github.io/NmeaParser/ @@ -30,7 +31,15 @@ enable logo.png - 2.2.0.0 + + + + true + 2.2.0 + + false + + PackageValidationSuppression.txt @@ -40,7 +49,7 @@ $(DefineConstants);NETSTANDARD - + $(DefineConstants);NETFX