Skip to content

Commit 97bfb9d

Browse files
use codebreaker nuget package
1 parent bc46923 commit 97bfb9d

2 files changed

Lines changed: 34 additions & 3 deletions

File tree

src/CodeBreaker.Data.sln

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
2+
Microsoft Visual Studio Solution File, Format Version 12.00
3+
# Visual Studio Version 17
4+
VisualStudioVersion = 17.0.31903.59
5+
MinimumVisualStudioVersion = 10.0.40219.1
6+
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "services", "services", "{7CB1707A-175D-4008-AC8E-35E933CB884F}"
7+
EndProject
8+
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "shared", "shared", "{B7CEE53A-0CF8-4C04-B324-CBDE279C8146}"
9+
EndProject
10+
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CodeBreaker.Data", "services\shared\CodeBreaker.Data\CodeBreaker.Data.csproj", "{2ACFA831-4BCB-4B50-B238-CEA8189814D9}"
11+
EndProject
12+
Global
13+
GlobalSection(SolutionConfigurationPlatforms) = preSolution
14+
Debug|Any CPU = Debug|Any CPU
15+
Release|Any CPU = Release|Any CPU
16+
EndGlobalSection
17+
GlobalSection(ProjectConfigurationPlatforms) = postSolution
18+
{2ACFA831-4BCB-4B50-B238-CEA8189814D9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
19+
{2ACFA831-4BCB-4B50-B238-CEA8189814D9}.Debug|Any CPU.Build.0 = Debug|Any CPU
20+
{2ACFA831-4BCB-4B50-B238-CEA8189814D9}.Release|Any CPU.ActiveCfg = Release|Any CPU
21+
{2ACFA831-4BCB-4B50-B238-CEA8189814D9}.Release|Any CPU.Build.0 = Release|Any CPU
22+
EndGlobalSection
23+
GlobalSection(SolutionProperties) = preSolution
24+
HideSolutionNode = FALSE
25+
EndGlobalSection
26+
GlobalSection(NestedProjects) = preSolution
27+
{B7CEE53A-0CF8-4C04-B324-CBDE279C8146} = {7CB1707A-175D-4008-AC8E-35E933CB884F}
28+
{2ACFA831-4BCB-4B50-B238-CEA8189814D9} = {B7CEE53A-0CF8-4C04-B324-CBDE279C8146}
29+
EndGlobalSection
30+
GlobalSection(ExtensibilityGlobals) = postSolution
31+
SolutionGuid = {62CDC552-7ED6-4911-8544-DFD6DCB283EA}
32+
EndGlobalSection
33+
EndGlobal

src/services/shared/CodeBreaker.Data/CodeBreaker.Data.csproj

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,9 @@
1515
</PropertyGroup>
1616

1717
<ItemGroup>
18+
<PackageReference Include="BastaSpring2023.Codebreaker.Shared" Version="1.0.0-preview.1.6" />
1819
<PackageReference Include="Microsoft.EntityFrameworkCore.Cosmos" Version="7.0.3" />
1920
</ItemGroup>
2021

21-
<ItemGroup>
22-
<ProjectReference Include="..\..\..\shared\CodeBreaker.Shared\CodeBreaker.Shared.csproj" />
23-
</ItemGroup>
2422

2523
</Project>

0 commit comments

Comments
 (0)