2
2
<Import Project =" $(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" />
3
3
<PropertyGroup >
4
4
<TargetFramework >netstandard1.6</TargetFramework >
5
-
6
- <!-- NuGet package details. -->
7
5
<Authors >Whathecode</Authors >
8
6
<PackageId >NET-Standard-Library-Extension</PackageId >
7
+ <PackageVersion >1.0.1</PackageVersion >
8
+ <ProductVersion >1.0.1</ProductVersion >
9
9
<Description >Highly reuseable classes and methods I find to be missing in the .NET Standard Library.</Description >
10
10
<PackageReleaseNotes >First release after porting suitable parts of the old FCL library extension to .NET Standard.</PackageReleaseNotes >
11
11
<Copyright >Copyright (c) 2016 Steven Jeuris</Copyright >
12
-
13
- <AssemblyName >Whathecode.System</AssemblyName >
14
- <PackageTargetFallback Condition =" '$(TargetFramework)' == 'netstandard1.6' " >$(PackageTargetFallback);dnxcore50</PackageTargetFallback >
15
- <GenerateAssemblyConfigurationAttribute >false</GenerateAssemblyConfigurationAttribute >
16
- <GenerateAssemblyCompanyAttribute >false</GenerateAssemblyCompanyAttribute >
17
- <GenerateAssemblyProductAttribute >false</GenerateAssemblyProductAttribute >
12
+ </PropertyGroup >
13
+ <PropertyGroup Label =" Configuration" >
14
+ <DocumentationFile >Whathecode.System.xml</DocumentationFile >
18
15
</PropertyGroup >
19
16
<ItemGroup >
20
17
<Compile Include =" **\*.cs" />
33
30
<Version >1.6.1</Version >
34
31
</PackageReference >
35
32
</ItemGroup >
36
- <ItemGroup />
37
- <PropertyGroup Label =" Configuration" >
38
- <OutputPath />
39
- <DocumentationFile >Whathecode.System.xml</DocumentationFile >
40
- </PropertyGroup >
41
- <PropertyGroup Condition =" '$(Configuration)' == 'Release' " >
42
- <DefineConstants >$(DefineConstants);RELEASE</DefineConstants >
43
- </PropertyGroup >
44
33
<Import Project =" $(MSBuildToolsPath)\Microsoft.CSharp.targets" />
45
34
</Project >
0 commit comments