fix(backend): use packages.lock file when restoring
This commit is contained in:
parent
2cef7523d2
commit
821712f43b
2 changed files with 1533 additions and 0 deletions
|
@ -3,6 +3,7 @@
|
||||||
<TargetFramework>net8.0</TargetFramework>
|
<TargetFramework>net8.0</TargetFramework>
|
||||||
<Nullable>enable</Nullable>
|
<Nullable>enable</Nullable>
|
||||||
<ImplicitUsings>enable</ImplicitUsings>
|
<ImplicitUsings>enable</ImplicitUsings>
|
||||||
|
<RestorePackagesWithLockFile>true</RestorePackagesWithLockFile>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
|
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
|
|
1532
Foxnouns.Backend/packages.lock.json
Normal file
1532
Foxnouns.Backend/packages.lock.json
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue