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] 7bdb07da93
Bump version to 1.46.3 (#1894)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2022-03-01 17:17:42 -07:00

10 lines
256 B
XML

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