Skip to content

Commit

Permalink
Update to .NET 9
Browse files Browse the repository at this point in the history
- Bump version to 9.
- Run `npm audit fix`.
- Require Node.js v20+.
- Install the .NET 9 SDK for tests.
  • Loading branch information
martincostello committed Nov 22, 2024
1 parent d98699f commit 2680d64
Show file tree
Hide file tree
Showing 3 changed files with 82 additions and 37 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
- name: Setup .NET SDK
uses: actions/setup-dotnet@v4
with:
dotnet-version: '8.0.x'
dotnet-version: '9.0.x'

- name: Test
run: |
Expand Down
113 changes: 79 additions & 34 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "generator-aspnet-oauth",
"version": "8.0.0",
"version": "9.0.0",
"description": "Yeoman generator for OAuth Providers for ASP.NET Core",
"license": "MIT",
"main": "app/index.js",
"repository": "aspnet-contrib/generator-aspnet-oauth",
"engines": {
"node": ">=14"
"node": ">=20"
},
"author": {
"name": "Jerrie Pelser",
Expand Down

0 comments on commit 2680d64

Please sign in to comment.