File tree Expand file tree Collapse file tree 2 files changed +13
-13
lines changed Expand file tree Collapse file tree 2 files changed +13
-13
lines changed Original file line number Diff line number Diff line change 1- <Project Sdk =" Microsoft.NET.Sdk" ToolsVersion = " 15.0 " >
1+ <Project Sdk =" Microsoft.NET.Sdk" >
22 <PropertyGroup >
33 <PackageId >aliyun.sdk.oss</PackageId >
4- <TargetFramework >netstandard2.0</TargetFramework >
4+ <Version >0.3.3</Version >
5+ <TargetFramework >netstandard2.0</TargetFramework >
56 <Description >Aliyun OSS SDK for .NET Core</Description >
67 <PackageTags >Aliyun</PackageTags >
78 <Authors >Cuiliang</Authors >
89 <PackageProjectUrl >https://github.com/cnblogs/Cuiliang.AliyunOssSdk</PackageProjectUrl >
9- <IsPackable >true</IsPackable >
10+ <GeneratePackageOnBuild >true</GeneratePackageOnBuild >
1011 </PropertyGroup >
1112 <ItemGroup >
1213 <Folder Include =" Properties\" />
1314 </ItemGroup >
1415 <ItemGroup >
15- <PackageReference Include =" Microsoft.Extensions.DependencyInjection.Abstractions" Version =" 2.1.1" />
16- <PackageReference Include =" Microsoft.Extensions.Http" Version =" 2.1.1" />
17- <PackageReference Include =" Microsoft.Extensions.Options.ConfigurationExtensions" Version =" 2.1.1" />
18- <PackageReference Include =" System.Threading.Tasks.Extensions" Version =" 4.5.1" />
19- </ItemGroup >
16+ <PackageReference Include =" Microsoft.Extensions.DependencyInjection.Abstractions" Version =" 2.2.0" />
17+ <PackageReference Include =" Microsoft.Extensions.Http" Version =" 2.2.0" />
18+ <PackageReference Include =" Microsoft.Extensions.Options.ConfigurationExtensions" Version =" 2.2.0" />
19+ </ItemGroup >
2020</Project >
Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk" >
22 <PropertyGroup >
33 <OutputType >Exe</OutputType >
4- <TargetFramework >netcoreapp2.1 </TargetFramework >
4+ <TargetFramework >netcoreapp2.2 </TargetFramework >
55 </PropertyGroup >
66 <PropertyGroup >
77 <LangVersion >latest</LangVersion >
1010 <ProjectReference Include =" ..\..\src\Cuiliang.AliyunOssSdk.csproj" />
1111 </ItemGroup >
1212 <ItemGroup >
13- <PackageReference Include =" Microsoft.Extensions.Configuration" Version =" 2.1.1 " />
14- <PackageReference Include =" Microsoft.Extensions.Configuration.FileExtensions" Version =" 2.1.1 " />
15- <PackageReference Include =" Microsoft.Extensions.Configuration.Json" Version =" 2.1.1 " />
16- <PackageReference Include =" Microsoft.Extensions.DependencyInjection" Version =" 2.1.1 " />
13+ <PackageReference Include =" Microsoft.Extensions.Configuration" Version =" 2.2.0 " />
14+ <PackageReference Include =" Microsoft.Extensions.Configuration.FileExtensions" Version =" 2.2.0 " />
15+ <PackageReference Include =" Microsoft.Extensions.Configuration.Json" Version =" 2.2.0 " />
16+ <PackageReference Include =" Microsoft.Extensions.DependencyInjection" Version =" 2.2.0 " />
1717 </ItemGroup >
1818</Project >
You can’t perform that action at this time.
0 commit comments