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 4339252 commit 9e76085Copy full SHA for 9e76085
src/SourceBuild/content/repo-projects/runtime.proj
@@ -1,12 +1,9 @@
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>
+ <PackageVersionPropsFlowType>DependenciesOnly</PackageVersionPropsFlowType>
10
<LogVerbosityOptOut>true</LogVerbosityOptOut>
11
12
<CleanCommand>$(ProjectDirectory)/clean$(ShellExtension)</CleanCommand>
0 commit comments