Skip to content

Commit 497ccce

Browse files
.NET test suite: target netcoreapp3.1, use .NET Core SDK 3.1.x for now
5.x deprecated a lot of stuff and spits gigantic warnings that break the setup functions. (cherry picked from commit 1af2600)
1 parent df21acb commit 497ccce

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
33
<OutputType>Exe</OutputType>
4-
<TargetFramework>netcoreapp2.0</TargetFramework>
4+
<TargetFramework>netcoreapp3.1</TargetFramework>
55
</PropertyGroup>
66
<ItemGroup>
77
<Compile Include="Program.fs" />
88
</ItemGroup>
99
<ItemGroup>
10-
<PackageReference Include="RabbitMQ.Client" Version="5.*" />
10+
<PackageReference Include="RabbitMQ.Client" Version="6.*" />
1111
<PackageReference Include="AmqpNetLite" Version="2.1.2" />
1212
<PackageReference Include="AmqpNetLite.Serialization" Version="2.1.2" />
1313
</ItemGroup>
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"sdk": {
3+
"version": "3.1"
4+
}
5+
}

0 commit comments

Comments
 (0)