Skip to content

Commit dc862e4

Browse files
committed
Removed unused pwa build option from razor class library project
1 parent e56c5ed commit dc862e4

File tree

1 file changed

+1
-10
lines changed

1 file changed

+1
-10
lines changed

Moonlight.Client/Moonlight.Client.csproj

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -33,16 +33,7 @@
3333
<Content Remove="storage\**\*" />
3434
<None Remove="storage\**\*" />
3535
</ItemGroup>
36-
<!--
37-
Specify the /p:BuildPWA=true flag to build moonlight as a PWA.
38-
This flag is by default disabled to allow nuget package generation
39-
-->
40-
<PropertyGroup Condition="'$(BuildPWA)' == 'true'">
41-
<ServiceWorkerAssetsManifest>service-worker-assets.js</ServiceWorkerAssetsManifest>
42-
</PropertyGroup>
43-
<ItemGroup Condition="'$(BuildPWA)' == 'true'">
44-
<ServiceWorker Include="wwwroot\service-worker.js" PublishedContent="wwwroot\service-worker.published.js" />
45-
</ItemGroup>
36+
4637
<ItemGroup>
4738
<ProjectReference Include="..\Moonlight.Shared\Moonlight.Shared.csproj" />
4839
</ItemGroup>

0 commit comments

Comments
 (0)