Skip to content

Commit

Permalink
Fix target frameworks.
Browse files Browse the repository at this point in the history
  • Loading branch information
Vincent Wilms committed Nov 13, 2019
1 parent 59e3c84 commit 7312366
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion build/build.props
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
<DebugType>embedded</DebugType>
<EmbedAllSources>true</EmbedAllSources>
<LangVersion>latest</LangVersion>
<TargetFramework>netstandard2.0</TargetFramework>
<NoPackageAnalysis>true</NoPackageAnalysis>
</PropertyGroup>

Expand Down
2 changes: 1 addition & 1 deletion src/FluentModbus/FluentModbus.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
</ItemGroup>

<ItemGroup Condition="'$(TargetFramework)'=='netstandard2.1'">
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="2.2.0" />
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="3.0.0" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit 7312366

Please sign in to comment.