mirror of
https://github.com/bitwarden/server.git
synced 2025-04-09 07:08:15 -05:00
some cleanup
This commit is contained in:
parent
99679f57fc
commit
52d79a0015
@ -3,7 +3,7 @@
|
|||||||
<PropertyGroup>
|
<PropertyGroup>
|
||||||
<Version>1.24.0</Version>
|
<Version>1.24.0</Version>
|
||||||
<TargetFramework>netcoreapp2.1</TargetFramework>
|
<TargetFramework>netcoreapp2.1</TargetFramework>
|
||||||
<RootNamespace>Bit.Billing</RootNamespace>
|
<RootNamespace>Bit.Admin</RootNamespace>
|
||||||
<UserSecretsId>bitwarden-Admin</UserSecretsId>
|
<UserSecretsId>bitwarden-Admin</UserSecretsId>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
|
|
||||||
|
@ -5,7 +5,7 @@ using Microsoft.AspNetCore.Mvc.Rendering;
|
|||||||
using Microsoft.AspNetCore.Mvc.ViewFeatures;
|
using Microsoft.AspNetCore.Mvc.ViewFeatures;
|
||||||
using Microsoft.AspNetCore.Razor.TagHelpers;
|
using Microsoft.AspNetCore.Razor.TagHelpers;
|
||||||
|
|
||||||
namespace Bit.Billing.TagHelpers
|
namespace Bit.Admin.TagHelpers
|
||||||
{
|
{
|
||||||
[HtmlTargetElement("li", Attributes = ActiveControllerName)]
|
[HtmlTargetElement("li", Attributes = ActiveControllerName)]
|
||||||
[HtmlTargetElement("li", Attributes = ActiveActionName)]
|
[HtmlTargetElement("li", Attributes = ActiveActionName)]
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
using Microsoft.AspNetCore.Mvc.ViewFeatures;
|
using Microsoft.AspNetCore.Mvc.ViewFeatures;
|
||||||
using Microsoft.AspNetCore.Razor.TagHelpers;
|
using Microsoft.AspNetCore.Razor.TagHelpers;
|
||||||
|
|
||||||
namespace Bit.Billing.TagHelpers
|
namespace Bit.Admin.TagHelpers
|
||||||
{
|
{
|
||||||
[HtmlTargetElement("option", Attributes = SelectedName)]
|
[HtmlTargetElement("option", Attributes = SelectedName)]
|
||||||
public class OptionSelectedTagHelper : TagHelper
|
public class OptionSelectedTagHelper : TagHelper
|
||||||
|
@ -5,6 +5,7 @@
|
|||||||
<TargetFramework>netcoreapp2.1</TargetFramework>
|
<TargetFramework>netcoreapp2.1</TargetFramework>
|
||||||
<RootNamespace>Bit.Api</RootNamespace>
|
<RootNamespace>Bit.Api</RootNamespace>
|
||||||
<UserSecretsId>bitwarden-Api</UserSecretsId>
|
<UserSecretsId>bitwarden-Api</UserSecretsId>
|
||||||
|
<MvcRazorCompileOnPublish>false</MvcRazorCompileOnPublish>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
|
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
|
@ -6,7 +6,6 @@
|
|||||||
<RootNamespace>Bit.Identity</RootNamespace>
|
<RootNamespace>Bit.Identity</RootNamespace>
|
||||||
<UserSecretsId>bitwarden-Identity</UserSecretsId>
|
<UserSecretsId>bitwarden-Identity</UserSecretsId>
|
||||||
<MvcRazorCompileOnPublish>false</MvcRazorCompileOnPublish>
|
<MvcRazorCompileOnPublish>false</MvcRazorCompileOnPublish>
|
||||||
<MvcRazorExcludeRefAssembliesFromPublish>false</MvcRazorExcludeRefAssembliesFromPublish>
|
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
|
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user