File tree Expand file tree Collapse file tree 2 files changed +25
-0
lines changed
Expand file tree Collapse file tree 2 files changed +25
-0
lines changed Original file line number Diff line number Diff line change 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" />
Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments