Skip to content

Commit

Permalink
Add solution level build props
Browse files Browse the repository at this point in the history
  • Loading branch information
kekonn committed Mar 21, 2024
1 parent b2d5159 commit c52f238
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 28 deletions.
6 changes: 6 additions & 0 deletions Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,11 @@
<DebugType>embedded</DebugType>
<DefineConstants>TRACE;$(DefineConstants)</DefineConstants>
</PropertyGroup>

<PropertyGroup>
<ManagePackageVersionsCentrally>true</ManagePackageVersionsCentrally>
<RestorePackagesWithLockFile>true</RestorePackagesWithLockFile>
<RestoreLockedMode Condition="'$(ContinuousIntegrationBuild)' == 'true'">true</RestoreLockedMode>
</PropertyGroup>

</Project>
6 changes: 0 additions & 6 deletions Directory.Packages.props
Original file line number Diff line number Diff line change
@@ -1,10 +1,4 @@
<Project>
<PropertyGroup>
<ManagePackageVersionsCentrally>true</ManagePackageVersionsCentrally>
<RestorePackagesWithLockFile>true</RestorePackagesWithLockFile>
<RestoreLockedMode Condition="'$(ContinuousIntegrationBuild)' == 'true'">true
</RestoreLockedMode>
</PropertyGroup>
<ItemGroup>

</ItemGroup>
Expand Down
10 changes: 0 additions & 10 deletions src/Kek.Net.AspNet/packages.lock.json

This file was deleted.

6 changes: 0 additions & 6 deletions src/Kek.Net.ErrorHandling/packages.lock.json

This file was deleted.

6 changes: 0 additions & 6 deletions src/Kek.Net.Extensions/packages.lock.json

This file was deleted.

0 comments on commit c52f238

Please sign in to comment.