File tree Expand file tree Collapse file tree 7 files changed +15
-17
lines changed
NServiceBus.Gateway.AcceptanceTests
NServiceBus.Gateway.PersistenceTests
NServiceBus.Gateway.Tests Expand file tree Collapse file tree 7 files changed +15
-17
lines changed Original file line number Diff line number Diff line change @@ -25,20 +25,18 @@ jobs:
2525 fail-fast : false
2626 steps :
2727 - name : Checkout
28- uses : actions/checkout@v4.2.2
28+ uses : actions/checkout@v6.0.1
2929 with :
3030 fetch-depth : 0
3131 - name : Setup .NET SDK
32- uses : actions/setup-dotnet@v4 .1.0
32+ uses : actions/setup-dotnet@v5 .1.0
3333 with :
34- dotnet-version : |
35- 9.0.x
36- 8.0.x
34+ global-json-file : global.json
3735 - name : Build
3836 run : dotnet build src --configuration Release
3937 - name : Upload packages
4038 if : matrix.name == 'Windows'
41- uses : actions/upload-artifact@v4.4.3
39+ uses : actions/upload-artifact@v6.0.0
4240 with :
4341 name : NuGet packages
4442 path : nugets/
Original file line number Diff line number Diff line change @@ -14,13 +14,13 @@ jobs:
1414 runs-on : ubuntu-latest
1515 steps :
1616 - name : Checkout
17- uses : actions/checkout@v4.2.2
17+ uses : actions/checkout@v6.0.1
1818 with :
1919 fetch-depth : 0
2020 - name : Setup .NET SDK
21- uses : actions/setup-dotnet@v4 .1.0
21+ uses : actions/setup-dotnet@v5 .1.0
2222 with :
23- dotnet-version : 9.0.x
23+ global-json-file : global.json
2424 - name : Build
2525 run : dotnet build src --configuration Release
2626 - name : Sign NuGet packages
3131 client-secret : ${{ secrets.AZURE_KEY_VAULT_CLIENT_SECRET }}
3232 certificate-name : ${{ secrets.AZURE_KEY_VAULT_CERTIFICATE_NAME }}
3333 - name : Publish artifacts
34- uses : actions/upload-artifact@v4.4.3
34+ uses : actions/upload-artifact@v6.0.0
3535 with :
3636 name : nugets
3737 path : nugets/*
Original file line number Diff line number Diff line change 11{
22 "sdk" : {
3- "version" : " 9 .0.100 " ,
3+ "version" : " 10 .0.0 " ,
44 "rollForward" : " latestFeature"
55 }
66}
Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk" >
22
33 <PropertyGroup >
4- <TargetFrameworks >net8.0;net9.0</ TargetFrameworks >
4+ <TargetFramework >net10.0</ TargetFramework >
55 </PropertyGroup >
66
77 <ItemGroup >
1313 <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 17.12.0" PrivateAssets =" All" />
1414 <PackageReference Include =" NUnit.Analyzers" Version =" 4.4.0" PrivateAssets =" All" />
1515 <PackageReference Include =" NUnit3TestAdapter" Version =" 4.6.0" PrivateAssets =" All" />
16- <PackageReference Include =" Particular.Packaging" Version =" 4.2 .0" PrivateAssets =" All" />
16+ <PackageReference Include =" Particular.Packaging" Version =" 4.5 .0" PrivateAssets =" All" />
1717 </ItemGroup >
1818
1919 <ItemGroup >
Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk" >
22
33 <PropertyGroup >
4- <TargetFrameworks >net8.0;net9.0</ TargetFrameworks >
4+ <TargetFramework >net10.0</ TargetFramework >
55 <SignAssembly >true</SignAssembly >
66 <AssemblyOriginatorKeyFile >..\NServiceBusTests.snk</AssemblyOriginatorKeyFile >
77 </PropertyGroup >
1515 <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 17.12.0" PrivateAssets =" All" />
1616 <PackageReference Include =" NUnit.Analyzers" Version =" 4.4.0" PrivateAssets =" All" />
1717 <PackageReference Include =" NUnit3TestAdapter" Version =" 4.6.0" PrivateAssets =" All" />
18- <PackageReference Include =" Particular.Packaging" Version =" 4.2 .0" PrivateAssets =" All" />
18+ <PackageReference Include =" Particular.Packaging" Version =" 4.5 .0" PrivateAssets =" All" />
1919 </ItemGroup >
2020
2121 <ItemGroup >
Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk" >
22
33 <PropertyGroup >
4- <TargetFrameworks >net8.0;net9.0</ TargetFrameworks >
4+ <TargetFramework >net10.0</ TargetFramework >
55 <SignAssembly >true</SignAssembly >
66 <AssemblyOriginatorKeyFile >..\NServiceBusTests.snk</AssemblyOriginatorKeyFile >
77 </PropertyGroup >
Original file line number Diff line number Diff line change 77 </PropertyGroup >
88
99 <ItemGroup >
10- <PackageReference Include =" NServiceBus" Version =" 9.2.3 " />
10+ <PackageReference Include =" NServiceBus" Version =" 9.2.8 " />
1111 <PackageReference Include =" NServiceBus.ClaimCheck" Version =" 1.0.1" />
1212 </ItemGroup >
1313
You can’t perform that action at this time.
0 commit comments