GodotPlugins.csproj 495 B

12345678910111213141516171819
  1. <Project Sdk="Microsoft.NET.Sdk">
  2. <PropertyGroup>
  3. <TargetFramework>net6.0</TargetFramework>
  4. <LangVersion>10</LangVersion>
  5. <Nullable>enable</Nullable>
  6. <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
  7. <!-- To generate the .runtimeconfig.json file-->
  8. <EnableDynamicLoading>true</EnableDynamicLoading>
  9. <RollForward>LatestMajor</RollForward>
  10. </PropertyGroup>
  11. <ItemGroup>
  12. <ProjectReference Include="..\GodotSharp\GodotSharp.csproj" />
  13. </ItemGroup>
  14. </Project>