Skip to content

Commit a9ba69f

Browse files
authored
Merge pull request #332 from Particular/add-nsb-10-1
Add NSB 10.1
2 parents 67550d6 + e1de8ef commit a9ba69f

File tree

2 files changed

+25
-0
lines changed

2 files changed

+25
-0
lines changed

src/NServiceBus.Serializers.CompatTests.slnx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
</Folder>
55
<Project Path="Common/Common.csproj" />
66
<Project Path="NServiceBus10.0/NServiceBus10.0.csproj" />
7+
<Project Path="NServiceBus10.1/NServiceBus10.1.csproj" />
78
<Project Path="NServiceBus3.3/NServiceBus3.3.csproj" />
89
<Project Path="NServiceBus4.0/NServiceBus4.0.csproj" />
910
<Project Path="NServiceBus4.1/NServiceBus4.1.csproj" />
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
<Project Sdk="Microsoft.NET.Sdk">
2+
3+
<PropertyGroup>
4+
<TargetFramework>net10.0</TargetFramework>
5+
<OutputType>Exe</OutputType>
6+
<RootNamespace>NServiceBus10._1</RootNamespace>
7+
<DefineConstants>SYSTEMJSON</DefineConstants>
8+
</PropertyGroup>
9+
10+
<ItemGroup>
11+
<ProjectReference Include="..\Common\Common.csproj" />
12+
</ItemGroup>
13+
14+
<ItemGroup>
15+
<PackageReference Include="NServiceBus" Version="10.1.*" />
16+
<PackageReference Include="NServiceBus.Newtonsoft.Json" Version="5.*" />
17+
</ItemGroup>
18+
19+
<ItemGroup>
20+
<Compile Include="..\Common\Program.cs" />
21+
<Compile Include="..\NServiceBus10.0\*.cs" />
22+
</ItemGroup>
23+
24+
</Project>

0 commit comments

Comments
 (0)