mirror of https://github.com/bitwarden/web.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
359 B
11 lines
359 B
<Project Sdk="Microsoft.NET.Sdk.Web"> |
|
|
|
<PropertyGroup> |
|
<MvcRazorCompileOnPublish>false</MvcRazorCompileOnPublish> |
|
<TargetFramework>net5.0</TargetFramework> |
|
<Version>2.27.0</Version> |
|
<RootNamespace>Bit.$(MSBuildProjectName)</RootNamespace> |
|
<RestorePackagesWithLockFile>true</RestorePackagesWithLockFile> |
|
</PropertyGroup> |
|
|
|
</Project>
|
|
|