Skip to content

Commit

Permalink
Switch to netstandard2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
junian committed May 26, 2018
1 parent 0da5e45 commit a843d34
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Termission.Core.Dotnet/Termission.Core.Dotnet.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="SerialPortStream" Version="2.1.3" />
<PackageReference Include="SerialPortStream" Version="2.0.3" />
</ItemGroup>

</Project>
2 changes: 1 addition & 1 deletion src/Termission.Core/Termission.Core.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>netstandard1.6</TargetFramework>
<TargetFramework>netstandard2.0</TargetFramework>
<RootNamespace>Juniansoft.Termission.Core</RootNamespace>
<Title>Termission</Title>
<Copyright>Copyright © 2018</Copyright>
Expand Down

0 comments on commit a843d34

Please sign in to comment.