Skip to content

Commit

Permalink
updated deps
Browse files Browse the repository at this point in the history
  • Loading branch information
genemars committed Jun 23, 2020
1 parent 2f09d71 commit bd901b3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions SerialPortLib/SerialPortLib.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
</PropertyGroup>

<ItemGroup Condition=" '$(TargetFramework)' == 'netstandard2.0' ">
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="2.2.0" />
<PackageReference Include="SerialPortStream" Version="2.2.0" />
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="3.0.0" />
<PackageReference Include="SerialPortStream" Version="2.2.1.1" />
<PackageReference Include="NetCoreSerial" Version="1.3.2" />
</ItemGroup>

Expand Down
2 changes: 1 addition & 1 deletion SerialPortLib/SerialPortLib.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,6 @@ Features
</dependencies>
</metadata>
<files>
<file src="bin\Debug\**" target="lib" />
<file src="bin\Debug\**\SerialPortLib.*" target="lib" />
</files>
</package>

0 comments on commit bd901b3

Please sign in to comment.