Skip to content

Commit 69477c1

Browse files
committed
CI and readme
1 parent 4b46f98 commit 69477c1

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,13 @@ jobs:
2525

2626
steps:
2727

28-
- name: install .NET 7 SDK
28+
- name: install .NET Core 7/8 SDKs
2929
uses: actions/setup-dotnet@v2
3030
with:
31-
dotnet-version: 7.0.x
31+
include-prerelease: true
32+
dotnet-version: |
33+
7.0.x
34+
8.0.x
3235
3336
- name: checkout repository
3437
uses: actions/checkout@v3

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,9 @@ Value objects:
3535
* C# 9 (or higher) for generated code
3636
* SDK 6.0.300 (or higher) for building projects
3737

38+
# Migrations
39+
* [Migration from v6 to v7](https://github.com/PawelGerr/Thinktecture.Runtime.Extensions/wiki/Migration-from-v6-to-v7)
40+
3841
# Smart Enums
3942

4043
Install: `Install-Package Thinktecture.Runtime.Extensions`

0 commit comments

Comments
 (0)