PkmnLib.NET/PkmnLib.Static/PkmnLib.Static.csproj
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
656 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netstandard2.1</TargetFramework>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
<DocumentationFile>bin\Debug\netstandard2.1\PkmnLib.Static.xml</DocumentationFile>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
<DocumentationFile>bin\Release\netstandard2.1\PkmnLib.Static.xml</DocumentationFile>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="PcgRandom"/>
<PackageReference Include="System.Collections.Immutable"/>
</ItemGroup>
</Project>