Skip to content

Commit 7e5c4a7

Browse files
Update to .NET 10
- Update the generator for .NET 10. - Update to Node.js v24 in CI. - Run `npm audit fix`.
1 parent 42329a8 commit 7e5c4a7

File tree

3 files changed

+58
-60
lines changed

3 files changed

+58
-60
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
- name: Setup Node
3636
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
3737
with:
38-
node-version: '22.x'
38+
node-version: '24.x'
3939
registry-url: 'https://registry.npmjs.org'
4040

4141
- name: Update npm
@@ -48,7 +48,7 @@ jobs:
4848
- name: Setup .NET SDK
4949
uses: actions/setup-dotnet@67a3573c9a986a3f9c594539f4ab511d57bb3ce9 # v4.3.1
5050
with:
51-
dotnet-version: '9.0.x'
51+
dotnet-version: '10.0.x'
5252

5353
- name: Lint
5454
run: |

package-lock.json

Lines changed: 55 additions & 57 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "generator-aspnet-oauth",
3-
"version": "9.0.1",
3+
"version": "10.0.0",
44
"description": "Yeoman generator for OAuth Providers for ASP.NET Core",
55
"license": "MIT",
66
"type": "module",

0 commit comments

Comments
 (0)