Skip to content

Commit

Permalink
fix: mismatched playground target framework
Browse files Browse the repository at this point in the history
  • Loading branch information
ascott18 committed Nov 14, 2024
1 parent fe476ba commit 58699f0
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 4 deletions.
4 changes: 2 additions & 2 deletions coalesce-vue3.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"webProject": {
"projectFile": "./playground/Coalesce.Web.Vue3/Coalesce.Web.Vue3.csproj",
"framework": "net8.0"
"framework": "net9.0"
},
"dataProject": {
"projectFile": "./playground/Coalesce.Domain/Coalesce.Domain.csproj",
"framework": "net8.0"
"framework": "net9.0"
},
//"rootTypesWhitelist": [
// "CaseDto"
Expand Down
1 change: 1 addition & 0 deletions playground/Coalesce.Web.Vue2/src/metadata.g.ts

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

2 changes: 2 additions & 0 deletions playground/Coalesce.Web.Vue2/src/models.g.ts

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

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

1 change: 1 addition & 0 deletions playground/Coalesce.Web.Vue3/src/metadata.g.ts

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

2 changes: 2 additions & 0 deletions playground/Coalesce.Web.Vue3/src/models.g.ts

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

0 comments on commit 58699f0

Please sign in to comment.