Skip to content

Commit

Permalink
Support client-side Blazor with .NET Standard 2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
chucker authored Dec 4, 2019
1 parent 0757890 commit fe715a1
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 @@ -70,4 +71,4 @@
<CallTarget Targets="BuildServiceWorker"/>
</Target>

</Project>
</Project>

0 comments on commit fe715a1

Please sign in to comment.