Skip to content

Commit c4d4d98

Browse files
committed
Clean up the project file
1 parent eaa357b commit c4d4d98

1 file changed

Lines changed: 1 addition & 27 deletions

File tree

CUIFlavoredPortfolioSite/CUIFlavoredPortfolioSite.csproj

Lines changed: 1 addition & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -4,39 +4,13 @@
44
<TargetFramework>net10.0</TargetFramework>
55
<Nullable>enable</Nullable>
66
<WarningsAsErrors>$(WarningsAsErrors);nullable</WarningsAsErrors>
7+
<Version>1.4.0</Version>
78
<Authors>J.Sakamoto</Authors>
89
<Product>CUI Flavored Portfolio Site - Powered by Blazor WebAssembly</Product>
910
<Copyright>Copyright (C) J.Sakamoto</Copyright>
1011
<PackageProjectUrl></PackageProjectUrl>
1112
<ImplicitUsings>enable</ImplicitUsings>
12-
13-
<!--
14-
[2025-05-19]
15-
Since .NET 10 Preview 3, we need to temporarily disable the "InvariantGlobalization" setting
16-
to avoid the exception: "ZLibException: The underlying compression routine could not be loaded correctly."
17-
https://github.com/dotnet/runtime/issues/115720
18-
-->
19-
<!--
20-
[2025-05-19] This issue appears to be fixed in .NET 10 Preview 5.
21-
-->
2213
<InvariantGlobalization>true</InvariantGlobalization>
23-
24-
<!--
25-
[2025-05-20]
26-
Since .NET 10 Preview 3, we need to temporarily disable the "UsingBrowserRuntimeWorkload" setting
27-
to avoid the runtime error:
28-
"[MONO] * Assertion at /.../method-builder-ilgen.c:631, condition `<disabled>' not met"
29-
https://github.com/dotnet/runtime/issues/115780
30-
-->
31-
<!--
32-
[2025-05-19] This issue is still present in .NET 10 Preview 5.
33-
[2025-07-28] This issue appears to be fixed in .NET 10 Preview 6.
34-
[2025-07-31] Doubt. This issue is still present in .NET 10 Preview 6.
35-
[2025-09-10] This issue appears to be fixed in .NET 10 RC 1.
36-
[2025-09-11] Doubt. This issue is still present in .NET 10 RC 1 on Linux.
37-
-->
38-
<!--<UsingBrowserRuntimeWorkload>false</UsingBrowserRuntimeWorkload>-->
39-
4014
<ServiceWorkerAssetsManifest>service-worker-assets.js</ServiceWorkerAssetsManifest>
4115
<OverrideHtmlAssetPlaceholders>true</OverrideHtmlAssetPlaceholders>
4216
</PropertyGroup>

0 commit comments

Comments
 (0)