This commit is contained in:
@@ -12,7 +12,6 @@
|
||||
<MinVerAutoIncrement>patch</MinVerAutoIncrement>
|
||||
<MinVerMinimumMajorMinor>1.0</MinVerMinimumMajorMinor>
|
||||
<GeneratePackageOnBuild>false</GeneratePackageOnBuild>
|
||||
<RootNamespace>VaultService</RootNamespace>
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
namespace VaultService;
|
||||
namespace Services.Vault;
|
||||
|
||||
public interface IVaultService
|
||||
{
|
||||
|
||||
@@ -2,7 +2,7 @@ using VaultSharp;
|
||||
using VaultSharp.V1.AuthMethods.Token;
|
||||
using VaultSharp.V1.Commons;
|
||||
|
||||
namespace VaultService;
|
||||
namespace Services.Vault;
|
||||
|
||||
public class VaultService : IVaultService
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user