Skip to content

Commit

Permalink
downgrade TargetFramework from netcoreapp3.1 to netcoreapp2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
inyutin-maxim committed Apr 2, 2020
1 parent b02a8a5 commit 26443c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion VkNet.Tests/VkNet.Tests.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<IsPackable>false</IsPackable>
<TargetFramework>netcoreapp3.1</TargetFramework>
<TargetFramework>netcoreapp2.1</TargetFramework>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.2.0" />
Expand Down

0 comments on commit 26443c7

Please sign in to comment.