Skip to content

Commit a9ed3cf

Browse files
committed
update project file
1 parent f85813d commit a9ed3cf

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

src/Cuiliang.AliyunOssSdk.csproj

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
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>
@@ -8,14 +7,17 @@
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>
@@ -39,9 +41,7 @@
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>

0 commit comments

Comments
 (0)