11 lines
401 B
XML
11 lines
401 B
XML
<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> |