Add global.json for SDK configuration

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:
2dust
2025-11-20 10:12:44 +08:00
parent 30e663cd4f
commit d3e2e55ecf

6
v2rayN/global.json Normal file
View File

@@ -0,0 +1,6 @@
{
"sdk": {
"version": "8.0.416",
"rollForward": "disable"
}
}