From 853ffe5cb076c39fb79b4def4a5fad8795f3cf57 Mon Sep 17 00:00:00 2001 From: Tigger Kindel Date: Thu, 17 Aug 2023 09:57:05 -0600 Subject: [PATCH] Added nuget.config --- Terminal.sln | 1 + nuget.config | 12 ++++++++++++ 2 files changed, 13 insertions(+) create mode 100644 nuget.config diff --git a/Terminal.sln b/Terminal.sln index 70bcb8343..5f66cd27c 100644 --- a/Terminal.sln +++ b/Terminal.sln @@ -21,6 +21,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution .github\workflows\dotnet-core.yml = .github\workflows\dotnet-core.yml GitVersion.yml = GitVersion.yml global.json = global.json + nuget.config = nuget.config .github\workflows\publish.yml = .github\workflows\publish.yml README.md = README.md testenvironments.json = testenvironments.json diff --git a/nuget.config b/nuget.config new file mode 100644 index 000000000..7d1098866 --- /dev/null +++ b/nuget.config @@ -0,0 +1,12 @@ + + + + + + + + + + + +