PkmnLib.NET/PkmnLib.Static/PkmnLib.Static.csproj
2025-05-03 17:52:50 +02:00

24 lines
810 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netstandard2.1</TargetFramework>
<LangVersion>12</LangVersion>
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
</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" Version="1.2.0"/>
<PackageReference Include="System.Collections.Immutable" Version="8.0.0"/>
</ItemGroup>
</Project>