deprecate nat-godot-playground

This commit is contained in:
2023-04-29 20:55:41 -06:00
parent ffb2824a72
commit e8f03b630e
53 changed files with 0 additions and 77 deletions

View File

@@ -0,0 +1,11 @@
<Project Sdk="Godot.NET.Sdk/3.3.0">
<PropertyGroup>
<RootNamespace>natgodotplayground</RootNamespace>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<TargetFramework>netstandard2.1</TargetFramework>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.Extensions.DependencyModel" Version="2.0.0" />
<Reference Include="Microsoft.CSharp" />
</ItemGroup>
</Project>