Skip to content

Commit 17d79c5

Browse files
author
GitHub Copilot
committed
Add GatewayRavenDB_6 project to GatewayRavenDB solution and Add Raven_11 project to Ravens solution
1 parent b86c5db commit 17d79c5

File tree

4 files changed

+15
-28
lines changed

4 files changed

+15
-28
lines changed

Snippets/GatewayRavenDB/GatewayRavenDB.sln

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
12
Microsoft Visual Studio Solution File, Format Version 12.00
23
# Visual Studio Version 17
34
VisualStudioVersion = 17.8.34205.153
@@ -12,6 +13,8 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "GatewayRavenDB_4", "Gateway
1213
EndProject
1314
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "GatewayRavenDB_5", "GatewayRavenDB_5\GatewayRavenDB_5.csproj", "{67B2986B-66DB-77FD-220F-8B9493B18AD6}"
1415
EndProject
16+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "GatewayRavenDB_6", "GatewayRavenDB_6\GatewayRavenDB_6.csproj", "{1269048F-611A-466B-8894-4DFE57571319}"
17+
EndProject
1518
Global
1619
GlobalSection(SolutionConfigurationPlatforms) = preSolution
1720
Debug|Any CPU = Debug|Any CPU
@@ -38,6 +41,10 @@ Global
3841
{67B2986B-66DB-77FD-220F-8B9493B18AD6}.Debug|Any CPU.Build.0 = Debug|Any CPU
3942
{67B2986B-66DB-77FD-220F-8B9493B18AD6}.Release|Any CPU.ActiveCfg = Release|Any CPU
4043
{67B2986B-66DB-77FD-220F-8B9493B18AD6}.Release|Any CPU.Build.0 = Release|Any CPU
44+
{1269048F-611A-466B-8894-4DFE57571319}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
45+
{1269048F-611A-466B-8894-4DFE57571319}.Debug|Any CPU.Build.0 = Debug|Any CPU
46+
{1269048F-611A-466B-8894-4DFE57571319}.Release|Any CPU.ActiveCfg = Release|Any CPU
47+
{1269048F-611A-466B-8894-4DFE57571319}.Release|Any CPU.Build.0 = Release|Any CPU
4148
EndGlobalSection
4249
GlobalSection(SolutionProperties) = preSolution
4350
HideSolutionNode = FALSE

Snippets/GatewayRavenDB/GatewayRavenDB_6/GatewayRavenDB_6.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
3-
<TargetFramework>net8.0</TargetFramework>
3+
<TargetFramework>net10.0</TargetFramework>
44
</PropertyGroup>
55
<ItemGroup>
66
<PackageReference Include="NServiceBus.Gateway.RavenDB" Version="6.0.0-alpha.1" />

Snippets/Raven/Raven.sln

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
12
Microsoft Visual Studio Solution File, Format Version 12.00
23
# Visual Studio Version 17
34
VisualStudioVersion = 17.8.34227.203
@@ -24,6 +25,8 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Raven_9", "Raven_9\Raven_9.
2425
EndProject
2526
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Raven_10", "Raven_10\Raven_10.csproj", "{302AAD2D-33C2-417A-D31E-A573126550C2}"
2627
EndProject
28+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Raven_11", "Raven_11\Raven_11.csproj", "{F829DD4A-426D-4C18-899D-E59D96428D8A}"
29+
EndProject
2730
Global
2831
GlobalSection(SolutionConfigurationPlatforms) = preSolution
2932
Debug|Any CPU = Debug|Any CPU
@@ -74,6 +77,10 @@ Global
7477
{302AAD2D-33C2-417A-D31E-A573126550C2}.Debug|Any CPU.Build.0 = Debug|Any CPU
7578
{302AAD2D-33C2-417A-D31E-A573126550C2}.Release|Any CPU.ActiveCfg = Release|Any CPU
7679
{302AAD2D-33C2-417A-D31E-A573126550C2}.Release|Any CPU.Build.0 = Release|Any CPU
80+
{F829DD4A-426D-4C18-899D-E59D96428D8A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
81+
{F829DD4A-426D-4C18-899D-E59D96428D8A}.Debug|Any CPU.Build.0 = Debug|Any CPU
82+
{F829DD4A-426D-4C18-899D-E59D96428D8A}.Release|Any CPU.ActiveCfg = Release|Any CPU
83+
{F829DD4A-426D-4C18-899D-E59D96428D8A}.Release|Any CPU.Build.0 = Release|Any CPU
7784
EndGlobalSection
7885
GlobalSection(SolutionProperties) = preSolution
7986
HideSolutionNode = FALSE

samples/ravendb/simple/Raven_11/RavenDB.sln

Lines changed: 0 additions & 27 deletions
This file was deleted.

0 commit comments

Comments
 (0)