File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed
src/Installers/RuntimeSiteExtension Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change 19
19
<Content Include =" scmApplicationHost.xdt" />
20
20
<Content Include =" install.cmd" />
21
21
<Content Include =" ..\..\SiteExtensions\src\Microsoft.Web.Xdt.Extensions\bin\$(Configuration)\net461\Microsoft.Web.Xdt.Extensions.dll" PackagePath =" content" />
22
-
23
- <Content Include =" $(DotNetUnpackFolder)\**\*.*" Condition =" $(DotNetAssetRootUrl) != ''" PackagePath =" content\%(RecursiveDir)" />
24
22
</ItemGroup >
25
23
26
24
<ItemGroup Condition =" '$(SharedFxArchitecture)' == 'x86'" >
40
38
<PackageReference Include =" Microsoft.AspNetCore.AspNetCoreModuleV2" Version =" $(PackageVersion)" />
41
39
</ItemGroup >
42
40
41
+ <Target Name =" ResolveReferenceItemsForPackage" DependsOnTargets =" ResolveReferences" BeforeTargets =" _GetPackageFiles" >
42
+ <ItemGroup >
43
+ <Content Include =" $(DotNetUnpackFolder)\**\*.*" Condition =" $(DotNetAssetRootUrl) != ''" PackagePath =" content\%(RecursiveDir)" />
44
+ </ItemGroup >
45
+ </Target >
46
+
43
47
<Target Name =" CopyFilesToOutputDirectory" />
44
48
<Target Name =" CoreCompile" />
45
49
<Target Name =" CreateManifestResourceNames" />
You can’t perform that action at this time.
0 commit comments