PkmnLib.NET/Plugins/PkmnLib.Plugin.Gen7/PkmnLib.Plugin.Gen7.csproj

16 lines
473 B
XML
Raw Normal View History

2024-07-27 14:26:45 +00:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netstandard2.1</TargetFramework>
<Nullable>enable</Nullable>
<LangVersion>12</LangVersion>
2024-07-28 10:57:01 +00:00
<WarningsAsErrors>nullable</WarningsAsErrors>
2024-07-27 14:26:45 +00:00
</PropertyGroup>
<ItemGroup>
2024-07-28 08:47:00 +00:00
<ProjectReference Include="..\..\PkmnLib.Dynamic\PkmnLib.Dynamic.csproj" />
<ProjectReference Include="..\..\PkmnLib.Static\PkmnLib.Static.csproj" />
2024-07-27 14:26:45 +00:00
</ItemGroup>
</Project>