Skip to content

Commit 1ca2217

Browse files
committed
Remove .net 6
1 parent 0dc07df commit 1ca2217

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,8 +82,6 @@ jobs:
8282
- distro: alpine.3.19
8383
sdk: '9.0'
8484
include:
85-
- sdk: '6.0'
86-
tfm: net6.0
8785
- sdk: '8.0'
8886
tfm: net8.0
8987
- sdk: '9.0'

LibGit2Sharp/LibGit2Sharp.csproj

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
4-
<TargetFrameworks>net472;net8.0;net6.0</TargetFrameworks>
4+
<TargetFrameworks>net472;net8.0</TargetFrameworks>
55
<LangVersion>12.0</LangVersion>
66
<GenerateDocumentationFile>true</GenerateDocumentationFile>
77
<Description>LibGit2Sharp brings all the might and speed of libgit2, a native Git implementation, to the managed world of .NET</Description>
@@ -28,9 +28,6 @@
2828
<PropertyGroup Condition="'$(TargetFramework)' == 'net8.0'">
2929
<IsTrimmable>true</IsTrimmable>
3030
</PropertyGroup>
31-
<PropertyGroup Condition="'$(TargetFramework)' == 'net6.0'">
32-
<IsTrimmable>true</IsTrimmable>
33-
</PropertyGroup>
3431

3532
<ItemGroup>
3633
<PackageReference Include="LibGit2Sharp.NativeBinaries" Version="[2.0.323]" PrivateAssets="none" />

0 commit comments

Comments
 (0)