From 329e057811386e6ba94be5c89491bb02ae2b6c59 Mon Sep 17 00:00:00 2001 From: Thad House Date: Sun, 26 May 2024 12:11:00 -0700 Subject: [PATCH] Add dependencies via nuget --- NuGet.Config | 3 ++- src/cscore/cscore.csproj | 11 +++------ src/hal/hal.csproj | 38 +++++++++++++++++-------------- src/ntcore/ntcore.csproj | 46 +++++++++++++++++--------------------- src/wpinet/wpinet.csproj | 44 +++++++++++++++++------------------- src/wpiutil/wpiutil.csproj | 9 +------- 6 files changed, 68 insertions(+), 83 deletions(-) diff --git a/NuGet.Config b/NuGet.Config index e4c1bb6e..f1bcb464 100644 --- a/NuGet.Config +++ b/NuGet.Config @@ -3,5 +3,6 @@ + - \ No newline at end of file + diff --git a/src/cscore/cscore.csproj b/src/cscore/cscore.csproj index e09f3b76..d7b1deec 100644 --- a/src/cscore/cscore.csproj +++ b/src/cscore/cscore.csproj @@ -9,18 +9,13 @@ true - - - - - - + + - - + diff --git a/src/hal/hal.csproj b/src/hal/hal.csproj index 662a7da4..c97bc34e 100644 --- a/src/hal/hal.csproj +++ b/src/hal/hal.csproj @@ -1,17 +1,21 @@ - - - - WPIHal - FRC.WPIHal - 1591;CA1401;1570 - true - latest - true - - - - - - - - + + + + WPIHal + FRC.WPIHal + 1591;CA1401;1570 + true + latest + true + + + + + + + + + + + + diff --git a/src/ntcore/ntcore.csproj b/src/ntcore/ntcore.csproj index c2cd5efd..60f0d602 100644 --- a/src/ntcore/ntcore.csproj +++ b/src/ntcore/ntcore.csproj @@ -1,25 +1,21 @@ - - - - NetworkTables - FRC.NetworkTables - 1591;CA1401;1570 - true - latest - true - - - - - - - - - - - - - - - - + + + + NetworkTables + FRC.NetworkTables + 1591;CA1401;1570 + true + latest + true + + + + + + + + + + + + diff --git a/src/wpinet/wpinet.csproj b/src/wpinet/wpinet.csproj index 895383a1..92dd9305 100644 --- a/src/wpinet/wpinet.csproj +++ b/src/wpinet/wpinet.csproj @@ -1,24 +1,20 @@ - - - - WPINet - FRC.WPINet - 1591;CA1401 - true - latest - true - - - - - - - - - - - - - - - + + + + WPINet + FRC.WPINet + 1591;CA1401 + true + latest + true + + + + + + + + + + + diff --git a/src/wpiutil/wpiutil.csproj b/src/wpiutil/wpiutil.csproj index 63d0d08b..f5c4bd57 100644 --- a/src/wpiutil/wpiutil.csproj +++ b/src/wpiutil/wpiutil.csproj @@ -9,16 +9,9 @@ true - - - - - - - - +