We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b46f98 commit 69477c1Copy full SHA for 69477c1
.github/workflows/codeql-analysis.yml
@@ -25,10 +25,13 @@ jobs:
25
26
steps:
27
28
- - name: install .NET 7 SDK
+ - name: install .NET Core 7/8 SDKs
29
uses: actions/setup-dotnet@v2
30
with:
31
- dotnet-version: 7.0.x
+ include-prerelease: true
32
+ dotnet-version: |
33
+ 7.0.x
34
+ 8.0.x
35
36
- name: checkout repository
37
uses: actions/checkout@v3
README.md
@@ -35,6 +35,9 @@ Value objects:
* C# 9 (or higher) for generated code
* SDK 6.0.300 (or higher) for building projects
38
+# Migrations
39
+* [Migration from v6 to v7](https://github.com/PawelGerr/Thinktecture.Runtime.Extensions/wiki/Migration-from-v6-to-v7)
40
+
41
# Smart Enums
42
43
Install: `Install-Package Thinktecture.Runtime.Extensions`
0 commit comments