Skip to content

Commit

Permalink
Use new generator setup (#69)
Browse files Browse the repository at this point in the history
* Use latest spec and generator

* Update target framework & test values

* Fix depedendency vuln

* Update github workflow

* Upgrade node deps

* Add Webhook models

* Update changelog
  • Loading branch information
ngarg-vail authored Jan 9, 2025
1 parent 105515a commit 11d70ac
Show file tree
Hide file tree
Showing 598 changed files with 44,162 additions and 62,658 deletions.
12 changes: 12 additions & 0 deletions .config/dotnet-tools.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"version": 1,
"isRoot": true,
"tools": {
"csharpier": {
"version": "0.30.5",
"commands": [
"dotnet-csharpier"
]
}
}
}
2 changes: 1 addition & 1 deletion .github/workflows/dotnet-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- name: Setup .NET
uses: actions/setup-dotnet@v2
with:
dotnet-version: 6.0.x
dotnet-version: 8.0.x
- name: Restore dependencies
run: dotnet restore
- name: Build
Expand Down
Loading

0 comments on commit 11d70ac

Please sign in to comment.