Skip to content

Commit 995ac08

Browse files
Tom BrewerTom Brewer
authored andcommitted
Specify EmbeddedResources
1 parent 9a1f36d commit 995ac08

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

Mythetech.Components/Mythetech.Components.csproj

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,10 @@
2424
<ItemGroup>
2525
<SupportedPlatform Include="browser" />
2626
</ItemGroup>
27-
27+
28+
<ItemGroup>
29+
<EmbeddedResource Include="wwwroot/*" />
30+
</ItemGroup>
2831

2932
<ItemGroup>
3033
<PackageReference Include="Microsoft.AspNetCore.Components" Version="9.0.4" />

0 commit comments

Comments
 (0)