1
0
mirror of https://github.com/bitwarden/web synced 2025-12-13 06:43:31 +00:00

Fix Web project version

This commit is contained in:
Vince Grassia
2022-04-07 12:10:26 -04:00
parent a6f41f9020
commit b9c31597a2
2 changed files with 7 additions and 1 deletions

View File

@@ -3,7 +3,7 @@
<PropertyGroup>
<MvcRazorCompileOnPublish>false</MvcRazorCompileOnPublish>
<TargetFramework>net5.0</TargetFramework>
<Version>1.47.2</Version>
<Version>2.27.0</Version>
<RootNamespace>Bit.$(MSBuildProjectName)</RootNamespace>
<RestorePackagesWithLockFile>true</RestorePackagesWithLockFile>
</PropertyGroup>