File tree Expand file tree Collapse file tree 2 files changed +8
-5
lines changed Expand file tree Collapse file tree 2 files changed +8
-5
lines changed Original file line number Diff line number Diff line change 1818 <AddSyntheticProjectReferencesForSolutionDependencies >false</AddSyntheticProjectReferencesForSolutionDependencies >
1919 </PropertyGroup >
2020
21+ <ItemGroup >
22+ <!-- Temporary: Remove after package is provided by the SDK -->
23+ <Reference
24+ Condition =" '$(UsingMicrosoftNETSdkRazor)' == 'true' AND '$(OutputType)' == 'Exe'"
25+ Include =" Microsoft.AspNetCore.Assets.Pack"
26+ ReferenceOutputAssembly =" false" />
27+ </ItemGroup >
28+
2129</Project >
Original file line number Diff line number Diff line change 1313 <!-- <WasmEnableThreads>true</WasmEnableThreads>-->
1414 </PropertyGroup >
1515
16- <ItemGroup >
17- <!-- Temporary: Remove after package is provided by the SDK -->
18- <Reference Include =" Microsoft.AspNetCore.Assets.Pack" ReferenceOutputAssembly =" false" />
19- </ItemGroup >
20-
2116 <ItemGroup >
2217 <AssemblyAttribute Include =" System.Reflection.AssemblyMetadataAttribute" Condition =" '$(WasmEnableThreads)' == 'true'" >
2318 <_Parameter1 >Microsoft.AspNetCore.InternalTesting.RunWebAssemblyE2ETestsWithMultithreading</_Parameter1 >
You can’t perform that action at this time.
0 commit comments