Skip to content

Commit

Permalink
Switch to netstandard.
Browse files Browse the repository at this point in the history
  • Loading branch information
rwb196884 committed Dec 23, 2019
1 parent 0907493 commit 448cd0c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions EdiTools/EdiTools.csproj
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net462</TargetFramework>
<Version>1.0.5</Version>
<TargetFramework>netstandard2.0</TargetFramework>
<Version>1.0.6</Version>
<Authors>David Peng</Authors>
<Company />
<Product />
Expand All @@ -16,4 +16,4 @@
<PackagePath></PackagePath>
</None>
</ItemGroup>
</Project>
</Project>

0 comments on commit 448cd0c

Please sign in to comment.