Skip to content

Commit f9adca0

Browse files
committed
Add patch to add WebSdk projects as references on redist.proj
1 parent f1960c0 commit f9adca0

File tree

1 file changed

+33
-0
lines changed

1 file changed

+33
-0
lines changed
Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
From 36ef4474f2d76aaee43594e90aa010f9b9e977a7 Mon Sep 17 00:00:00 2001
2+
From: dseefeld <[email protected]>
3+
Date: Mon, 1 Feb 2021 15:21:00 -0500
4+
Subject: [PATCH] Add project references in redist.csproj
5+
6+
---
7+
src/Layout/redist/redist.csproj | 10 ++++++++++
8+
1 file changed, 10 insertions(+)
9+
10+
diff --git a/src/Layout/redist/redist.csproj b/src/Layout/redist/redist.csproj
11+
index 4675f37..bc77403 100644
12+
--- a/src/Layout/redist/redist.csproj
13+
+++ b/src/Layout/redist/redist.csproj
14+
@@ -50,6 +50,16 @@
15+
<ProjectReference Include="..\..\Tasks\Microsoft.NET.Build.Extensions.Tasks\Microsoft.NET.Build.Extensions.Tasks.csproj"
16+
ReferenceOutputAssembly="false" />
17+
<ProjectReference Include="..\..\Resolvers\Microsoft.NET.Sdk.WorkloadMSBuildSdkResolver\Microsoft.NET.Sdk.WorkloadMSBuildSdkResolver.csproj" />
18+
+
19+
+ <ProjectReference Include="..\..\WebSdk\ProjectSystem\Tasks\Microsoft.NET.Sdk.Web.ProjectSystem.Tasks.csproj"
20+
+ ReferenceOutputAssembly="false" />
21+
+ <ProjectReference Include="..\..\WebSdk\Publish\Tasks\Microsoft.NET.Sdk.Publish.Tasks.csproj"
22+
+ ReferenceOutputAssembly="false" />
23+
+ <ProjectReference Include="..\..\WebSdk\Web\Tasks\Microsoft.NET.Sdk.Web.Tasks.csproj"
24+
+ ReferenceOutputAssembly="false" />
25+
+ <ProjectReference Include="..\..\WebSdk\Worker\Tasks\Microsoft.NET.Sdk.Worker.Tasks.csproj"
26+
+ ReferenceOutputAssembly="false" />
27+
+
28+
</ItemGroup>
29+
30+
<ItemGroup>
31+
--
32+
1.8.3.1
33+

0 commit comments

Comments
 (0)