File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
Blazor.PWA.MSBuild.Tasks/build Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change 9
9
<BlazorProjectType Condition =" '$(BlazorProjectType)' == '' AND '$(TargetFramework)' == 'netcoreapp3.1'" >SSB</BlazorProjectType >
10
10
<BlazorProjectType Condition =" '$(BlazorProjectType)' == '' AND '$(TargetFramework)' == 'netcoreapp3.0'" >SSB</BlazorProjectType >
11
11
<BlazorProjectType Condition =" '$(BlazorProjectType)' == '' AND '$(TargetFramework)' == 'netstandard2.0'" >CSB</BlazorProjectType >
12
+ <BlazorProjectType Condition =" '$(BlazorProjectType)' == '' AND '$(TargetFramework)' == 'netstandard2.1'" >CSB</BlazorProjectType >
12
13
</PropertyGroup >
13
14
14
15
<PropertyGroup Label =" ServiceWorker" >
70
71
<CallTarget Targets =" BuildServiceWorker" />
71
72
</Target >
72
73
73
- </Project >
74
+ </Project >
You can’t perform that action at this time.
0 commit comments