1 <Project Sdk="Microsoft.NET.Sdk">
4 <TargetFramework>netstandard2.0</TargetFramework>
8 <DisableImplicitFrameworkReferences>false</DisableImplicitFrameworkReferences>
12 <IncludeBuildOutput>false</IncludeBuildOutput>
13 <NoPackageAnalysis>true</NoPackageAnalysis>
14 <NuspecBasePath>$(MSBuildThisFileDirectory)..\</NuspecBasePath>
15 <NuspecProperties>$(NuspecProperties);fxversion=$(Version)</NuspecProperties>