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 86ea8e0 commit d679387Copy full SHA for d679387
global.json
@@ -1,9 +1,9 @@
1
{
2
"sdk": {
3
- "version": "6.0.100-preview.7.21327.2"
+ "version": "6.0.100-preview.6.21313.2"
4
},
5
"tools": {
6
- "dotnet": "6.0.100-preview.7.21327.2",
+ "dotnet": "6.0.100-preview.6.21313.2",
7
"runtimes": {
8
"dotnet/x64": [
9
"2.1.27",
src/Components/test/testassets/BasicTestApp/BasicTestApp.csproj
@@ -11,6 +11,7 @@
11
12
<!-- Project supports more than one language -->
13
<BlazorWebAssemblyLoadAllGlobalizationData>true</BlazorWebAssemblyLoadAllGlobalizationData>
14
+ <UseRazorSourceGenerator>false</UseRazorSourceGenerator>
15
</PropertyGroup>
16
17
<PropertyGroup Condition="'$(TestTrimmedApps)' == 'true'">
0 commit comments