Skip to content

Commit

Permalink
Added info to the csproj to generate package.lock for caching
Browse files Browse the repository at this point in the history
Signed-off-by: RemakingEden <[email protected]>
  • Loading branch information
RemakingEden committed Apr 8, 2022
1 parent 96f1b13 commit f8873b7
Show file tree
Hide file tree
Showing 2 changed files with 1,248 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,9 @@
</None>
</ItemGroup>

<PropertyGroup>
<RestorePackagesWithLockFile>true</RestorePackagesWithLockFile>
<RestoreLockedMode>true</RestoreLockedMode>
<DisableImplicitNuGetFallbackFolder>true</DisableImplicitNuGetFallbackFolder>
</PropertyGroup>
</Project>
Loading

0 comments on commit f8873b7

Please sign in to comment.