aboutsummaryrefslogtreecommitdiff
path: root/global.json
diff options
context:
space:
mode:
authorCody Robibero <cody@robibe.ro>2023-09-11 08:16:43 -0600
committerCody Robibero <cody@robibe.ro>2023-09-11 08:16:43 -0600
commitf40dd22dd5be36272e6a522b38ee6d36e440dddd (patch)
treef9343f51ab4b555082259ab350d2b62017aacce5 /global.json
parent3c2b1b5e9732d5d2f431ed830c700a486f2c6ac2 (diff)
Add global.json to specify dotnet version
Diffstat (limited to 'global.json')
-rw-r--r--global.json6
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"
+ }
+}