Skip to content

Commit

Permalink
CI and readme
Browse files Browse the repository at this point in the history
  • Loading branch information
PawelGerr committed Oct 8, 2023
1 parent 4b46f98 commit 69477c1
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,13 @@ jobs:

steps:

- name: install .NET 7 SDK
- name: install .NET Core 7/8 SDKs
uses: actions/setup-dotnet@v2
with:
dotnet-version: 7.0.x
include-prerelease: true
dotnet-version: |
7.0.x
8.0.x
- name: checkout repository
uses: actions/checkout@v3
Expand Down
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,9 @@ Value objects:
* C# 9 (or higher) for generated code
* SDK 6.0.300 (or higher) for building projects

# Migrations
* [Migration from v6 to v7](https://github.com/PawelGerr/Thinktecture.Runtime.Extensions/wiki/Migration-from-v6-to-v7)

# Smart Enums

Install: `Install-Package Thinktecture.Runtime.Extensions`
Expand Down

0 comments on commit 69477c1

Please sign in to comment.