Snowflake/RPG.GameCore/RPG.GameCore.csproj

14 lines
300 B
XML
Raw Normal View History

2024-01-18 16:18:25 +00:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
2024-01-18 22:13:40 +00:00
<ItemGroup>
<None Include="..\.editorconfig" Link=".editorconfig" />
</ItemGroup>
2024-01-18 16:18:25 +00:00
</Project>