Skip to content

Commit cb98c31

Browse files
author
Filip Staffa
committed
remove .net core 2.2 and 3.1 from tests
1 parent a3d5d99 commit cb98c31

2 files changed

Lines changed: 1 addition & 9 deletions

File tree

.github/workflows/dotnetcore.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,6 @@ jobs:
1313
runs-on: ubuntu-latest
1414
steps:
1515
- uses: actions/checkout@v4
16-
- name: Setup .NET Core 2.2
17-
uses: actions/setup-dotnet@v3
18-
with:
19-
dotnet-version: 2.2.x
20-
- name: Setup .NET Core 3.1
21-
uses: actions/setup-dotnet@v3
22-
with:
23-
dotnet-version: 3.1.x
2416
- name: Setup .NET 6
2517
uses: actions/setup-dotnet@v3
2618
with:

src/PostalCodes.UnitTests/PostalCodes.UnitTests.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-
<TargetFrameworks>netcoreapp2.2;netcoreapp3.1;net6.0;net8.0;net9.0;net10.0</TargetFrameworks>
3+
<TargetFrameworks>net6.0;net8.0;net9.0;net10.0</TargetFrameworks>
44
</PropertyGroup>
55
<ItemGroup>
66
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="15.8.0" />

0 commit comments

Comments
 (0)