From dc4ee2993c49b294f5edd08ab5f096b35fcdf691 Mon Sep 17 00:00:00 2001 From: Tig Date: Sun, 14 Apr 2024 19:44:39 -0600 Subject: [PATCH] Updated package versions in multiple projects Updated the versions of various packages across four projects. In `ReactiveExample.csproj`, the `ReactiveUI` package was updated. In `Terminal.Gui.csproj`, the `System.IO.Abstractions` and `System.Text.Json` packages were updated. In `UICatalog.csproj`, the `Microsoft.VisualStudio.Azure.Containers.Tools.Targets`, `SixLabors.ImageSharp`, and `CsvHelper` packages were updated. In `UnitTests.csproj`, the `ReportGenerator`, `TestableIO.System.IO.Abstractions.TestingHelpers`, `xunit`, `xunit.runner.visualstudio`, and `coverlet.collector` packages were updated. --- ReactiveExample/ReactiveExample.csproj | 2 +- Terminal.Gui/Terminal.Gui.csproj | 4 ++-- UICatalog/UICatalog.csproj | 6 +++--- UnitTests/UnitTests.csproj | 10 +++++----- 4 files changed, 11 insertions(+), 11 deletions(-) diff --git a/ReactiveExample/ReactiveExample.csproj b/ReactiveExample/ReactiveExample.csproj index e3e43708e..68974a8b4 100644 --- a/ReactiveExample/ReactiveExample.csproj +++ b/ReactiveExample/ReactiveExample.csproj @@ -12,7 +12,7 @@ - + diff --git a/Terminal.Gui/Terminal.Gui.csproj b/Terminal.Gui/Terminal.Gui.csproj index c2f39edb8..3c909c250 100644 --- a/Terminal.Gui/Terminal.Gui.csproj +++ b/Terminal.Gui/Terminal.Gui.csproj @@ -48,8 +48,8 @@ - - + + diff --git a/UICatalog/UICatalog.csproj b/UICatalog/UICatalog.csproj index 662411daf..69b5fd4a7 100644 --- a/UICatalog/UICatalog.csproj +++ b/UICatalog/UICatalog.csproj @@ -28,9 +28,9 @@ - - - + + + diff --git a/UnitTests/UnitTests.csproj b/UnitTests/UnitTests.csproj index 79623c6f5..a49f0f049 100644 --- a/UnitTests/UnitTests.csproj +++ b/UnitTests/UnitTests.csproj @@ -30,15 +30,15 @@ - - - + + + - + all runtime; build; native; contentfiles; analyzers; buildtransitive - + all runtime; build; native; contentfiles; analyzers; buildtransitive