Skip to content

Commit 3c1f068

Browse files
committed
README and CI build update for .NET 8 release
1 parent fd73c41 commit 3c1f068

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: .NET 7 CI
1+
name: .NET 8 CI
22
on: [push]
33

44
jobs:
@@ -11,7 +11,7 @@ jobs:
1111
- uses: actions/setup-dotnet@v3
1212
name: Setup .NET SDK
1313
with:
14-
dotnet-version: '7.0.x'
14+
dotnet-version: '8.0.x'
1515

1616
- name: Build
1717
run: dotnet build src/Ninject.Web.AspNetCore.sln -c Release

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
[![GitHub](https://img.shields.io/github/license/mashape/apistatus.svg)](https://github.com/lord-executor/Ninject.Web.AspNetCore/blob/master/LICENSE) [![.NET 5 CI](https://github.com/lord-executor/Ninject.Web.AspNetCore/actions/workflows/ci.yml/badge.svg)](https://github.com/lord-executor/Ninject.Web.AspNetCore/actions/workflows/ci.yml)
1+
[![GitHub](https://img.shields.io/github/license/mashape/apistatus.svg)](https://github.com/lord-executor/Ninject.Web.AspNetCore/blob/master/LICENSE) [![.NET 8 CI](https://github.com/lord-executor/Ninject.Web.AspNetCore/actions/workflows/ci.yml/badge.svg)](https://github.com/lord-executor/Ninject.Web.AspNetCore/actions/workflows/ci.yml)
22

33

44
# Overview
@@ -270,7 +270,7 @@ The package version numbers are chosen to align with the version of ASP.NET Core
270270

271271
| Version | ASP.NET Core Version | Ninject Version | Target Frameworks | Notes |
272272
|---------|----------------------|-----------------|--------------------|-------|
273-
| 7.* | 7.0 | 3.3.4 | net7.0, net6.0, net5.0 | The current _mainline_ version for use together with ASP.NET Core 7, 6 or 5 |
273+
| 8.* | 8.0 | 3.3.4 | net8.0, net7.0, net6.0, net5.0 | The current _mainline_ version for use together with ASP.NET Core 8, 7, 6 or 5 |
274274
| 5.* | 5.0 | 3.3.4 | net5.0 | Old NET 5 version. Obsolete now and included in 7.* line |
275275
| 3.0.* | 3.0.*, 3.1.* | 3.3.4 | netcoreapp3.0, netcoreapp3.1 | The last .NET Core version. No longer maintained. |
276276
| 2.2.* | 2.2.* | 3.3.4 | netstandard2.0, netcoreapp2.2 | Should only be used as a "transitional" version when migrating to more recent .NET Core versions. No longer maintained. |

0 commit comments

Comments
 (0)