Skip to content

Commit

Permalink
Target netcoreapp3.1 instead of the deprecated netcoreapp3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ryancheung committed Jun 15, 2021
1 parent 72cce70 commit 6369ef7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ImeSharp/ImeSharp.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFrameworks>net46;netstandard2.0;netcoreapp3.0;net5.0</TargetFrameworks>
<TargetFrameworks>net46;netstandard2.0;netcoreapp3.1;net5.0</TargetFrameworks>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
</PropertyGroup>

Expand Down

0 comments on commit 6369ef7

Please sign in to comment.