1
0
mirror of https://github.com/bitwarden/server.git synced 2025-07-02 08:32:50 -05:00

Stop using lockfiles (#3550)

This commit is contained in:
Matt Bishop
2023-12-12 09:09:42 -05:00
committed by GitHub
parent 5a6a6ce4ce
commit 890a09804f
42 changed files with 0 additions and 105075 deletions

View File

@ -4,7 +4,6 @@
<TargetFramework>net6.0</TargetFramework>
<Version>2023.12.0</Version>
<RootNamespace>Bit.$(MSBuildProjectName)</RootNamespace>
<RestorePackagesWithLockFile>true</RestorePackagesWithLockFile>
<ImplicitUsings>enable</ImplicitUsings>
<IncludeSourceRevisionInInformationalVersion>false</IncludeSourceRevisionInInformationalVersion>
</PropertyGroup>