Files
MadMin3r-UnconfuserEx/global.json
T
Emik 8c820c2c60 Add support for macOS/Linux/anything that can run a .NET 9 Console Application (#22)
* Enforce .NET 9 SDK targeting

* Add compatibility for macOS/Linux
2026-05-09 07:40:46 +01:00

7 lines
100 B
JSON

{
"sdk": {
"version": "9.0.100",
"rollForward": "major",
"allowPrerelease": true
}
}