File tree Expand file tree Collapse file tree 2 files changed +4
-10
lines changed
Expand file tree Collapse file tree 2 files changed +4
-10
lines changed Original file line number Diff line number Diff line change @@ -39,10 +39,10 @@ jobs:
3939 strategy :
4040 matrix :
4141 arch : [ x64 ]
42- os : [ windows-2022, macos-13 ]
43- tfm : [ net472, net6.0, net8.0, net9.0 ]
42+ os : [ windows-2022, macos-14 ]
43+ tfm : [ net472, net8.0, net9.0 ]
4444 exclude :
45- - os : macos-13
45+ - os : macos-14
4646 tfm : net472
4747 include :
4848 - arch : arm64
6363 dotnet-version : |
6464 9.0.x
6565 8.0.x
66- 6.0.x
6766 - name : Run ${{ matrix.tfm }} tests
6867 run : dotnet test LibGit2Sharp.sln --configuration Release --framework ${{ matrix.tfm }} --logger "GitHubActions" /p:ExtraDefine=LEAKS_IDENTIFYING
6968 test-linux :
8281 - distro : alpine.3.19
8382 sdk : ' 9.0'
8483 include :
85- - sdk : ' 6.0'
86- tfm : net6.0
8784 - sdk : ' 8.0'
8885 tfm : net8.0
8986 - sdk : ' 9.0'
Original file line number Diff line number Diff line change 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 >
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" />
You can’t perform that action at this time.
0 commit comments