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" >
3
2
<PropertyGroup >
4
3
<TargetFramework >netstandard1.6</TargetFramework >
5
4
<NoWarn >$(NoWarn);CS1998</NoWarn >
8
7
<GenerateAssemblyConfigurationAttribute >false</GenerateAssemblyConfigurationAttribute >
9
8
<GenerateAssemblyCompanyAttribute >false</GenerateAssemblyCompanyAttribute >
10
9
<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 >
11
15
</PropertyGroup >
12
-
13
16
<ItemGroup >
14
17
<Compile Include =" **\*.cs" />
15
18
<EmbeddedResource Include =" **\*.resx" />
16
19
<EmbeddedResource Include =" compiler\resources\**\*" />
17
20
</ItemGroup >
18
-
19
21
<ItemGroup >
20
22
<PackageReference Include =" NETStandard.Library" >
21
23
<Version >1.6.1</Version >
39
41
<Version >4.3.0</Version >
40
42
</PackageReference >
41
43
</ItemGroup >
42
-
43
44
<PropertyGroup Condition =" '$(Configuration)' == 'Release' " >
44
45
<DefineConstants >$(DefineConstants);RELEASE</DefineConstants >
45
46
</PropertyGroup >
46
-
47
- </Project >
47
+ </Project >
You can’t perform that action at this time.
0 commit comments