Skip to content

Commit

Permalink
Don't emit lockfiles for example projects
Browse files Browse the repository at this point in the history
  • Loading branch information
Qonfused committed May 26, 2024
1 parent b88b1bb commit 2a96edd
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 583 deletions.
2 changes: 2 additions & 0 deletions Directory.Packages.Props
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@
<PropertyGroup Condition="'$(UseLocalFeed)' == 'true'">
<IsPackable>false</IsPackable>
<RestoreLockedMode>false</RestoreLockedMode>
<RestorePackagesWithLockFile>false</RestorePackagesWithLockFile>
<RestoreUseStaticGraphEvaluation>false</RestoreUseStaticGraphEvaluation>
</PropertyGroup>

<ItemGroup Label="PackageVersions">
Expand Down
331 changes: 0 additions & 331 deletions examples/BasicBot/packages.lock.json

This file was deleted.

Loading

0 comments on commit 2a96edd

Please sign in to comment.