From 82bfd1218699a08c8d9cd775fc9e3eef3ec519a2 Mon Sep 17 00:00:00 2001 From: Rob Mensching Date: Wed, 23 Feb 2022 17:49:50 -0800 Subject: Move nuget.config, global.json and Directory.Packages.props to root Putting these files in the root means they can be used by the test projects support projects that get copied to the `build` folder. --- nuget.config | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 nuget.config (limited to 'nuget.config') diff --git a/nuget.config b/nuget.config new file mode 100644 index 00000000..2151ef89 --- /dev/null +++ b/nuget.config @@ -0,0 +1,12 @@ + + + + + + + + + + + + -- cgit v1.2.3-55-g6feb