22 <Import Project =" $(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" />
33 <PropertyGroup >
44 <TargetFramework >netstandard1.6</TargetFramework >
5-
6- <!-- NuGet package details. -->
75 <Authors >Whathecode</Authors >
86 <PackageId >NET-Standard-Library-Extension</PackageId >
7+ <PackageVersion >1.0.1</PackageVersion >
8+ <ProductVersion >1.0.1</ProductVersion >
99 <Description >Highly reuseable classes and methods I find to be missing in the .NET Standard Library.</Description >
1010 <PackageReleaseNotes >First release after porting suitable parts of the old FCL library extension to .NET Standard.</PackageReleaseNotes >
1111 <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 >
1815 </PropertyGroup >
1916 <ItemGroup >
2017 <Compile Include =" **\*.cs" />
3330 <Version >1.6.1</Version >
3431 </PackageReference >
3532 </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 >
4433 <Import Project =" $(MSBuildToolsPath)\Microsoft.CSharp.targets" />
4534</Project >
0 commit comments