Skip to content

Commit

Permalink
Downgrading Voxel2Pixel.Web to .NET 8.0 because Github Actions doesn'…
Browse files Browse the repository at this point in the history
…t appear to support .NET 9 yet.
  • Loading branch information
BenMcLean committed Nov 30, 2024
1 parent 4ff97c6 commit f737210
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Voxel2Pixel.Web/Voxel2Pixel.Web.csproj
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
<Project Sdk="Microsoft.NET.Sdk.BlazorWebAssembly">
<PropertyGroup>
<TargetFramework>net9.0</TargetFramework>
<TargetFramework>net8.0</TargetFramework>
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
<ServiceWorkerAssetsManifest>service-worker-assets.js</ServiceWorkerAssetsManifest>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly" Version="9.0.0" />
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly.DevServer" Version="9.0.0" PrivateAssets="all" />
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly" Version="8.0.11" />
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly.DevServer" Version="8.0.11" PrivateAssets="all" />
<PackageReference Include="MudBlazor" Version="7.15.0" />
<PackageReference Include="SixLabors.ImageSharp" Version="3.1.6" />
</ItemGroup>
Expand Down

0 comments on commit f737210

Please sign in to comment.