Update NuGet package generation to SDK style

This commit is contained in:
Alexander Seminjakiw
2018-11-21 09:34:06 +01:00
parent 7ceddd015e
commit a3fd30a457
5 changed files with 11 additions and 31 deletions

View File

@@ -1,11 +1,19 @@
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<AllowedOutputExtensionsInPackageBuildOutputFolder>$(AllowedOutputExtensionsInPackageBuildOutputFolder);.pdb</AllowedOutputExtensionsInPackageBuildOutputFolder>
<Version>1.0.0</Version>
<Authors>Federico Barresi</Authors>
<Company>evopro AG</Company>
<Description>Reactive framework for Sharp7, the Ethernet S7 PLC communication suite</Description>
<PackageProjectUrl>https://github.com/evopro-ag/Sharp7Reactive</PackageProjectUrl>
<PackageLicenseUrl>https://raw.githubusercontent.com/evopro-ag/Sharp7Reactive/master/LICENSE</PackageLicenseUrl>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Sharp7" Version="1.0.13" />
<PackageReference Include="Sharp7" Version="1.0.18" />
<PackageReference Include="System.Reactive" Version="4.1.0" />
</ItemGroup>