fix(backend): use packages.lock file when restoring

This commit is contained in:
sam 2024-09-14 16:45:33 +02:00
parent 2cef7523d2
commit 821712f43b
Signed by: sam
GPG key ID: B4EF20DDE721CAA1
2 changed files with 1533 additions and 0 deletions

View file

@ -3,6 +3,7 @@
<TargetFramework>net8.0</TargetFramework>
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
<RestorePackagesWithLockFile>true</RestorePackagesWithLockFile>
</PropertyGroup>
<ItemGroup>

File diff suppressed because it is too large Load diff