Skip to content

Commit 596ac51

Browse files
committed
Updated to Blazor WebAssembly 3.2
1 parent 67ae8b6 commit 596ac51

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
</ItemGroup>
99

1010
<PropertyGroup>
11-
<BlazorWebAssemblyVersion>3.2.0-rc1.20223.4</BlazorWebAssemblyVersion>
11+
<BlazorWebAssemblyVersion>3.2.0</BlazorWebAssemblyVersion>
1212
</PropertyGroup>
1313

1414
</Project>

global.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"sdk": {
3-
"version": "3.1.201",
3+
"version": "3.1.300",
44
"rollForward": "latestMinor"
55
}
66
}

0 commit comments

Comments
 (0)