Skip to content

Commit a642bae

Browse files
committed
Stop testing .NET 5
1 parent 0ff4838 commit a642bae

File tree

2 files changed

+3
-10
lines changed

2 files changed

+3
-10
lines changed

.github/workflows/ci.yml

+2-9
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
matrix:
3838
arch: [ amd64 ]
3939
os: [windows-2019, macos-10.15]
40-
tfm: [ net472, netcoreapp3.1, net5.0, net6.0 ]
40+
tfm: [ net472, netcoreapp3.1, net6.0 ]
4141
exclude:
4242
- os: macos-10.15
4343
tfm: net472
@@ -51,11 +51,6 @@ jobs:
5151
uses: actions/[email protected]
5252
with:
5353
dotnet-version: 6.0.x
54-
- name: Install .NET 5 runtime
55-
if: matrix.tfm == 'net5.0'
56-
uses: actions/[email protected]
57-
with:
58-
dotnet-version: 5.0.x
5954
- name: Install .NET Core 3.1 runtime
6055
if: matrix.tfm == 'netcoreapp3.1'
6156
uses: actions/[email protected]
@@ -71,7 +66,7 @@ jobs:
7166
arch: [ amd64 ]
7267
# arch: [ amd64, arm64 ]
7368
distro: [ alpine.3.12, alpine.3.13, alpine.3.14, centos.7, centos.8, debian.9, debian.10, debian.11, fedora.33, ubuntu.18.04, ubuntu.20.04 ]
74-
sdk: [ '6.0', '5.0', '3.1' ]
69+
sdk: [ '6.0', '3.1' ]
7570
exclude:
7671
- arch: arm64
7772
distro: alpine.3.12
@@ -86,8 +81,6 @@ jobs:
8681
include:
8782
- sdk: '6.0'
8883
tfm: net6.0
89-
- sdk: '5.0'
90-
tfm: net5.0
9184
- sdk: '3.1'
9285
tfm: netcoreapp3.1
9386
fail-fast: false

LibGit2Sharp.Tests/LibGit2Sharp.Tests.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
4-
<TargetFrameworks Condition="'$(TargetFrameworks)'==''">net472;netcoreapp3.1;net5.0;net6.0</TargetFrameworks>
4+
<TargetFrameworks Condition="'$(TargetFrameworks)'==''">net472;netcoreapp3.1;net6.0</TargetFrameworks>
55
</PropertyGroup>
66

77
<ItemGroup>

0 commit comments

Comments
 (0)