From a64b67623311390c50cb9e8d12a9292a052d75ce Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Enner=20P=C3=A9rez?= Date: Wed, 20 Mar 2024 01:40:40 -0500 Subject: [PATCH] dotnet Config Files --- .config/dotnet-tools.json | 6 ++++++ global.json | 7 +++++++ 2 files changed, 13 insertions(+) create mode 100644 .config/dotnet-tools.json create mode 100644 global.json diff --git a/.config/dotnet-tools.json b/.config/dotnet-tools.json new file mode 100644 index 00000000..67d50ad4 --- /dev/null +++ b/.config/dotnet-tools.json @@ -0,0 +1,6 @@ +{ + "version": 1, + "isRoot": true, + "tools": { + } +} \ No newline at end of file diff --git a/global.json b/global.json new file mode 100644 index 00000000..b5b37b60 --- /dev/null +++ b/global.json @@ -0,0 +1,7 @@ +{ + "sdk": { + "version": "8.0.0", + "rollForward": "latestMajor", + "allowPrerelease": false + } +} \ No newline at end of file