File tree Expand file tree Collapse file tree 1 file changed +23
-23
lines changed Expand file tree Collapse file tree 1 file changed +23
-23
lines changed Original file line number Diff line number Diff line change 1- <Project Sdk =" Microsoft.NET.Sdk.BlazorWebAssembly" >
2-
3- <PropertyGroup >
4- <TargetFramework >$(LatestSupportedNetVersion)</TargetFramework >
5- <ServiceWorkerAssetsManifest >service-worker-assets.js</ServiceWorkerAssetsManifest >
6- </PropertyGroup >
7-
8- <ItemGroup >
9- <PackageReference Include =" Microsoft.AspNetCore.Components.WebAssembly" Version =" 8.0.5" />
10- <PackageReference Include =" Microsoft.AspNetCore.Components.WebAssembly.DevServer" Version =" 8.0.5 " PrivateAssets =" all" />
11- </ItemGroup >
12-
13- <ItemGroup >
14- <ServiceWorker Include =" wwwroot\service-worker.js" PublishedContent =" wwwroot\service-worker.published.js" />
15- </ItemGroup >
16-
17- <ItemGroup >
18- <ProjectReference Include =" ..\..\src\GitHubApiStatus.Extensions\GitHubApiStatus.Extensions.csproj" >
19- <GlobalPropertiesToRemove ></GlobalPropertiesToRemove >
20- </ProjectReference >
21- </ItemGroup >
22- <Import Project =" ..\GitStatus.Shared\GitStatus.Shared.projitems" Label =" Shared" Condition =" Exists('..\GitStatus.Shared\GitStatus.Shared.projitems')" />
23- </Project >
1+ <Project Sdk =" Microsoft.NET.Sdk.BlazorWebAssembly" >
2+
3+ <PropertyGroup >
4+ <TargetFramework >$(LatestSupportedNetVersion)</TargetFramework >
5+ <ServiceWorkerAssetsManifest >service-worker-assets.js</ServiceWorkerAssetsManifest >
6+ </PropertyGroup >
7+
8+ <ItemGroup >
9+ <PackageReference Include =" Microsoft.AspNetCore.Components.WebAssembly" Version =" 8.0.5" />
10+ <PackageReference Include =" Microsoft.AspNetCore.Components.WebAssembly.DevServer" Version =" 8.0.6 " PrivateAssets =" all" />
11+ </ItemGroup >
12+
13+ <ItemGroup >
14+ <ServiceWorker Include =" wwwroot\service-worker.js" PublishedContent =" wwwroot\service-worker.published.js" />
15+ </ItemGroup >
16+
17+ <ItemGroup >
18+ <ProjectReference Include =" ..\..\src\GitHubApiStatus.Extensions\GitHubApiStatus.Extensions.csproj" >
19+ <GlobalPropertiesToRemove ></GlobalPropertiesToRemove >
20+ </ProjectReference >
21+ </ItemGroup >
22+ <Import Project =" ..\GitStatus.Shared\GitStatus.Shared.projitems" Label =" Shared" Condition =" Exists('..\GitStatus.Shared\GitStatus.Shared.projitems')" />
23+ </Project >
You can’t perform that action at this time.
0 commit comments