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 99 <BlazorProjectType Condition =" '$(BlazorProjectType)' == '' AND '$(TargetFramework)' == 'netcoreapp3.1'" >SSB</BlazorProjectType >
1010 <BlazorProjectType Condition =" '$(BlazorProjectType)' == '' AND '$(TargetFramework)' == 'netcoreapp3.0'" >SSB</BlazorProjectType >
1111 <BlazorProjectType Condition =" '$(BlazorProjectType)' == '' AND '$(TargetFramework)' == 'netstandard2.0'" >CSB</BlazorProjectType >
12+ <BlazorProjectType Condition =" '$(BlazorProjectType)' == '' AND '$(TargetFramework)' == 'netstandard2.1'" >CSB</BlazorProjectType >
1213 </PropertyGroup >
1314
1415 <PropertyGroup Label =" ServiceWorker" >
7273 <CallTarget Targets =" BuildServiceWorker" />
7374 </Target >
7475
75- </Project >
76+ </Project >
You can’t perform that action at this time.
0 commit comments