Skip to content

Commit

Permalink
Update Angular
Browse files Browse the repository at this point in the history
  • Loading branch information
danielpalme committed Jan 11, 2024
1 parent 678875a commit 67b492a
Show file tree
Hide file tree
Showing 5 changed files with 206 additions and 234 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Expand Up @@ -7,7 +7,7 @@ env:
buildPlatform: Any CPU
buildConfiguration: Release
version: 5.2.0
dotnetSDKVersion: 8.0.100
dotnetSDKVersion: 8.0.101
nodeVersion: 20

jobs:
Expand Down
2 changes: 1 addition & 1 deletion global.json
@@ -1,6 +1,6 @@
{
"sdk": {
"version": "8.0.100",
"version": "8.0.101",
"rollForward": "latestMajor"
}
}

0 comments on commit 67b492a

Please sign in to comment.