Skip to content

Commit

Permalink
Build: disable RestorePackagesWithLockFile that creates issues when c…
Browse files Browse the repository at this point in the history
…ombined with multi-targetting

- set RestorePackagesWithLockFile back to false and remove all packages.lock.json files
- this conflicts with the ability to override the target framework versinons when included as a sub-moduile
- when the parent sub-module uses a different set of versions, this will override the lock files in the sub-module which cannot be committed
  • Loading branch information
KrzysFR committed Dec 16, 2024
1 parent 832bb41 commit 9ad56e9
Show file tree
Hide file tree
Showing 24 changed files with 0 additions and 9,487 deletions.
1 change: 0 additions & 1 deletion Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@

<PropertyGroup>
<ArtifactsPath>$(MSBuildThisFileDirectory)artifacts</ArtifactsPath>
<RestorePackagesWithLockFile>true</RestorePackagesWithLockFile>
</PropertyGroup>

<!--
Expand Down
603 changes: 0 additions & 603 deletions Doxense.Core.Testing.Common/packages.lock.json

This file was deleted.

677 changes: 0 additions & 677 deletions Doxense.Core.Tests/packages.lock.json

This file was deleted.

167 changes: 0 additions & 167 deletions Doxense.Core/packages.lock.json

This file was deleted.

211 changes: 0 additions & 211 deletions Doxense.Networking.Http/packages.lock.json

This file was deleted.

Loading

0 comments on commit 9ad56e9

Please sign in to comment.