Skip to content

Commit 6a7a520

Browse files
authored
Merge pull request #743 from rabbitmq/rabbitmq-dotnet-client-741-master
Bump target frameworks
2 parents 20cc528 + c3109ac commit 6a7a520

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

projects/client/Apigen/Apigen.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
3-
<TargetFramework>netcoreapp2.1</TargetFramework>
3+
<TargetFramework>netcoreapp3.1</TargetFramework>
44
<AssemblyName>Apigen</AssemblyName>
55
<OutputType>Exe</OutputType>
66
<PackageId>Apigen</PackageId>

projects/client/Unit/Unit.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
3-
<TargetFrameworks>netcoreapp2.1</TargetFrameworks>
3+
<TargetFramework>netcoreapp3.1</TargetFramework>
44
<AssemblyName>Unit</AssemblyName>
55
<PackageId>Unit</PackageId>
66
<GenerateRuntimeConfigurationFiles>true</GenerateRuntimeConfigurationFiles>
@@ -23,7 +23,7 @@
2323
<PackageReference Include="NUnit3TestAdapter" Version="3.15.1" />
2424
<PackageReference Include="PublicApiGenerator" Version="10.0.2" />
2525
</ItemGroup>
26-
<PropertyGroup Condition=" '$(TargetFramework)' == 'netcoreapp2.1' ">
26+
<PropertyGroup Condition=" '$(TargetFramework)' == 'netcoreapp3.1' ">
2727
<DefineConstants>$(DefineConstants);CORECLR</DefineConstants>
2828
</PropertyGroup>
2929
</Project>

0 commit comments

Comments
 (0)