mirror of
https://github.com/2dust/v2rayN.git
synced 2025-11-20 06:32:52 +00:00
Some checks are pending
release Linux / build (Release) (push) Waiting to run
release Linux / rpm (push) Blocked by required conditions
release macOS / build (Release) (push) Waiting to run
release Windows desktop (Avalonia UI) / build (Release) (push) Waiting to run
release Windows / build (Release) (push) Waiting to run
Introduces a global.json file specifying the .NET SDK version (8.0.416) and disables rollForward to ensure consistent SDK usage across environments.
6 lines
74 B
JSON
6 lines
74 B
JSON
{
|
|
"sdk": {
|
|
"version": "8.0.416",
|
|
"rollForward": "disable"
|
|
}
|
|
}
|