From 88f02246e60f3129bf78603c0fd12ec3a11c7736 Mon Sep 17 00:00:00 2001 From: Aaron Powell Date: Thu, 1 Aug 2024 13:47:53 +1000 Subject: [PATCH] Disabling GitHub package feed by default --- nuget.config | 8 +++++--- samples/Samples.sln | 5 +++++ 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/nuget.config b/nuget.config index 619009ca..b3a83f5f 100644 --- a/nuget.config +++ b/nuget.config @@ -4,12 +4,14 @@ - + + - + + diff --git a/samples/Samples.sln b/samples/Samples.sln index a315fc9d..697ebac5 100644 --- a/samples/Samples.sln +++ b/samples/Samples.sln @@ -7,6 +7,11 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ExamplePythonDependency", " EndProject Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "QuickConsoleTest", "QuickConsoleTest\QuickConsoleTest.csproj", "{73B9F219-0BC0-45E9-A5E8-8092D707F963}" EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{4F565C83-C7AB-42E8-81E2-EC8C49B5C6E2}" + ProjectSection(SolutionItems) = preProject + ..\nuget.config = ..\nuget.config + EndProjectSection +EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|Any CPU = Debug|Any CPU