Skip to content

Commit d679387

Browse files
authored
Revert to last known good SDK (#33922)
1 parent 86ea8e0 commit d679387

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

global.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"sdk": {
3-
"version": "6.0.100-preview.7.21327.2"
3+
"version": "6.0.100-preview.6.21313.2"
44
},
55
"tools": {
6-
"dotnet": "6.0.100-preview.7.21327.2",
6+
"dotnet": "6.0.100-preview.6.21313.2",
77
"runtimes": {
88
"dotnet/x64": [
99
"2.1.27",

src/Components/test/testassets/BasicTestApp/BasicTestApp.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111

1212
<!-- Project supports more than one language -->
1313
<BlazorWebAssemblyLoadAllGlobalizationData>true</BlazorWebAssemblyLoadAllGlobalizationData>
14+
<UseRazorSourceGenerator>false</UseRazorSourceGenerator>
1415
</PropertyGroup>
1516

1617
<PropertyGroup Condition="'$(TestTrimmedApps)' == 'true'">

0 commit comments

Comments
 (0)