From 4602f07c34bce5e6e9e71e89ea506c148f86a270 Mon Sep 17 00:00:00 2001 From: Sinai <49360850+sinai-dev@users.noreply.github.com> Date: Tue, 1 Feb 2022 18:20:01 +1100 Subject: [PATCH] Add NuGet config --- src/UnityExplorer.csproj | 1 + src/nuget.config | 19 +++++++++++++++++++ 2 files changed, 20 insertions(+) create mode 100644 src/nuget.config diff --git a/src/UnityExplorer.csproj b/src/UnityExplorer.csproj index ba76022..f9e6d3c 100644 --- a/src/UnityExplorer.csproj +++ b/src/UnityExplorer.csproj @@ -324,6 +324,7 @@ + diff --git a/src/nuget.config b/src/nuget.config new file mode 100644 index 0000000..1e143ab --- /dev/null +++ b/src/nuget.config @@ -0,0 +1,19 @@ + + + + + + + + + + + + + + + + + + +