Skip to content

Commit

Permalink
Update for .NET 8
Browse files Browse the repository at this point in the history
Updates to support ASP.NET Core 8.
  • Loading branch information
martincostello committed Nov 14, 2023
1 parent 17844db commit 048df49
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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@v3
with:
dotnet-version: '7.0.100'
dotnet-version: '8.0.100'

- name: Test
run: |
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "generator-aspnet-oauth",
"version": "7.0.0",
"version": "8.0.0",
"description": "Yeoman generator for OAuth Providers for ASP.NET Core",
"license": "MIT",
"main": "app/index.js",
Expand Down

0 comments on commit 048df49

Please sign in to comment.