Skip to content

Commit c5db3e3

Browse files
committed
Extra fixes to match normal blazor wasm
1 parent d3c5520 commit c5db3e3

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
#!/usr/bin/env bash
22

33
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
4+
./dotnet/dotnet workload install wasm-tools

frameworks/keyed/blazor-wasm-aot/src/blazor-wasm.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
<RunAOTCompilation>true</RunAOTCompilation>
66
<Nullable>enable</Nullable>
77
<ImplicitUsings>enable</ImplicitUsings>
8+
<BlazorEnableTimeZoneSupport>false</BlazorEnableTimeZoneSupport>
89
<InvariantGlobalization>true</InvariantGlobalization>
910
</PropertyGroup>
1011

0 commit comments

Comments
 (0)