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 5127103 commit 4339252Copy full SHA for 4339252
src/SourceBuild/content/repo-projects/runtime.proj
@@ -1,6 +1,10 @@
1
<Project>
2
<Import Project="Sdk.props" Sdk="Microsoft.NET.Sdk" />
3
4
+ <PropertyGroup>
5
+ <PackageVersionPropsFlowType>DependenciesOnly</PackageVersionPropsFlowType>
6
+ </PropertyGroup>
7
+
8
<!-- Build arguments -->
9
<PropertyGroup>
10
<LogVerbosityOptOut>true</LogVerbosityOptOut>
0 commit comments