stellaris-idle/StellarisIdle.csproj
OpenClaw CI 77a30be8ff
Some checks failed
Build & Test / build (push) Failing after 3s
Build & Test / publish (push) Has been skipped
Add initial Blazor WASM project structure with tests
2026-06-07 20:06:05 +00:00

15 lines
564 B
XML

<Project Sdk="Microsoft.NET.Sdk.BlazorWebAssembly">
<PropertyGroup>
<TargetFramework>net10.0</TargetFramework>
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
<OverrideHtmlAssetPlaceholders>true</OverrideHtmlAssetPlaceholders>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly" Version="10.0.8" />
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly.DevServer" Version="10.0.8" PrivateAssets="all" />
</ItemGroup>
</Project>