diff --git a/NuGet.Config b/NuGet.Config
index 5b8642861..897e874c9 100644
--- a/NuGet.Config
+++ b/NuGet.Config
@@ -1,8 +1,9 @@
-
-
-
-
-
-
-
-
\ No newline at end of file
+
+
+
+
+
+
+
+
+
diff --git a/deps/.gitkeep b/deps/.gitkeep
new file mode 100644
index 000000000..e69de29bb
diff --git a/global.json b/global.json
new file mode 100644
index 000000000..423c2e226
--- /dev/null
+++ b/global.json
@@ -0,0 +1,7 @@
+{
+ "sdk": {
+ "version": "7.0.404",
+ "rollForward": "latestFeature",
+ "allowPrerelease": false
+ }
+}