mirror of
https://github.com/bitwarden/server.git
synced 2025-07-02 08:32:50 -05:00
[SM-142] Rename CommCore to Commercial.Core (#2158)
* Rename CommCore to Commercial.Core
This commit is contained in:
@ -3,7 +3,7 @@ using AutoFixture;
|
||||
using AutoFixture.Xunit2;
|
||||
using Bit.Core.Enums.Provider;
|
||||
|
||||
namespace Bit.CommCore.Test.AutoFixture.ProviderUserFixtures
|
||||
namespace Bit.Commercial.Core.Test.AutoFixture
|
||||
{
|
||||
internal class ProviderUser : ICustomization
|
||||
{
|
||||
@ -18,7 +18,7 @@ namespace Bit.CommCore.Test.AutoFixture.ProviderUserFixtures
|
||||
|
||||
public void Customize(IFixture fixture)
|
||||
{
|
||||
fixture.Customize<Core.Entities.Provider.ProviderUser>(composer => composer
|
||||
fixture.Customize<Bit.Core.Entities.Provider.ProviderUser>(composer => composer
|
||||
.With(o => o.Type, Type)
|
||||
.With(o => o.Status, Status));
|
||||
}
|
@ -18,7 +18,7 @@
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<ProjectReference Include="..\..\src\CommCore\CommCore.csproj" />
|
||||
<ProjectReference Include="..\..\src\Commercial.Core\Commercial.Core.csproj" />
|
||||
<ProjectReference Include="..\..\..\test\Core.Test\Core.Test.csproj" />
|
||||
</ItemGroup>
|
||||
|
@ -1,5 +1,5 @@
|
||||
using Bit.CommCore.Services;
|
||||
using Bit.CommCore.Test.AutoFixture.ProviderUserFixtures;
|
||||
using Bit.Commercial.Core.Services;
|
||||
using Bit.Commercial.Core.Test.AutoFixture;
|
||||
using Bit.Core.Context;
|
||||
using Bit.Core.Entities;
|
||||
using Bit.Core.Entities.Provider;
|
||||
@ -19,7 +19,7 @@ using NSubstitute.ReturnsExtensions;
|
||||
using Xunit;
|
||||
using ProviderUser = Bit.Core.Entities.Provider.ProviderUser;
|
||||
|
||||
namespace Bit.CommCore.Test.Services
|
||||
namespace Bit.Commercial.Core.Test.Services
|
||||
{
|
||||
public class ProviderServiceTests
|
||||
{
|
@ -2880,13 +2880,13 @@
|
||||
"type": "Project",
|
||||
"dependencies": {
|
||||
"Azure.Messaging.EventGrid": "4.10.0",
|
||||
"CommCore": "2022.6.2",
|
||||
"Commercial.Core": "2022.6.2",
|
||||
"Core": "2022.6.2",
|
||||
"SharedWeb": "2022.6.2",
|
||||
"Swashbuckle.AspNetCore": "6.3.1"
|
||||
}
|
||||
},
|
||||
"commcore": {
|
||||
"commercial.core": {
|
||||
"type": "Project",
|
||||
"dependencies": {
|
||||
"Core": "2022.6.2"
|
Reference in New Issue
Block a user