Skip to content

Commit a5e26e6

Browse files
committed
build: updated build and test targets
1 parent ec80b3c commit a5e26e6

2 files changed

Lines changed: 4 additions & 6 deletions

File tree

README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,11 @@
66
### [CHANGELOG](CHANGELOG.md)
77

88
CI 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)
1010
CI 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)

build.props

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,9 @@
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

@@ -35,5 +34,6 @@
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>

0 commit comments

Comments
 (0)