Skip to content

Commit

Permalink
Merge pull request #8 from chucker/patch-1
Browse files Browse the repository at this point in the history
Support client-side Blazor with .NET Standard 2.1
  • Loading branch information
SQL-MisterMagoo authored Dec 6, 2019
2 parents 16f4ada + fe715a1 commit fa99c04
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Blazor.PWA.MSBuild.Tasks/build/BlazorPWA.MSBuild.targets
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
<BlazorProjectType Condition="'$(BlazorProjectType)' == '' AND '$(TargetFramework)' == 'netcoreapp3.1'">SSB</BlazorProjectType>
<BlazorProjectType Condition="'$(BlazorProjectType)' == '' AND '$(TargetFramework)' == 'netcoreapp3.0'">SSB</BlazorProjectType>
<BlazorProjectType Condition="'$(BlazorProjectType)' == '' AND '$(TargetFramework)' == 'netstandard2.0'">CSB</BlazorProjectType>
<BlazorProjectType Condition="'$(BlazorProjectType)' == '' AND '$(TargetFramework)' == 'netstandard2.1'">CSB</BlazorProjectType>
</PropertyGroup>

<PropertyGroup Label="ServiceWorker">
Expand Down Expand Up @@ -72,4 +73,4 @@
<CallTarget Targets="BuildServiceWorker"/>
</Target>

</Project>
</Project>

0 comments on commit fa99c04

Please sign in to comment.