File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 66### [ CHANGELOG] ( CHANGELOG.md )
77
88CI main:
9- [ ![ CI] ( https://github.com/anthonyreilly/NetCoreForce/actions/workflows/ci.yml/badge.svg?branch=main )] ( https://github.com/anthonyreilly/NetCoreForce/actions/workflows/ci.yml )
9+ [ ![ CI] ( https://github.com/anthonyreilly/NetCoreForce/actions/workflows/ci.yml/badge.svg?branch=main )] ( https://github.com/anthonyreilly/NetCoreForce/actions/workflows/ci.yml )
1010CI dev:
1111[ ![ CI] ( https://github.com/anthonyreilly/NetCoreForce/actions/workflows/ci.yml/badge.svg?branch=dev )] ( https://github.com/anthonyreilly/NetCoreForce/actions/workflows/ci.yml )
1212
13- NetCoreForce currently targeting netstandard 2.0 & 2.1, supports .NET Core 2.1 - 9.0
14-
15- For .NET Core 1.x support, use NetCoreForce v2.7
13+ NetCoreForce currently targeting netstandard 2.0 & 2.1, and .NET Core 6.0 - 9.0
1614
1715### Projects in this solution:
1816* [ NetCoreForce.Client] ( src/NetCoreForce.Client )
Original file line number Diff line number Diff line change 2323 <SolutionDir >$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), *.sln))</SolutionDir >
2424 </PropertyGroup >
2525
26- <!-- Targets -->
2726 <PropertyGroup Condition =" !$([MSBuild]::IsOSPlatform('OSX!'))" >
2827 <LibTargetFrameworks >netstandard2.0;netstandard2.1;net6.0;net7.0;net8.0;net9.0</LibTargetFrameworks >
29- <AppTargetFrameworks >netcoreapp2.1;netcoreapp3.1; net6.0;net7.0;net8.0;net9.0</AppTargetFrameworks >
28+ <AppTargetFrameworks >net6.0;net7.0;net8.0;net9.0</AppTargetFrameworks >
3029 <TestTargetFrameworks >netcoreapp2.1;netcoreapp3.1;net6.0;net7.0;net8.0;net9.0</TestTargetFrameworks >
3130 </PropertyGroup >
3231
3534 <AppTargetFrameworks >net6.0;net7.0;net8.0;net9.0</AppTargetFrameworks >
3635 <TestTargetFrameworks >net6.0;net7.0;net8.0;net9.0</TestTargetFrameworks >
3736 </PropertyGroup >
37+
3838
3939</Project >
You can’t perform that action at this time.
0 commit comments