File tree Expand file tree Collapse file tree 3 files changed +9
-11
lines changed
SiteExtensions/LoggingBranch Expand file tree Collapse file tree 3 files changed +9
-11
lines changed Original file line number Diff line number Diff line change 51
51
</ItemGroup >
52
52
53
53
<ItemGroup >
54
- <ProjectReference Include =" ..\App.Ref\src\Microsoft.AspNetCore.App.Ref.csproj" >
54
+ <ProjectReference Include =" ..\App.Ref\src\Microsoft.AspNetCore.App.Ref.csproj"
55
+ Condition =" $(IsTargetingPackBuilding) " >
55
56
<ReferenceOutputAssembly >false</ReferenceOutputAssembly >
56
57
<SkipGetTargetFrameworkProperties >true</SkipGetTargetFrameworkProperties >
57
58
</ProjectReference >
58
- <ProjectReference Include =" ..\App.Runtime\src\Microsoft.AspNetCore.App.Runtime.csproj" >
59
+ <ProjectReference Include =" ..\App.Runtime\src\Microsoft.AspNetCore.App.Runtime.csproj"
60
+ Condition =" !$(IsTargetingPackBuilding) " >
59
61
<ReferenceOutputAssembly >false</ReferenceOutputAssembly >
60
62
<SkipGetTargetFrameworkProperties >true</SkipGetTargetFrameworkProperties >
61
63
</ProjectReference >
Original file line number Diff line number Diff line change 16
16
<IncludeSymbols >false</IncludeSymbols >
17
17
<NoSemVer20 >true</NoSemVer20 >
18
18
<IsShippingPackage >false</IsShippingPackage >
19
-
19
+
20
20
<!-- No source files -->
21
21
<NoWarn >$(NoWarn);CS2008</NoWarn >
22
22
</PropertyGroup >
23
23
24
24
<ItemGroup >
25
25
<HostingStartupRuntimeStoreTargets Include =" $(DefaultNetCoreTargetFramework)" Runtime =" $(TargetRuntimeIdentifier)" />
26
26
27
- <ProjectReference Include =" ..\..\Framework\App.Ref\src\Microsoft.AspNetCore.App.Ref.csproj" >
27
+ <ProjectReference Include =" ..\..\Framework\App.Ref\src\Microsoft.AspNetCore.App.Ref.csproj"
28
+ Condition =" $(IsTargetingPackBuilding) " >
28
29
<ReferenceOutputAssembly >false</ReferenceOutputAssembly >
29
30
<SkipGetTargetFrameworkProperties >true</SkipGetTargetFrameworkProperties >
30
31
</ProjectReference >
31
- <ProjectReference Include =" ..\..\Framework\App.Runtime\src\Microsoft.AspNetCore.App.Runtime.csproj" >
32
+ <ProjectReference Include =" ..\..\Framework\App.Runtime\src\Microsoft.AspNetCore.App.Runtime.csproj"
33
+ Condition =" !$(IsTargetingPackBuilding) " >
32
34
<ReferenceOutputAssembly >false</ReferenceOutputAssembly >
33
35
<SkipGetTargetFrameworkProperties >true</SkipGetTargetFrameworkProperties >
34
36
</ProjectReference >
Original file line number Diff line number Diff line change 29
29
<ItemGroup >
30
30
<FrameworkReference Include =" Microsoft.AspNetCore.App" />
31
31
32
- <ProjectReference
33
- Include =" $(RepoRoot)src\Framework\App.Runtime\src\Microsoft.AspNetCore.App.Runtime.csproj"
34
- PrivateAssets =" All"
35
- ReferenceOutputAssembly =" false"
36
- SkipGetTargetFrameworkProperties =" true" />
37
-
38
32
<Reference
39
33
Include =" Microsoft.AspNetCore.Watch.BrowserRefresh"
40
34
PrivateAssets =" All"
You can’t perform that action at this time.
0 commit comments