Skip to content

Commit

Permalink
NuSpec: Fix warnings by NuGet 5.11
Browse files Browse the repository at this point in the history
Issue: #105
  • Loading branch information
jcurl committed May 8, 2020
1 parent 2fabb7e commit 4950e54
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions code/SerialPortStream.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>SerialPortStream</id>
<version>2.2.1</version>
<version>2.2.1.1</version>
<title>SerialPortStream</title>
<authors>Jason Curl</authors>
<owners>Jason Curl</owners>
<licenseUrl>https://github.com/jcurl/SerialPortStream/blob/v2.x/LICENSE</licenseUrl>
<license type="expression">MS-PL</license>
<projectUrl>https://github.com/jcurl/serialportstream</projectUrl>
<requireLicenseAcceptance>true</requireLicenseAcceptance>
<description>An independent implementation of System.IO.Ports.SerialPort and SerialStream for better reliability and maintainability.</description>
Expand All @@ -33,6 +33,8 @@
<dependency id="System.Threading.ThreadPool" version="[4.3.0, )" />
<dependency id="Microsoft.Win32.Registry" version="[4.3.0, )" />
</group>
<group targetFramework=".NETFramework4.0"/>
<group targetFramework=".NETFramework4.5"/>
</dependencies>
</metadata>
<files>
Expand Down

0 comments on commit 4950e54

Please sign in to comment.