Skip to content

Commit 52c5a39

Browse files
committed
Update NuGet package versions in Wasm project
Upgraded Microsoft.AspNetCore.Components.WebAssembly and DevServer to 10.0.0, MudBlazor to 8.14.0, and SixLabors.ImageSharp to 3.1.12 in the TiredDoctorManhattan.Wasm.csproj file. This ensures compatibility with the latest features and bug fixes.
1 parent a0cf33b commit 52c5a39

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

TiredDoctorManhattan.Wasm/TiredDoctorManhattan.Wasm.csproj

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -20,20 +20,20 @@
2020
</PropertyGroup>
2121

2222
<ItemGroup>
23-
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly" Version="9.0.10"/>
24-
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly.DevServer" Version="9.0.10" PrivateAssets="all"/>
25-
<PackageReference Include="MudBlazor" Version="8.13.0"/>
26-
<PackageReference Include="SixLabors.Fonts" Version="2.1.3"/>
27-
<PackageReference Include="SixLabors.ImageSharp" Version="3.1.11"/>
28-
<PackageReference Include="SixLabors.ImageSharp.Drawing" Version="2.1.7"/>
23+
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly" Version="10.0.0" />
24+
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly.DevServer" Version="10.0.0" PrivateAssets="all" />
25+
<PackageReference Include="MudBlazor" Version="8.14.0" />
26+
<PackageReference Include="SixLabors.Fonts" Version="2.1.3" />
27+
<PackageReference Include="SixLabors.ImageSharp" Version="3.1.12" />
28+
<PackageReference Include="SixLabors.ImageSharp.Drawing" Version="2.1.7" />
2929
</ItemGroup>
3030

3131
<ItemGroup>
32-
<ServiceWorker Include="wwwroot\service-worker.js" PublishedContent="wwwroot\service-worker.published.js"/>
32+
<ServiceWorker Include="wwwroot\service-worker.js" PublishedContent="wwwroot\service-worker.published.js" />
3333
</ItemGroup>
3434

3535
<Target Name="CopyServiceWorkerPublished" AfterTargets="Publish">
36-
<Copy SourceFiles="wwwroot\service-worker.published.js" DestinationFiles="$(PublishDir)wwwroot\service-worker.published.js"/>
36+
<Copy SourceFiles="wwwroot\service-worker.published.js" DestinationFiles="$(PublishDir)wwwroot\service-worker.published.js" />
3737
</Target>
3838

3939
<ItemGroup>

0 commit comments

Comments
 (0)