|
4 | 4 | <TargetFramework>net10.0</TargetFramework> |
5 | 5 | <Nullable>enable</Nullable> |
6 | 6 | <WarningsAsErrors>$(WarningsAsErrors);nullable</WarningsAsErrors> |
| 7 | + <Version>1.4.0</Version> |
7 | 8 | <Authors>J.Sakamoto</Authors> |
8 | 9 | <Product>CUI Flavored Portfolio Site - Powered by Blazor WebAssembly</Product> |
9 | 10 | <Copyright>Copyright (C) J.Sakamoto</Copyright> |
10 | 11 | <PackageProjectUrl></PackageProjectUrl> |
11 | 12 | <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 | | - --> |
22 | 13 | <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 | | - |
40 | 14 | <ServiceWorkerAssetsManifest>service-worker-assets.js</ServiceWorkerAssetsManifest> |
41 | 15 | <OverrideHtmlAssetPlaceholders>true</OverrideHtmlAssetPlaceholders> |
42 | 16 | </PropertyGroup> |
|
0 commit comments