1
0
mirror of https://github.com/chylex/Minecraft-Phantom-Panel.git synced 2025-05-01 00:34:07 +02:00
Minecraft-Phantom-Panel/Server/Phantom.Server.Web.Components/Phantom.Server.Web.Components.csproj
2023-04-07 01:33:13 +02:00

17 lines
349 B
XML

<Project Sdk="Microsoft.NET.Sdk.Razor">
<PropertyGroup>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<SupportedPlatform Include="browser" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.Components.Web" />
</ItemGroup>
</Project>