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 1
1
<Project Sdk =" Microsoft.NET.Sdk" >
2
2
<PropertyGroup >
3
3
<PackageId >aliyun.sdk.oss</PackageId >
4
- <Version >0.3.3</Version >
5
- <TargetFramework >netstandard2.0</TargetFramework >
4
+ <TargetFramework >netcoreapp3.1</TargetFramework >
6
5
<Description >Aliyun OSS SDK for .NET Core</Description >
7
- <PackageTags >Aliyun </PackageTags >
6
+ <PackageTags >aliyun </PackageTags >
8
7
<Authors >Cuiliang</Authors >
9
8
<PackageProjectUrl >https://github.com/cnblogs/Cuiliang.AliyunOssSdk</PackageProjectUrl >
10
9
<GeneratePackageOnBuild >true</GeneratePackageOnBuild >
11
10
</PropertyGroup >
11
+
12
12
<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" />
19
14
</ItemGroup >
15
+
20
16
</Project >
Original file line number Diff line number Diff line change 1
1
<Project Sdk =" Microsoft.NET.Sdk" >
2
2
<PropertyGroup >
3
3
<OutputType >Exe</OutputType >
4
- <TargetFramework >netcoreapp2.2 </TargetFramework >
4
+ <TargetFramework >netcoreapp3.1 </TargetFramework >
5
5
</PropertyGroup >
6
6
<PropertyGroup >
7
7
<LangVersion >latest</LangVersion >
8
8
</PropertyGroup >
9
9
<ItemGroup >
10
10
<ProjectReference Include =" ..\..\src\Cuiliang.AliyunOssSdk.csproj" />
11
11
</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 >
18
12
</Project >
You can’t perform that action at this time.
0 commit comments