Minecraft-Console-Client/DebugTools/MccMcpWebPlayground/MccMcpWebPlayground.csproj
2026-07-27 17:58:08 +02:00

14 lines
383 B
XML

<Project Sdk="Microsoft.NET.Sdk.Web">
<PropertyGroup>
<TargetFramework>net10.0</TargetFramework>
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
<AllowMissingPrunePackageData>true</AllowMissingPrunePackageData>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="ModelContextProtocol" Version="1.4.1" />
</ItemGroup>
</Project>