1
0
mirror of https://github.com/bitwarden/server.git synced 2024-11-22 12:15:36 +01:00
bitwarden-server/Directory.Build.props
github-actions[bot] 9ed4314d8d
Bumped version to 2022.5.1 (#2049)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2022-06-10 11:37:55 -07:00

10 lines
258 B
XML

<Project>
<PropertyGroup>
<TargetFramework>net5.0</TargetFramework>
<Version>2022.5.1</Version>
<RootNamespace>Bit.$(MSBuildProjectName)</RootNamespace>
<RestorePackagesWithLockFile>true</RestorePackagesWithLockFile>
</PropertyGroup>
</Project>