Skip to content

Commit fe64a51

Browse files
committed
Everything builds but the functionality of Web Assembly rendering isn't working yet
1 parent b8cf64f commit fe64a51

File tree

2 files changed

+9
-7
lines changed

2 files changed

+9
-7
lines changed

projects/.net8/RazorComponentEight/Program.cs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,7 @@
66
.AddWebAssemblyComponents();
77

88
var app = builder.Build();
9-
app.MapRazorComponents<RazorComponentEight.App>();
9+
app.MapRazorComponents<RazorComponentEight.App>()
10+
.AddWebAssemblyRenderMode();
11+
1012
app.Run();

projects/.net8/RazorComponentEight/RazorComponentEight.sln

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,23 +3,23 @@ Microsoft Visual Studio Solution File, Format Version 12.00
33
# Visual Studio Version 17
44
VisualStudioVersion = 17.5.001.0
55
MinimumVisualStudioVersion = 10.0.40219.1
6-
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "RazorComponentEight", "RazorComponentEight.csproj", "{4A88192B-260A-487F-82F7-B50B754807EF}"
6+
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "RazorComponentEight", "RazorComponentEight.csproj", "{33202159-04F6-45D8-8FE4-6B8295ED3D7C}"
77
EndProject
88
Global
99
GlobalSection(SolutionConfigurationPlatforms) = preSolution
1010
Debug|Any CPU = Debug|Any CPU
1111
Release|Any CPU = Release|Any CPU
1212
EndGlobalSection
1313
GlobalSection(ProjectConfigurationPlatforms) = postSolution
14-
{4A88192B-260A-487F-82F7-B50B754807EF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
15-
{4A88192B-260A-487F-82F7-B50B754807EF}.Debug|Any CPU.Build.0 = Debug|Any CPU
16-
{4A88192B-260A-487F-82F7-B50B754807EF}.Release|Any CPU.ActiveCfg = Release|Any CPU
17-
{4A88192B-260A-487F-82F7-B50B754807EF}.Release|Any CPU.Build.0 = Release|Any CPU
14+
{33202159-04F6-45D8-8FE4-6B8295ED3D7C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
15+
{33202159-04F6-45D8-8FE4-6B8295ED3D7C}.Debug|Any CPU.Build.0 = Debug|Any CPU
16+
{33202159-04F6-45D8-8FE4-6B8295ED3D7C}.Release|Any CPU.ActiveCfg = Release|Any CPU
17+
{33202159-04F6-45D8-8FE4-6B8295ED3D7C}.Release|Any CPU.Build.0 = Release|Any CPU
1818
EndGlobalSection
1919
GlobalSection(SolutionProperties) = preSolution
2020
HideSolutionNode = FALSE
2121
EndGlobalSection
2222
GlobalSection(ExtensibilityGlobals) = postSolution
23-
SolutionGuid = {D6C869D1-140D-41B1-9E53-6B32E2B94A80}
23+
SolutionGuid = {53976FD1-D62F-414E-B219-4E458CACC51A}
2424
EndGlobalSection
2525
EndGlobal

0 commit comments

Comments
 (0)