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 22611cd commit 1dece20
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion TestApp.NetCore/TestApp.NetCore.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="2.2.0" />
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="3.0.0" />
<PackageReference Include="NETStandard.Library" Version="2.0.3" />
<PackageReference Include="NLog.Extensions.Logging" Version="1.6.1" />
</ItemGroup>
Expand Down
6 changes: 3 additions & 3 deletions ZWaveLib/ZWaveLib.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
</PropertyGroup>

<ItemGroup Condition=" '$(TargetFramework)' == 'netstandard2.0' ">
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="2.2.0" />
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="2.2.0" />
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="3.0.0" />
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="3.0.0" />
<PackageReference Include="NLog.Extensions.Logging" Version="1.6.1" />
<PackageReference Include="NLog" Version="4.6.7" />
</ItemGroup>
Expand All @@ -30,6 +30,6 @@
<!-- common -->
<ItemGroup>
<Reference Include="Microsoft.CSharp" />
<PackageReference Include="SerialPortLib" Version="1.0.20" />
<PackageReference Include="SerialPortLib" Version="1.0.23" />
</ItemGroup>
</Project>
4 changes: 2 additions & 2 deletions ZWaveLib/ZWaveLib.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ https://github.com/genielabs/zwave-lib-dotnet</description>
<group targetFramework="netstandard2.0">
<dependency id="NLog" version="4.6.7" />
<dependency id="NLog.Extensions.Logging" version="1.6.1" />
<dependency id="Microsoft.Extensions.DependencyInjection" version="2.2.0" />
<dependency id="Microsoft.Extensions.Logging.Abstractions" version="2.2.0" />
<dependency id="Microsoft.Extensions.DependencyInjection" version="3.0.0" />
<dependency id="Microsoft.Extensions.Logging.Abstractions" version="3.0.0" />
</group>
</dependencies>
</metadata>
Expand Down

0 comments on commit 1dece20

Please sign in to comment.