diff options
| author | Cody Robibero <cody@robibe.ro> | 2023-09-11 08:16:43 -0600 |
|---|---|---|
| committer | Cody Robibero <cody@robibe.ro> | 2023-09-11 08:16:43 -0600 |
| commit | f40dd22dd5be36272e6a522b38ee6d36e440dddd (patch) | |
| tree | f9343f51ab4b555082259ab350d2b62017aacce5 /global.json | |
| parent | 3c2b1b5e9732d5d2f431ed830c700a486f2c6ac2 (diff) | |
Add global.json to specify dotnet version
Diffstat (limited to 'global.json')
| -rw-r--r-- | global.json | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/global.json b/global.json new file mode 100644 index 000000000..24335d7a0 --- /dev/null +++ b/global.json @@ -0,0 +1,6 @@ +{ + "sdk": { + "version": "7.0.0", + "rollForward": "latestMinor" + } +} |
