We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 801f78b commit cd60089Copy full SHA for cd60089
src/Framework/App.Runtime/src/aspnetcore-runtime-composite.proj
@@ -7,6 +7,12 @@
7
8
<!-- TODO: Try to remove this disable property -->
9
<DisablePackageReferenceRestrictions>true</DisablePackageReferenceRestrictions>
10
+
11
+ <!--
12
+ Build this project in source-build as we want the archives to be built and this project is the transitive entry point
13
+ for the shared framework.
14
+ -->
15
+ <ExcludeFromSourceOnlyBuild>false</ExcludeFromSourceOnlyBuild>
16
</PropertyGroup>
17
18
<ItemGroup>
0 commit comments