Skip to content

Commit 109d59c

Browse files
Merge pull request #12189 from rabbitmq/mergify/bp/v3.13.x/pr-12185
2 parents c8f2890 + 390809f commit 109d59c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/test-plugin-mixed.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
- uses: actions/setup-dotnet@v4
7979
if: inputs.plugin == 'rabbit'
8080
with:
81-
dotnet-version: '3.1.x'
81+
dotnet-version: '8.0'
8282
- name: deps/amqp10_client SETUP
8383
if: inputs.plugin == 'amqp10_client'
8484
run: |

deps/rabbitmq_amqp1_0/test/system_SUITE_data/fsharp-tests/fsharp-tests.fsproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
33
<OutputType>Exe</OutputType>
4-
<TargetFramework>net6.0</TargetFramework>
4+
<TargetFramework>net8.0</TargetFramework>
55
</PropertyGroup>
66
<ItemGroup>
77
<Compile Include="Program.fs" />

0 commit comments

Comments
 (0)