Files
onefuzz/global.json
George Pollard 4dcc49cfb0 Use global.json to specify .NET version (#3007)
Rather than specifying this in `ci.yml`, specify it in the `global.json` file. This allows us to share the version amongst several workflows (and ADO pipelines) without needing to synchronize them.
2023-04-11 01:29:34 +00:00

7 lines
92 B
JSON

{
"sdk": {
"version": "7.0.100",
"rollForward": "latestFeature"
}
}