mirror of
https://github.com/2dust/v2rayN.git
synced 2025-12-16 00:09:50 +05:00
Introduces a global.json file specifying the .NET SDK version (8.0.416) and disables rollForward to ensure consistent SDK usage across environments.
7 lines
74 B
JSON
7 lines
74 B
JSON
{
|
|
"sdk": {
|
|
"version": "8.0.416",
|
|
"rollForward": "disable"
|
|
}
|
|
}
|