File tree Expand file tree Collapse file tree 4 files changed +9
-5
lines changed
Components/test/testassets Expand file tree Collapse file tree 4 files changed +9
-5
lines changed Original file line number Diff line number Diff line change 55-->
66<Project >
77 <ItemGroup >
8+ <ProjectReferenceProvider Include =" Microsoft.AspNetCore.Assets.Pack" ProjectPath =" $(RepoRoot)src\Assets\Pack\Microsoft.AspNetCore.Assets.Pack.csproj" />
89 <ProjectReferenceProvider Include =" Microsoft.Extensions.Caching.SqlServer" ProjectPath =" $(RepoRoot)src\Caching\SqlServer\src\Microsoft.Extensions.Caching.SqlServer.csproj" />
910 <ProjectReferenceProvider Include =" Microsoft.Extensions.Caching.StackExchangeRedis" ProjectPath =" $(RepoRoot)src\Caching\StackExchangeRedis\src\Microsoft.Extensions.Caching.StackExchangeRedis.csproj" />
1011 <ProjectReferenceProvider Include =" Microsoft.AspNetCore" ProjectPath =" $(RepoRoot)src\DefaultBuilder\src\Microsoft.AspNetCore.csproj" />
Original file line number Diff line number Diff line change 105105 <AspNetCoreShippingAssembly Include =" Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions" />
106106 <AspNetCoreShippingAssembly Include =" Microsoft.Extensions.Diagnostics.HealthChecks" />
107107 <AspNetCoreShippingAssembly Include =" Microsoft.Extensions.Features" />
108+ <AspNetCoreShippingAssembly Include =" Microsoft.AspNetCore.Assets.Pack" />
108109 <AspNetCoreShippingAssembly Include =" Microsoft.Extensions.Caching.SqlServer" />
109110 <AspNetCoreShippingAssembly Include =" Microsoft.Extensions.Caching.StackExchangeRedis" />
110111 <AspNetCoreShippingAssembly Include =" Microsoft.AspNetCore.JsonPatch" />
Original file line number Diff line number Diff line change 1- <Project Sdk =" Microsoft.NET.Sdk.Web" >
1+ <Project Sdk =" Microsoft.NET.Sdk.Web" DefaultTargets = " Pack " >
22
33 <PropertyGroup >
44 <TargetFramework >$(DefaultNetCoreTargetFramework)</TargetFramework >
9999 Condition =" '@(_AssetCandidates->Count())' != '0'"
100100 CandidateAssets =" @(_AssetCandidates)"
101101 ContentRoot =" _framework"
102+ AssetKind =" All"
102103 SourceId =" $(PackageId)"
103104 SourceType =" Discovered"
104105 FingerprintCandidates =" true"
131132 StaticWebAssetEndpoints =" @(_PackFrameworkAssetEndpoints)"
132133 TargetPropsFilePath =" $(IntermediateOutputPath)StaticWebAssets.endpoints.targets" />
133134
135+ <ComputeStaticWebAssetsTargetPaths Assets =" @(_FrameworkAssets)" PathPrefix =" staticwebassets" AdjustPathsForPack =" true" >
136+ <Output TaskParameter =" AssetsWithTargetPath" ItemName =" _PackStaticWebAssetWithTargetPath" />
137+ </ComputeStaticWebAssetsTargetPaths >
138+
134139 <ItemGroup >
135140 <StaticWebAssetPackageFile Include =" $(IntermediateOutputPath)StaticWebAssets.targets" >
136141 <PackagePath >build\Microsoft.AspNetCore.StaticWebAssets.targets</PackagePath >
142147
143148 </Target >
144149
145- <Target Name =" CreateManifestResourceNames" />
146- <Target Name =" CoreCompile" />
147-
148150</Project >
Original file line number Diff line number Diff line change 1515
1616 <ItemGroup >
1717 <!-- Temporary: Remove after package is provided by the SDK -->
18- <ProjectReference Include =" $(RepoRoot)src\Assets\Pack\ Microsoft.AspNetCore.Assets.Pack.proj " ReferenceOutputAssembly =" false" />
18+ <Reference Include =" Microsoft.AspNetCore.Assets.Pack" ReferenceOutputAssembly =" false" />
1919 </ItemGroup >
2020
2121 <ItemGroup >
You can’t perform that action at this time.
0 commit comments