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 67ae8b6 commit 596ac51Copy full SHA for 596ac51
Directory.Build.props
@@ -8,7 +8,7 @@
8
</ItemGroup>
9
10
<PropertyGroup>
11
- <BlazorWebAssemblyVersion>3.2.0-rc1.20223.4</BlazorWebAssemblyVersion>
+ <BlazorWebAssemblyVersion>3.2.0</BlazorWebAssemblyVersion>
12
</PropertyGroup>
13
14
</Project>
global.json
@@ -1,6 +1,6 @@
1
{
2
"sdk": {
3
- "version": "3.1.201",
+ "version": "3.1.300",
4
"rollForward": "latestMinor"
5
}
6
0 commit comments