From 0a9013a2eca56dd8c432ec7d6144339ac6134082 Mon Sep 17 00:00:00 2001 From: Sipke Schoorstra Date: Fri, 7 Jul 2023 20:38:10 +0200 Subject: [PATCH] Add NuGet.config --- .run/Server.run.xml | 24 ++++++++++++++++++++++++ Elsa.Studio-Core.sln | 1 + NuGet.Config | 8 ++++++++ 3 files changed, 33 insertions(+) create mode 100644 .run/Server.run.xml create mode 100644 NuGet.Config diff --git a/.run/Server.run.xml b/.run/Server.run.xml new file mode 100644 index 00000000..ec134114 --- /dev/null +++ b/.run/Server.run.xml @@ -0,0 +1,24 @@ + + + + \ No newline at end of file diff --git a/Elsa.Studio-Core.sln b/Elsa.Studio-Core.sln index cd7ed3d8..3e8f50ef 100644 --- a/Elsa.Studio-Core.sln +++ b/Elsa.Studio-Core.sln @@ -7,6 +7,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "solution", "solution", "{C5 .gitignore = .gitignore README.md = README.md LICENSE = LICENSE + NuGet.Config = NuGet.Config EndProjectSection EndProject Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "docker", "docker", "{B7464426-9B29-4CF9-9B9C-6941D9E99060}" diff --git a/NuGet.Config b/NuGet.Config new file mode 100644 index 00000000..7c749e11 --- /dev/null +++ b/NuGet.Config @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file