We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a2c5b73 commit d3c3185Copy full SHA for d3c3185
example/NETCore.Encrypt.Demo/NETCore.Encrypt.Demo.csproj
@@ -2,7 +2,7 @@
2
3
<PropertyGroup>
4
<OutputType>Exe</OutputType>
5
- <TargetFramework>netcoreapp2.2</TargetFramework>
+ <TargetFramework>netcoreapp3.1</TargetFramework>
6
</PropertyGroup>
7
8
<ItemGroup>
test/NETCore.Encrypt.Tests/NETCore.Encrypt.Tests.csproj
@@ -1,7 +1,7 @@
1
<Project Sdk="Microsoft.NET.Sdk">
- <TargetFramework>netcoreapp2.1</TargetFramework>
0 commit comments