Skip to content

Commit 5ba3a9a

Browse files
committed
Bump target frameworks used in unit tests
`netcoreapp3.1` is no longer supported or receiving security updates, so has been removed.
1 parent b782d03 commit 5ba3a9a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/NetMQ.Tests/NetMQ.Tests.csproj

+3-3
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<PublicSign Condition=" '$(OS)' != 'Windows_NT' ">true</PublicSign>
88
<GenerateRuntimeConfigurationFiles>true</GenerateRuntimeConfigurationFiles>
99
<IsTestProject>true</IsTestProject>
10-
<TargetFrameworks>net6.0;netcoreapp3.1;net47</TargetFrameworks>
10+
<TargetFrameworks>net7.0;net48</TargetFrameworks>
1111
</PropertyGroup>
1212

1313
<PropertyGroup>
@@ -26,7 +26,7 @@
2626
<AssemblySearchPaths Condition="'$(BaseFrameworkPathOverrideForMono)' != ''">$(FrameworkPathOverride)/Facades;$(AssemblySearchPaths)</AssemblySearchPaths>
2727
</PropertyGroup>
2828

29-
<ItemGroup Condition=" '$(TargetFramework)' == 'net47' ">
29+
<ItemGroup Condition=" '$(TargetFramework)' == 'net48' ">
3030
<Reference Include="mscorlib" />
3131
<Reference Include="System" />
3232
<Reference Include="System.Core" />
@@ -48,7 +48,7 @@
4848
</PackageReference>
4949
</ItemGroup>
5050

51-
<ItemGroup Condition=" '$(TargetFramework)' == 'net47' ">
51+
<ItemGroup Condition=" '$(TargetFramework)' == 'net48' ">
5252
<PackageReference Include="ZeroMQ" Version="4.1.0.31" />
5353
</ItemGroup>
5454

0 commit comments

Comments
 (0)