File tree Expand file tree Collapse file tree 2 files changed +6
-16
lines changed
Expand file tree Collapse file tree 2 files changed +6
-16
lines changed Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk" >
22 <PropertyGroup >
33 <PackageId >aliyun.sdk.oss</PackageId >
4- <Version >0.3.3</Version >
5- <TargetFramework >netstandard2.0</TargetFramework >
4+ <TargetFramework >netcoreapp3.1</TargetFramework >
65 <Description >Aliyun OSS SDK for .NET Core</Description >
7- <PackageTags >Aliyun </PackageTags >
6+ <PackageTags >aliyun </PackageTags >
87 <Authors >Cuiliang</Authors >
98 <PackageProjectUrl >https://github.com/cnblogs/Cuiliang.AliyunOssSdk</PackageProjectUrl >
109 <GeneratePackageOnBuild >true</GeneratePackageOnBuild >
1110 </PropertyGroup >
11+
1212 <ItemGroup >
13- <Folder Include =" Properties\" />
14- </ItemGroup >
15- <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" />
13+ <FrameworkReference Include =" Microsoft.AspNetCore.App" />
1914 </ItemGroup >
15+
2016</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.2 </TargetFramework >
4+ <TargetFramework >netcoreapp3.1 </TargetFramework >
55 </PropertyGroup >
66 <PropertyGroup >
77 <LangVersion >latest</LangVersion >
88 </PropertyGroup >
99 <ItemGroup >
1010 <ProjectReference Include =" ..\..\src\Cuiliang.AliyunOssSdk.csproj" />
1111 </ItemGroup >
12- <ItemGroup >
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" />
17- </ItemGroup >
1812</Project >
You can’t perform that action at this time.
0 commit comments