File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change 1- <Project Sdk =" Microsoft.NET.Sdk" ToolsVersion =" 15.0" >
2-
1+ <Project Sdk =" Microsoft.NET.Sdk" ToolsVersion =" 15.0" >
32 <PropertyGroup >
43 <TargetFramework >netstandard1.6</TargetFramework >
54 <NoWarn >$(NoWarn);CS1998</NoWarn >
87 <GenerateAssemblyConfigurationAttribute >false</GenerateAssemblyConfigurationAttribute >
98 <GenerateAssemblyCompanyAttribute >false</GenerateAssemblyCompanyAttribute >
109 <GenerateAssemblyProductAttribute >false</GenerateAssemblyProductAttribute >
10+ <RepositoryUrl ></RepositoryUrl >
11+ <Authors >cuiliang.bj@gmail.com</Authors >
12+ <Description >Aliyun oss sdk for dotnet core.</Description >
13+ <PackageTags >Aliyun</PackageTags >
14+ <RepositoryUrl >https://github.com/cuiliang/Cuiliang.AliyunOssSdk</RepositoryUrl >
1115 </PropertyGroup >
12-
1316 <ItemGroup >
1417 <Compile Include =" **\*.cs" />
1518 <EmbeddedResource Include =" **\*.resx" />
1619 <EmbeddedResource Include =" compiler\resources\**\*" />
1720 </ItemGroup >
18-
1921 <ItemGroup >
2022 <PackageReference Include =" NETStandard.Library" >
2123 <Version >1.6.1</Version >
3941 <Version >4.3.0</Version >
4042 </PackageReference >
4143 </ItemGroup >
42-
4344 <PropertyGroup Condition =" '$(Configuration)' == 'Release' " >
4445 <DefineConstants >$(DefineConstants);RELEASE</DefineConstants >
4546 </PropertyGroup >
46-
47- </Project >
47+ </Project >
You can’t perform that action at this time.
0 commit comments