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