Skip to content

Commit

Permalink
move samples into different solutions
Browse files Browse the repository at this point in the history
refactor repository to be cleaner
remove poco feature
  • Loading branch information
charlessolar committed Jun 8, 2018
1 parent b7a0ae3 commit 4df460a
Show file tree
Hide file tree
Showing 45 changed files with 519 additions and 1,888 deletions.
132 changes: 0 additions & 132 deletions Aggregates.NET.sln
Original file line number Diff line number Diff line change
Expand Up @@ -11,69 +11,14 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Aggregates.NET.EventStore",
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Aggregates.NET.NewtonsoftJson", "src\Aggregates.NET.NewtonsoftJson\Aggregates.NET.NewtonsoftJson.csproj", "{1E2FB3FB-94FF-41F0-9D40-5239D911CCB6}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Samples", "Samples", "{78BFD874-663A-44A5-8DF1-88ED20750147}"
ProjectSection(SolutionItems) = preProject
samples\README.md = samples\README.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Aggregates.NET.StructureMap", "src\Aggregates.NET.StructureMap\Aggregates.NET.StructureMap.csproj", "{672EB778-D80B-4D77-8C02-FF7BCD96BA54}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Aggregates.NET.UnitTests", "src\Aggregates.NET.UnitTests\Aggregates.NET.UnitTests.csproj", "{0875C868-DF80-4647-9455-684BF6276051}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Aggregates.NET.SimpleInjector", "src\Aggregates.NET.SimpleInjector\Aggregates.NET.SimpleInjector.csproj", "{4A6EE14F-F404-4594-A907-2C6F4D849104}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "1. HelloWorld", "1. HelloWorld", "{271493CE-9EC4-4A48-92FB-DBF0B98D09B5}"
ProjectSection(SolutionItems) = preProject
samples\1. HelloWorld\README.md = samples\1. HelloWorld\README.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "2. Snapshots", "2. Snapshots", "{64D43702-2C5E-496D-876E-EF909D328760}"
ProjectSection(SolutionItems) = preProject
samples\2. Snapshots\README.md = samples\2. Snapshots\README.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "3. Children", "3. Children", "{4A692FAF-4A01-4716-BE94-0C9B4F535348}"
ProjectSection(SolutionItems) = preProject
samples\3. Children\README.md = samples\3. Children\README.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "4. Queries", "4. Queries", "{1B634F3D-72A0-40FE-80CB-226BC33A5B06}"
ProjectSection(SolutionItems) = preProject
src\Samples\4. Queries\README.md = src\Samples\4. Queries\README.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "2. Domain", "samples\2. Snapshots\2. Domain\2. Domain.csproj", "{76EDBD24-2D2C-4720-8E6D-BEF9E79FADE4}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "2. Client", "samples\2. Snapshots\2. Client\2. Client.csproj", "{3AD95ECA-A732-4CD6-B126-2361C3C34841}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "2. Language", "samples\2. Snapshots\2. Language\2. Language.csproj", "{A3A0B66B-EAFD-406D-8136-CAEE98C6ACCF}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "1. Domain", "samples\1. HelloWorld\1. Domain\1. Domain.csproj", "{2AE510D1-86E6-496D-852B-CEC89D2D7BD1}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "1. Client", "samples\1. HelloWorld\1. Client\1. Client.csproj", "{10013E0D-DA25-4A6C-8204-71B19251478A}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "1. Language", "samples\1. HelloWorld\1. Language\1. Language.csproj", "{652DE4B4-ABDD-4A69-B56B-5E2CB50A6BBD}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "3. Domain", "samples\3. Children\3. Domain\3. Domain.csproj", "{F54831E5-944B-414C-8C65-75BABC847910}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "3. Language", "samples\3. Children\3. Language\3. Language.csproj", "{94364013-DFB7-421B-8387-880AB50F1C0F}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "3. Client", "samples\3. Children\3. Client\3. Client.csproj", "{0815EB39-E74F-442E-B7D1-4A30B6442F5B}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "4. Domain", "samples\4. Queries\4. Domain\4. Domain.csproj", "{78D3EAF3-745B-471A-899F-CB5D9FCA5079}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "4. Client", "samples\4. Queries\4. Client\4. Client.csproj", "{1A3D9563-AA08-48CD-8937-12F316B5D79B}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "4. Language", "samples\4. Queries\4. Language\4. Language.csproj", "{BFEE9D30-D425-4773-BE62-C4A9242BF478}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "5. Mutators", "5. Mutators", "{3BE21E29-6CED-43DD-8AFF-474FFD094F48}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Aggregates.NET.Testing", "src\Aggregates.NET.Testing\Aggregates.NET.Testing.csproj", "{FF9301FF-749D-40B2-82CF-FE79A37652E9}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "1. Tests", "samples\1. HelloWorld\1. Tests\1. Tests.csproj", "{9AE01C5A-C43C-412B-B466-E40BC1B67492}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "3. Tests", "samples\3. Children\3. Tests\3. Tests.csproj", "{44DE8265-AF39-410B-953F-816BE627235A}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Expand Down Expand Up @@ -108,91 +53,14 @@ Global
{4A6EE14F-F404-4594-A907-2C6F4D849104}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4A6EE14F-F404-4594-A907-2C6F4D849104}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4A6EE14F-F404-4594-A907-2C6F4D849104}.Release|Any CPU.Build.0 = Release|Any CPU
{76EDBD24-2D2C-4720-8E6D-BEF9E79FADE4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{76EDBD24-2D2C-4720-8E6D-BEF9E79FADE4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{76EDBD24-2D2C-4720-8E6D-BEF9E79FADE4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{76EDBD24-2D2C-4720-8E6D-BEF9E79FADE4}.Release|Any CPU.Build.0 = Release|Any CPU
{3AD95ECA-A732-4CD6-B126-2361C3C34841}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3AD95ECA-A732-4CD6-B126-2361C3C34841}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3AD95ECA-A732-4CD6-B126-2361C3C34841}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3AD95ECA-A732-4CD6-B126-2361C3C34841}.Release|Any CPU.Build.0 = Release|Any CPU
{A3A0B66B-EAFD-406D-8136-CAEE98C6ACCF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A3A0B66B-EAFD-406D-8136-CAEE98C6ACCF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A3A0B66B-EAFD-406D-8136-CAEE98C6ACCF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A3A0B66B-EAFD-406D-8136-CAEE98C6ACCF}.Release|Any CPU.Build.0 = Release|Any CPU
{2AE510D1-86E6-496D-852B-CEC89D2D7BD1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2AE510D1-86E6-496D-852B-CEC89D2D7BD1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2AE510D1-86E6-496D-852B-CEC89D2D7BD1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2AE510D1-86E6-496D-852B-CEC89D2D7BD1}.Release|Any CPU.Build.0 = Release|Any CPU
{10013E0D-DA25-4A6C-8204-71B19251478A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{10013E0D-DA25-4A6C-8204-71B19251478A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{10013E0D-DA25-4A6C-8204-71B19251478A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{10013E0D-DA25-4A6C-8204-71B19251478A}.Release|Any CPU.Build.0 = Release|Any CPU
{652DE4B4-ABDD-4A69-B56B-5E2CB50A6BBD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{652DE4B4-ABDD-4A69-B56B-5E2CB50A6BBD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{652DE4B4-ABDD-4A69-B56B-5E2CB50A6BBD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{652DE4B4-ABDD-4A69-B56B-5E2CB50A6BBD}.Release|Any CPU.Build.0 = Release|Any CPU
{F54831E5-944B-414C-8C65-75BABC847910}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F54831E5-944B-414C-8C65-75BABC847910}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F54831E5-944B-414C-8C65-75BABC847910}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F54831E5-944B-414C-8C65-75BABC847910}.Release|Any CPU.Build.0 = Release|Any CPU
{94364013-DFB7-421B-8387-880AB50F1C0F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{94364013-DFB7-421B-8387-880AB50F1C0F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{94364013-DFB7-421B-8387-880AB50F1C0F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{94364013-DFB7-421B-8387-880AB50F1C0F}.Release|Any CPU.Build.0 = Release|Any CPU
{0815EB39-E74F-442E-B7D1-4A30B6442F5B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0815EB39-E74F-442E-B7D1-4A30B6442F5B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0815EB39-E74F-442E-B7D1-4A30B6442F5B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0815EB39-E74F-442E-B7D1-4A30B6442F5B}.Release|Any CPU.Build.0 = Release|Any CPU
{78D3EAF3-745B-471A-899F-CB5D9FCA5079}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{78D3EAF3-745B-471A-899F-CB5D9FCA5079}.Debug|Any CPU.Build.0 = Debug|Any CPU
{78D3EAF3-745B-471A-899F-CB5D9FCA5079}.Release|Any CPU.ActiveCfg = Release|Any CPU
{78D3EAF3-745B-471A-899F-CB5D9FCA5079}.Release|Any CPU.Build.0 = Release|Any CPU
{1A3D9563-AA08-48CD-8937-12F316B5D79B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1A3D9563-AA08-48CD-8937-12F316B5D79B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1A3D9563-AA08-48CD-8937-12F316B5D79B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1A3D9563-AA08-48CD-8937-12F316B5D79B}.Release|Any CPU.Build.0 = Release|Any CPU
{BFEE9D30-D425-4773-BE62-C4A9242BF478}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BFEE9D30-D425-4773-BE62-C4A9242BF478}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BFEE9D30-D425-4773-BE62-C4A9242BF478}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BFEE9D30-D425-4773-BE62-C4A9242BF478}.Release|Any CPU.Build.0 = Release|Any CPU
{FF9301FF-749D-40B2-82CF-FE79A37652E9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FF9301FF-749D-40B2-82CF-FE79A37652E9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FF9301FF-749D-40B2-82CF-FE79A37652E9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FF9301FF-749D-40B2-82CF-FE79A37652E9}.Release|Any CPU.Build.0 = Release|Any CPU
{9AE01C5A-C43C-412B-B466-E40BC1B67492}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9AE01C5A-C43C-412B-B466-E40BC1B67492}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9AE01C5A-C43C-412B-B466-E40BC1B67492}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9AE01C5A-C43C-412B-B466-E40BC1B67492}.Release|Any CPU.Build.0 = Release|Any CPU
{44DE8265-AF39-410B-953F-816BE627235A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{44DE8265-AF39-410B-953F-816BE627235A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{44DE8265-AF39-410B-953F-816BE627235A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{44DE8265-AF39-410B-953F-816BE627235A}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{271493CE-9EC4-4A48-92FB-DBF0B98D09B5} = {78BFD874-663A-44A5-8DF1-88ED20750147}
{64D43702-2C5E-496D-876E-EF909D328760} = {78BFD874-663A-44A5-8DF1-88ED20750147}
{4A692FAF-4A01-4716-BE94-0C9B4F535348} = {78BFD874-663A-44A5-8DF1-88ED20750147}
{1B634F3D-72A0-40FE-80CB-226BC33A5B06} = {78BFD874-663A-44A5-8DF1-88ED20750147}
{76EDBD24-2D2C-4720-8E6D-BEF9E79FADE4} = {64D43702-2C5E-496D-876E-EF909D328760}
{3AD95ECA-A732-4CD6-B126-2361C3C34841} = {64D43702-2C5E-496D-876E-EF909D328760}
{A3A0B66B-EAFD-406D-8136-CAEE98C6ACCF} = {64D43702-2C5E-496D-876E-EF909D328760}
{2AE510D1-86E6-496D-852B-CEC89D2D7BD1} = {271493CE-9EC4-4A48-92FB-DBF0B98D09B5}
{10013E0D-DA25-4A6C-8204-71B19251478A} = {271493CE-9EC4-4A48-92FB-DBF0B98D09B5}
{652DE4B4-ABDD-4A69-B56B-5E2CB50A6BBD} = {271493CE-9EC4-4A48-92FB-DBF0B98D09B5}
{F54831E5-944B-414C-8C65-75BABC847910} = {4A692FAF-4A01-4716-BE94-0C9B4F535348}
{94364013-DFB7-421B-8387-880AB50F1C0F} = {4A692FAF-4A01-4716-BE94-0C9B4F535348}
{0815EB39-E74F-442E-B7D1-4A30B6442F5B} = {4A692FAF-4A01-4716-BE94-0C9B4F535348}
{78D3EAF3-745B-471A-899F-CB5D9FCA5079} = {1B634F3D-72A0-40FE-80CB-226BC33A5B06}
{1A3D9563-AA08-48CD-8937-12F316B5D79B} = {1B634F3D-72A0-40FE-80CB-226BC33A5B06}
{BFEE9D30-D425-4773-BE62-C4A9242BF478} = {1B634F3D-72A0-40FE-80CB-226BC33A5B06}
{3BE21E29-6CED-43DD-8AFF-474FFD094F48} = {78BFD874-663A-44A5-8DF1-88ED20750147}
{9AE01C5A-C43C-412B-B466-E40BC1B67492} = {271493CE-9EC4-4A48-92FB-DBF0B98D09B5}
{44DE8265-AF39-410B-953F-816BE627235A} = {4A692FAF-4A01-4716-BE94-0C9B4F535348}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {743EB920-E480-4A2C-B96E-5B3745783AB8}
EndGlobalSection
Expand Down
11 changes: 6 additions & 5 deletions samples/1. HelloWorld/1. Client/1. Client.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,13 @@
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\..\..\src\Aggregates.NET.EventStore\Aggregates.NET.EventStore.csproj" />
<ProjectReference Include="..\..\..\src\Aggregates.NET.NewtonsoftJson\Aggregates.NET.NewtonsoftJson.csproj" />
<ProjectReference Include="..\..\..\src\Aggregates.NET.NServiceBus\Aggregates.NET.NServiceBus.csproj" />
<ProjectReference Include="..\..\..\src\Aggregates.NET.StructureMap\Aggregates.NET.StructureMap.csproj" />
<ProjectReference Include="..\..\..\src\Aggregates.NET\Aggregates.NET.csproj" />
<ProjectReference Include="..\1. Language\1. Language.csproj" />
</ItemGroup>

<ItemGroup>
<PackageReference Include="Aggregates.NET.EventStore" Version="0.13.30.286" />
<PackageReference Include="Aggregates.NET.NewtonsoftJson" Version="0.13.30.286" />
<PackageReference Include="Aggregates.NET.NServiceBus" Version="0.13.30.286" />
<PackageReference Include="Aggregates.NET.StructureMap" Version="0.13.30.286" />
</ItemGroup>
</Project>
11 changes: 6 additions & 5 deletions samples/1. HelloWorld/1. Domain/1. Domain.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,13 @@
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\..\..\src\Aggregates.NET.EventStore\Aggregates.NET.EventStore.csproj" />
<ProjectReference Include="..\..\..\src\Aggregates.NET.NewtonsoftJson\Aggregates.NET.NewtonsoftJson.csproj" />
<ProjectReference Include="..\..\..\src\Aggregates.NET.NServiceBus\Aggregates.NET.NServiceBus.csproj" />
<ProjectReference Include="..\..\..\src\Aggregates.NET.StructureMap\Aggregates.NET.StructureMap.csproj" />
<ProjectReference Include="..\..\..\src\Aggregates.NET\Aggregates.NET.csproj" />
<ProjectReference Include="..\1. Language\1. Language.csproj" />
</ItemGroup>

<ItemGroup>
<PackageReference Include="Aggregates.NET.EventStore" Version="0.13.30.286" />
<PackageReference Include="Aggregates.NET.NewtonsoftJson" Version="0.13.30.286" />
<PackageReference Include="Aggregates.NET.NServiceBus" Version="0.13.30.286" />
<PackageReference Include="Aggregates.NET.StructureMap" Version="0.13.30.286" />
</ItemGroup>
</Project>
3 changes: 1 addition & 2 deletions samples/1. HelloWorld/1. Language/1. Language.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
</PropertyGroup>

<ItemGroup>
<ProjectReference Include="..\..\..\src\Aggregates.NET\Aggregates.NET.csproj" />
<PackageReference Include="Aggregates.NET" Version="0.13.30.286" />
</ItemGroup>

</Project>
4 changes: 3 additions & 1 deletion samples/1. HelloWorld/1. Tests/1. Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,11 @@
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\..\..\src\Aggregates.NET.Testing\Aggregates.NET.Testing.csproj" />
<ProjectReference Include="..\1. Domain\1. Domain.csproj" />
<ProjectReference Include="..\1. Language\1. Language.csproj" />
</ItemGroup>

<ItemGroup>
<PackageReference Include="Aggregates.NET.Testing" Version="0.13.30.286" />
</ItemGroup>
</Project>
11 changes: 6 additions & 5 deletions samples/2. Snapshots/2. Client/2. Client.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,13 @@
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\..\..\src\Aggregates.NET.EventStore\Aggregates.NET.EventStore.csproj" />
<ProjectReference Include="..\..\..\src\Aggregates.NET.NewtonsoftJson\Aggregates.NET.NewtonsoftJson.csproj" />
<ProjectReference Include="..\..\..\src\Aggregates.NET.NServiceBus\Aggregates.NET.NServiceBus.csproj" />
<ProjectReference Include="..\..\..\src\Aggregates.NET.StructureMap\Aggregates.NET.StructureMap.csproj" />
<ProjectReference Include="..\..\..\src\Aggregates.NET\Aggregates.NET.csproj" />
<ProjectReference Include="..\2. Language\2. Language.csproj" />
</ItemGroup>

<ItemGroup>
<PackageReference Include="Aggregates.NET.EventStore" Version="0.13.30.286" />
<PackageReference Include="Aggregates.NET.NewtonsoftJson" Version="0.13.30.286" />
<PackageReference Include="Aggregates.NET.NServiceBus" Version="0.13.30.286" />
<PackageReference Include="Aggregates.NET.StructureMap" Version="0.13.30.286" />
</ItemGroup>
</Project>
11 changes: 6 additions & 5 deletions samples/2. Snapshots/2. Domain/2. Domain.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,12 @@
<PackageReference Include="Serilog.Sinks.Console" Version="3.1.1" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\..\src\Aggregates.NET.EventStore\Aggregates.NET.EventStore.csproj" />
<ProjectReference Include="..\..\..\src\Aggregates.NET.NewtonsoftJson\Aggregates.NET.NewtonsoftJson.csproj" />
<ProjectReference Include="..\..\..\src\Aggregates.NET.NServiceBus\Aggregates.NET.NServiceBus.csproj" />
<ProjectReference Include="..\..\..\src\Aggregates.NET.StructureMap\Aggregates.NET.StructureMap.csproj" />
<ProjectReference Include="..\..\..\src\Aggregates.NET\Aggregates.NET.csproj" />
<ProjectReference Include="..\2. Language\2. Language.csproj" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Aggregates.NET.EventStore" Version="0.13.30.286" />
<PackageReference Include="Aggregates.NET.NewtonsoftJson" Version="0.13.30.286" />
<PackageReference Include="Aggregates.NET.NServiceBus" Version="0.13.30.286" />
<PackageReference Include="Aggregates.NET.StructureMap" Version="0.13.30.286" />
</ItemGroup>
</Project>
3 changes: 1 addition & 2 deletions samples/2. Snapshots/2. Language/2. Language.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
</PropertyGroup>

<ItemGroup>
<ProjectReference Include="..\..\..\src\Aggregates.NET\Aggregates.NET.csproj" />
<PackageReference Include="Aggregates.NET" Version="0.13.30.286" />
</ItemGroup>

</Project>
11 changes: 6 additions & 5 deletions samples/3. Children/3. Client/3. Client.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,13 @@
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\..\..\src\Aggregates.NET.EventStore\Aggregates.NET.EventStore.csproj" />
<ProjectReference Include="..\..\..\src\Aggregates.NET.NewtonsoftJson\Aggregates.NET.NewtonsoftJson.csproj" />
<ProjectReference Include="..\..\..\src\Aggregates.NET.NServiceBus\Aggregates.NET.NServiceBus.csproj" />
<ProjectReference Include="..\..\..\src\Aggregates.NET.StructureMap\Aggregates.NET.StructureMap.csproj" />
<ProjectReference Include="..\..\..\src\Aggregates.NET\Aggregates.NET.csproj" />
<ProjectReference Include="..\3. Language\3. Language.csproj" />
</ItemGroup>

<ItemGroup>
<PackageReference Include="Aggregates.NET.EventStore" Version="0.13.30.286" />
<PackageReference Include="Aggregates.NET.NewtonsoftJson" Version="0.13.30.286" />
<PackageReference Include="Aggregates.NET.NServiceBus" Version="0.13.30.286" />
<PackageReference Include="Aggregates.NET.StructureMap" Version="0.13.30.286" />
</ItemGroup>
</Project>
11 changes: 6 additions & 5 deletions samples/3. Children/3. Domain/3. Domain.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,12 @@
<PackageReference Include="Serilog.Sinks.Console" Version="3.1.1" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\..\src\Aggregates.NET.EventStore\Aggregates.NET.EventStore.csproj" />
<ProjectReference Include="..\..\..\src\Aggregates.NET.NewtonsoftJson\Aggregates.NET.NewtonsoftJson.csproj" />
<ProjectReference Include="..\..\..\src\Aggregates.NET.NServiceBus\Aggregates.NET.NServiceBus.csproj" />
<ProjectReference Include="..\..\..\src\Aggregates.NET.StructureMap\Aggregates.NET.StructureMap.csproj" />
<ProjectReference Include="..\..\..\src\Aggregates.NET\Aggregates.NET.csproj" />
<ProjectReference Include="..\3. Language\3. Language.csproj" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Aggregates.NET.EventStore" Version="0.13.30.286" />
<PackageReference Include="Aggregates.NET.NewtonsoftJson" Version="0.13.30.286" />
<PackageReference Include="Aggregates.NET.NServiceBus" Version="0.13.30.286" />
<PackageReference Include="Aggregates.NET.StructureMap" Version="0.13.30.286" />
</ItemGroup>
</Project>
3 changes: 1 addition & 2 deletions samples/3. Children/3. Language/3. Language.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@
</PropertyGroup>

<ItemGroup>
<ProjectReference Include="..\..\..\src\Aggregates.NET\Aggregates.NET.csproj" />
<PackageReference Include="Aggregates.NET" Version="0.13.30.286" />
</ItemGroup>


</Project>
5 changes: 3 additions & 2 deletions samples/3. Children/3. Tests/3. Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,11 @@
<DotNetCliToolReference Include="dotnet-xunit" Version="2.3.1" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\..\src\Aggregates.NET.Testing\Aggregates.NET.Testing.csproj" />
<ProjectReference Include="..\..\..\src\Aggregates.NET\Aggregates.NET.csproj" />
<ProjectReference Include="..\3. Domain\3. Domain.csproj" />
<ProjectReference Include="..\3. Language\3. Language.csproj" />
</ItemGroup>

<ItemGroup>
<PackageReference Include="Aggregates.NET.Testing" Version="0.13.15.271" />
</ItemGroup>
</Project>
Loading

0 comments on commit 4df460a

Please sign in to comment.