mirror of
https://github.com/Ellpeck/MLEM.git
synced 2024-11-22 04:53:29 +01:00
fixed docs not being built with .net 8
This commit is contained in:
parent
f22dfa0ec4
commit
3340a5024b
1 changed files with 4 additions and 1 deletions
|
@ -13,7 +13,10 @@
|
|||
]
|
||||
}
|
||||
],
|
||||
"dest": "api"
|
||||
"dest": "api",
|
||||
"properties": {
|
||||
"TargetFramework": "net8.0"
|
||||
}
|
||||
}
|
||||
],
|
||||
"build": {
|
||||
|
|
Loading…
Reference in a new issue