fix abstraction project name (big oopsie!), rename master branch to main
This commit is contained in:
@@ -8,6 +8,6 @@
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<ProjectReference Include="..\OpenHarbor.Abstractions\OpenHarbor.Abstractions.csproj" />
|
||||
<ProjectReference Include="..\OpenHarbor.Storage.Abstractions\OpenHarbor.Storage.Abstractions.csproj" />
|
||||
</ItemGroup>
|
||||
</Project>
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
using OpenHarbor.Abstractions;
|
||||
using OpenHarbor.Storage.Abstractions;
|
||||
|
||||
namespace OpenHarbor.Storage.Physical;
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
using OpenHarbor.Abstractions;
|
||||
using OpenHarbor.Storage.Abstractions;
|
||||
using System;
|
||||
using System.IO;
|
||||
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
using System.Text;
|
||||
using OpenHarbor.Abstractions;
|
||||
using OpenHarbor.Storage.Abstractions;
|
||||
|
||||
namespace OpenHarbor.Storage.Physical;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user