mirror of
https://github.com/bitwarden/server
synced 2026-02-19 19:03:30 +00:00
adjust default root namespaces
This commit is contained in:
@@ -5,7 +5,7 @@ using System.Security.Cryptography;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace Setup
|
||||
namespace Bit.Setup
|
||||
{
|
||||
public static class Helpers
|
||||
{
|
||||
|
||||
@@ -9,7 +9,7 @@ using System.Net.Http;
|
||||
using System.Reflection;
|
||||
using System.Runtime.InteropServices;
|
||||
|
||||
namespace Setup
|
||||
namespace Bit.Setup
|
||||
{
|
||||
public class Program
|
||||
{
|
||||
|
||||
@@ -4,6 +4,7 @@
|
||||
<OutputType>Exe</OutputType>
|
||||
<TargetFramework>netcoreapp2.0</TargetFramework>
|
||||
<NoWarn>1701;1702;1705;NU1701</NoWarn>
|
||||
<RootNamespace>Bit.Setup</RootNamespace>
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
|
||||
Reference in New Issue
Block a user