PkmnLib.NET/Directory.Build.props
Deukhoofd 3309711856
Some checks failed
continuous-integration/drone/push Build is failing
Move to centralized package management
2025-05-16 15:15:11 +02:00

21 lines
751 B
XML

<Project>
<PropertyGroup>
<PathMap>$([System.IO.Path]::GetFullPath('$(MSBuildThisFileDirectory)'))=./</PathMap>
</PropertyGroup>
<PropertyGroup>
<Nullable>enable</Nullable>
<LangVersion>12</LangVersion>
<WarningsAsErrors>nullable</WarningsAsErrors>
<UseArtifactsOutput>true</UseArtifactsOutput>
<ImplicitUsings>enable</ImplicitUsings>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="JetBrains.Annotations"/>
<PackageReference Include="PolySharp">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
</ItemGroup>
</Project>