Skip to content

Commit

Permalink
fixup property placement
Browse files Browse the repository at this point in the history
  • Loading branch information
oleksandr-didyk committed May 31, 2023
1 parent 4339252 commit 9e76085
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/SourceBuild/content/repo-projects/runtime.proj
Original file line number Diff line number Diff line change
@@ -1,12 +1,9 @@
<Project>
<Import Project="Sdk.props" Sdk="Microsoft.NET.Sdk" />

<PropertyGroup>
<PackageVersionPropsFlowType>DependenciesOnly</PackageVersionPropsFlowType>
</PropertyGroup>

<!-- Build arguments -->
<PropertyGroup>
<PackageVersionPropsFlowType>DependenciesOnly</PackageVersionPropsFlowType>
<LogVerbosityOptOut>true</LogVerbosityOptOut>

<CleanCommand>$(ProjectDirectory)/clean$(ShellExtension)</CleanCommand>
Expand Down

0 comments on commit 9e76085

Please sign in to comment.