File tree 2 files changed +0
-8
lines changed
src/SiteExtensions/Runtime
2 files changed +0
-8
lines changed Original file line number Diff line number Diff line change 33
33
<ReferenceOutputAssembly >false</ReferenceOutputAssembly >
34
34
<SkipGetTargetFrameworkProperties >true</SkipGetTargetFrameworkProperties >
35
35
</ProjectReference >
36
-
37
- <NativeProjectReference Include =" $(RepoRoot)src\Servers\IIS\AspNetCoreModuleV2\AspNetCore\AspNetCore.vcxproj" Platform =" $(TargetArchitecture)" />
38
- <NativeProjectReference Include =" $(RepoRoot)src\Servers\IIS\AspNetCoreModuleV2\OutOfProcessRequestHandler\OutOfProcessRequestHandler.vcxproj" HandlerPath =" 2.0.0" Platform =" $(TargetArchitecture)" />
39
36
</ItemGroup >
40
37
41
38
<Target Name =" ResolveReferenceItemsForPackage" DependsOnTargets =" ResolveReferences" BeforeTargets =" _GetPackageFiles" >
42
39
<ItemGroup >
43
40
<Content Include =" $(DotNetUnpackFolder)\**\*.*" Exclude =" $(DotNetUnpackFolder)\**\.*" Condition =" $(DotNetAssetRootUrl) != ''" PackagePath =" content\%(RecursiveDir)" />
44
- <Content Include =" %(NativeContent.Identity)" PackagePath =" content\ancm\%(NativeContent.HandlerPath)" />
45
41
</ItemGroup >
46
42
</Target >
47
43
Original file line number Diff line number Diff line change 12
12
<add name =" DOTNET_ROOT" value =" %XDT_EXTENSIONPATH%" xdt : Locator =" Match(name)" xdt : Transform =" InsertIfMissing" />
13
13
</environmentVariables >
14
14
</runtime >
15
-
16
- <globalModules >
17
- <add name =" AspNetCoreModuleV2" image =" %XDT_EXTENSIONPATH%\ancm\aspnetcorev2.dll" xdt : Locator =" Match(name)" xdt : Transform =" Replace" />
18
- </globalModules >
19
15
</system .webServer>
20
16
21
17
<location >
You can’t perform that action at this time.
0 commit comments