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 4bf3236 commit 5faaabeCopy full SHA for 5faaabe
global.json
@@ -1,5 +1,5 @@
1
{
2
"sdk": {
3
- "version": "5.0.100-rc.1.20419.15"
+ "version": "5.0.100-rc.1.20420.14"
4
}
5
testassets/InteropTestsGrpcWebClient/InteropTestsGrpcWebClient.csproj
@@ -1,9 +1,7 @@
-<Project Sdk="Microsoft.NET.Sdk.Razor">
+<Project Sdk="Microsoft.NET.Sdk.BlazorWebAssembly">
<PropertyGroup>
<TargetFramework>net5.0</TargetFramework>
- <RuntimeIdentifier>browser-wasm</RuntimeIdentifier>
6
- <UseBlazorWebAssembly>true</UseBlazorWebAssembly>
7
<DefineConstants>BLAZOR_WASM</DefineConstants>
8
</PropertyGroup>
9
0 commit comments