From 6cd44181421d69e1a4e6da33aa0780067d896b5d Mon Sep 17 00:00:00 2001 From: James Kolpack Date: Sun, 11 Jan 2026 20:23:23 -0500 Subject: [PATCH] Update package references for Core, Tests, and WebApp projects This commit updates the version of Google.OrTools in the Core project to 9.14.6206, and upgrades various testing packages in the Tests project to their latest versions, including Microsoft.NET.Test.Sdk (18.0.1), NUnit (4.4.0), NUnit3TestAdapter (6.1.0), NUnit.Analyzers (4.11.2), and coverlet.collector (6.0.4). Additionally, the MudBlazor package in the WebApp project is updated to version 8.15.0. These updates ensure compatibility with the latest features and improvements in the respective libraries. --- Core/Core.csproj | 2 +- Tests/Tests.csproj | 10 +++++----- WebApp/WebApp.csproj | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Core/Core.csproj b/Core/Core.csproj index 6e4c8b5..920e554 100644 --- a/Core/Core.csproj +++ b/Core/Core.csproj @@ -8,7 +8,7 @@ - + diff --git a/Tests/Tests.csproj b/Tests/Tests.csproj index f2e29c5..705cb6a 100644 --- a/Tests/Tests.csproj +++ b/Tests/Tests.csproj @@ -10,11 +10,11 @@ - - - - - + + + + + diff --git a/WebApp/WebApp.csproj b/WebApp/WebApp.csproj index d7933df..277e852 100644 --- a/WebApp/WebApp.csproj +++ b/WebApp/WebApp.csproj @@ -29,7 +29,7 @@ - +