PkmnLib.NET/PkmnLib.Dynamic/PkmnLib.Dynamic.csproj
Deukhoofd ecabe2fd10
Some checks failed
continuous-integration/drone/push Build is failing
Minor csproj cleanup
2025-05-16 17:04:16 +02:00

17 lines
484 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netstandard2.1</TargetFramework>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="System.Collections.Immutable"/>
<PackageReference Include="System.Text.Json"/>
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\PkmnLib.Static\PkmnLib.Static.csproj"/>
</ItemGroup>
</Project>