We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c8f2890 + 390809f commit 109d59cCopy full SHA for 109d59c
.github/workflows/test-plugin-mixed.yaml
@@ -78,7 +78,7 @@ jobs:
78
- uses: actions/setup-dotnet@v4
79
if: inputs.plugin == 'rabbit'
80
with:
81
- dotnet-version: '3.1.x'
+ dotnet-version: '8.0'
82
- name: deps/amqp10_client SETUP
83
if: inputs.plugin == 'amqp10_client'
84
run: |
deps/rabbitmq_amqp1_0/test/system_SUITE_data/fsharp-tests/fsharp-tests.fsproj
@@ -1,7 +1,7 @@
1
<Project Sdk="Microsoft.NET.Sdk">
2
<PropertyGroup>
3
<OutputType>Exe</OutputType>
4
- <TargetFramework>net6.0</TargetFramework>
+ <TargetFramework>net8.0</TargetFramework>
5
</PropertyGroup>
6
<ItemGroup>
7
<Compile Include="Program.fs" />
0 commit comments