Skip to content

Commit

Permalink
Merge pull request #8 from blackbone/develop
Browse files Browse the repository at this point in the history
disable netcore 3.1
  • Loading branch information
blackbone committed Oct 12, 2021
2 parents 7b8a559 + a820cb9 commit 85ced76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion QiwiApi/QiwiApi.csproj
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFrameworks>net45;net451;net452;net46;net461;net462;net47;net471;net472;net48;net5.0;netcoreapp3.1;netstandard1.1;netstandard1.2;netstandard1.3;netstandard1.4;netstandard1.5;netstandard1.6;netstandard1.7;netstandard2.0;netstandard2.1</TargetFrameworks>
<TargetFrameworks>net45;net451;net452;net46;net461;net462;net47;net471;net472;net48;net5.0;netstandard1.1;netstandard1.2;netstandard1.3;netstandard1.4;netstandard1.5;netstandard1.6;netstandard1.7;netstandard2.0;netstandard2.1</TargetFrameworks>
<RootNamespace>QiwiApiSharp</RootNamespace>
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
<Version>0</Version>
Expand Down

0 comments on commit 85ced76

Please sign in to comment.