GodotTools.IdeMessaging.CLI.csproj 519 B

123456789101112131415
  1. <Project Sdk="Microsoft.NET.Sdk">
  2. <PropertyGroup>
  3. <ProjectGuid>{B06C2951-C8E3-4F28-80B2-717CF327EB19}</ProjectGuid>
  4. <OutputType>Exe</OutputType>
  5. <TargetFramework>net6.0</TargetFramework>
  6. <LangVersion>10</LangVersion>
  7. <Nullable>enable</Nullable>
  8. </PropertyGroup>
  9. <ItemGroup>
  10. <ProjectReference Include="..\GodotTools.IdeMessaging\GodotTools.IdeMessaging.csproj" />
  11. </ItemGroup>
  12. <ItemGroup>
  13. <PackageReference Include="Newtonsoft.Json" Version="13.0.1" />
  14. </ItemGroup>
  15. </Project>