Skip to content

Commit 42817dd

Browse files
committed
netstandard1.4 => netstandard1.6
1 parent 1e458bc commit 42817dd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Qiniu/Qiniu.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
3-
<TargetFrameworks Condition="'$(LibraryFrameworks)'==''">net46;net45;net40;net35;net20;netstandard1.4</TargetFrameworks>
3+
<TargetFrameworks Condition="'$(LibraryFrameworks)'==''">net46;net45;net40;net35;net20;netstandard1.6</TargetFrameworks>
44
<TargetFrameworks Condition="'$(LibraryFrameworks)'!=''">$(LibraryFrameworks)</TargetFrameworks>
55
<AssemblyVersion>7.2.15</AssemblyVersion>
66
<FileVersion>7.2.15</FileVersion>
@@ -57,7 +57,7 @@
5757
<Product>Qiniu (Cloud) C# SDK v7.2.15 (.NET 2.0)</Product>
5858
<DefineConstants>Net20</DefineConstants>
5959
</PropertyGroup>
60-
<PropertyGroup Condition="'$(TargetFramework)' == 'netstandard1.4'">
60+
<PropertyGroup Condition="'$(TargetFramework)' == 'netstandard1.6'">
6161
<AssemblyTitle>Qiniu (Cloud) C# SDK v7.2.15 (.Net Core)</AssemblyTitle>
6262
<Description>Qiniu (Cloud) C# SDK v7.2.15 (.Net Core)</Description>
6363
<Product>Qiniu (Cloud) C# SDK v7.2.15 (.Net Core)</Product>

0 commit comments

Comments
 (0)