1 <Project Sdk="Microsoft.NET.Sdk">
3 <Import Project="$(MSBuildThisFileDirectory)directories.props" />
6 <TargetFramework>netstandard2.0</TargetFramework>
10 <DisableImplicitFrameworkReferences>false</DisableImplicitFrameworkReferences>
14 <IncludeBuildOutput>false</IncludeBuildOutput>
15 <NoPackageAnalysis>true</NoPackageAnalysis>
16 <NuspecBasePath>$(ProjectRootDir)</NuspecBasePath>
17 <NuspecProperties>$(NuspecProperties);fxversion=$(Version)</NuspecProperties>
18 <PackageOutputPath>$(OutputBaseDir)</PackageOutputPath>