Skip to content

Commit 9e76085

Browse files
fixup property placement
1 parent 4339252 commit 9e76085

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

src/SourceBuild/content/repo-projects/runtime.proj

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,9 @@
11
<Project>
22
<Import Project="Sdk.props" Sdk="Microsoft.NET.Sdk" />
3-
4-
<PropertyGroup>
5-
<PackageVersionPropsFlowType>DependenciesOnly</PackageVersionPropsFlowType>
6-
</PropertyGroup>
73

84
<!-- Build arguments -->
95
<PropertyGroup>
6+
<PackageVersionPropsFlowType>DependenciesOnly</PackageVersionPropsFlowType>
107
<LogVerbosityOptOut>true</LogVerbosityOptOut>
118

129
<CleanCommand>$(ProjectDirectory)/clean$(ShellExtension)</CleanCommand>

0 commit comments

Comments
 (0)