We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d3c5520 commit c5db3e3Copy full SHA for c5db3e3
frameworks/keyed/blazor-wasm-aot/dotnet-install.sh
@@ -1,4 +1,4 @@
1
#!/usr/bin/env bash
2
3
curl -sSL https://dot.net/v1/dotnet-install.sh | bash /dev/stdin --jsonfile ./src/global.json --install-dir ./dotnet --no-path
4
-./dotnet/dotnet.exe workload install wasm-tools
+./dotnet/dotnet workload install wasm-tools
frameworks/keyed/blazor-wasm-aot/src/blazor-wasm.csproj
@@ -5,6 +5,7 @@
5
<RunAOTCompilation>true</RunAOTCompilation>
6
<Nullable>enable</Nullable>
7
<ImplicitUsings>enable</ImplicitUsings>
8
+ <BlazorEnableTimeZoneSupport>false</BlazorEnableTimeZoneSupport>
9
<InvariantGlobalization>true</InvariantGlobalization>
10
</PropertyGroup>
11
0 commit comments