From 8a4fa4f37ce783f08ef39041c05622e215d9b42c Mon Sep 17 00:00:00 2001 From: Jeremy Kuhne Date: Fri, 2 Feb 2024 20:03:53 -0800 Subject: [PATCH] Add a nuget.config so CsWin32 can be found --- nuget.config | 10 ++++++++++ thirtytwo.sln | 1 + 2 files changed, 11 insertions(+) create mode 100644 nuget.config diff --git a/nuget.config b/nuget.config new file mode 100644 index 0000000..c1c2da7 --- /dev/null +++ b/nuget.config @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/thirtytwo.sln b/thirtytwo.sln index 28f8042..4b1fe3c 100644 --- a/thirtytwo.sln +++ b/thirtytwo.sln @@ -11,6 +11,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution .gitignore = .gitignore Directory.Build.props = Directory.Build.props LICENSE = LICENSE + nuget.config = nuget.config stylecop.json = stylecop.json EndProjectSection EndProject