1
0
mirror of https://github.com/bitwarden/server.git synced 2025-04-13 17:18:14 -05:00
bitwarden/Directory.Build.props
2022-02-10 15:40:31 +01:00

11 lines
257 B
XML

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