add package lock file

This commit is contained in:
sam 2024-10-15 15:20:12 +02:00
parent a2b09969d3
commit 03dc16b0b3
Signed by: sam
GPG key ID: 5F3C3C1B3166639D
2 changed files with 978 additions and 0 deletions

View file

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