File tree Expand file tree Collapse file tree 2 files changed +22
-22
lines changed
Expand file tree Collapse file tree 2 files changed +22
-22
lines changed Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk" >
2- <PropertyGroup >
3- <PackageId >aliyun.sdk.oss</PackageId >
4- < TargetFramework >netcoreapp3.1</ TargetFramework >
5- <Description >Aliyun OSS SDK for .NET Core</Description >
6- <PackageTags >aliyun</PackageTags >
7- <Authors >Cuiliang</Authors >
8- <PackageProjectUrl >https://github.com/cnblogs/Cuiliang.AliyunOssSdk</PackageProjectUrl >
9- <GeneratePackageOnBuild >true</GeneratePackageOnBuild >
10- </PropertyGroup >
2+ <PropertyGroup >
3+ <PackageId >aliyun.sdk.oss</PackageId >
4+ < TargetFrameworks >netcoreapp3.1;net6.0;net7.0</ TargetFrameworks >
5+ <Description >Aliyun OSS SDK for .NET Core</Description >
6+ <PackageTags >aliyun</PackageTags >
7+ <Authors >Cuiliang</Authors >
8+ <PackageProjectUrl >https://github.com/cnblogs/Cuiliang.AliyunOssSdk</PackageProjectUrl >
9+ <GeneratePackageOnBuild >true</GeneratePackageOnBuild >
10+ </PropertyGroup >
1111
12- <ItemGroup >
13- <FrameworkReference Include =" Microsoft.AspNetCore.App" />
14- </ItemGroup >
12+ <ItemGroup >
13+ <FrameworkReference Include =" Microsoft.AspNetCore.App" />
14+ </ItemGroup >
1515
1616</Project >
Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk" >
2- <PropertyGroup >
3- <OutputType >Exe</OutputType >
4- <TargetFramework >netcoreapp3.1 </TargetFramework >
5- </PropertyGroup >
6- <PropertyGroup >
7- <LangVersion >latest</LangVersion >
8- </PropertyGroup >
9- <ItemGroup >
10- <ProjectReference Include =" ..\..\src\Cuiliang.AliyunOssSdk.csproj" />
11- </ItemGroup >
2+ <PropertyGroup >
3+ <OutputType >Exe</OutputType >
4+ <TargetFramework >net7.0 </TargetFramework >
5+ </PropertyGroup >
6+ <PropertyGroup >
7+ <LangVersion >latest</LangVersion >
8+ </PropertyGroup >
9+ <ItemGroup >
10+ <ProjectReference Include =" ..\..\src\Cuiliang.AliyunOssSdk.csproj" />
11+ </ItemGroup >
1212</Project >
You can’t perform that action at this time.
0 commit comments