mirror of
https://github.com/2dust/v2rayN.git
synced 2025-11-20 06:32:52 +00:00
Add global.json for SDK configuration
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
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.
This commit is contained in:
parent
30e663cd4f
commit
d3e2e55ecf
1 changed files with 6 additions and 0 deletions
6
v2rayN/global.json
Normal file
6
v2rayN/global.json
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"sdk": {
|
||||
"version": "8.0.416",
|
||||
"rollForward": "disable"
|
||||
}
|
||||
}
|
||||
Loading…
Reference in a new issue