From 7660ca7fd498f1a158f083ac8d26f66f949de556 Mon Sep 17 00:00:00 2001 From: Ken Tucker Date: Sun, 22 Dec 2024 21:28:49 -0500 Subject: [PATCH 1/2] Update Avalonia and xUnit packages Updated `OpenWeatherMap.Avalonia.Sample.csproj` to use newer versions of `Avalonia.Desktop`, `Avalonia.Themes.Fluent`, and `Avalonia.Diagnostics` (from 11.2.2 to 11.2.3). Updated `OpenWeatherMap.Standard.Core.Test.csproj` to use `xunit.runner.visualstudio` 3.0.0 and replaced `xunit`, `xunit.assert`, and `xunit.core` with `xunit.v3` 1.0.0. --- .../OpenWeatherMap.Avalonia.Sample.csproj | 6 +++--- .../OpenWeatherMap.Standard.Core.Test.csproj | 6 ++---- 2 files changed, 5 insertions(+), 7 deletions(-) diff --git a/OpenWeatherMap.Avalonia.Sample/OpenWeatherMap.Avalonia.Sample.csproj b/OpenWeatherMap.Avalonia.Sample/OpenWeatherMap.Avalonia.Sample.csproj index 2c301f7..b5a6958 100644 --- a/OpenWeatherMap.Avalonia.Sample/OpenWeatherMap.Avalonia.Sample.csproj +++ b/OpenWeatherMap.Avalonia.Sample/OpenWeatherMap.Avalonia.Sample.csproj @@ -16,11 +16,11 @@ - - + + - + diff --git a/OpenWeatherMap.Standard.Core.Test/OpenWeatherMap.Standard.Core.Test.csproj b/OpenWeatherMap.Standard.Core.Test/OpenWeatherMap.Standard.Core.Test.csproj index a71a2b2..b0f0513 100644 --- a/OpenWeatherMap.Standard.Core.Test/OpenWeatherMap.Standard.Core.Test.csproj +++ b/OpenWeatherMap.Standard.Core.Test/OpenWeatherMap.Standard.Core.Test.csproj @@ -21,13 +21,11 @@ all runtime; build; native; contentfiles; analyzers; buildtransitive - - - - + all runtime; build; native; contentfiles; analyzers; buildtransitive + From 37343046f0ee4ad53fc52c610fb232c74a46a842 Mon Sep 17 00:00:00 2001 From: Ken Tucker Date: Sun, 22 Dec 2024 21:28:49 -0500 Subject: [PATCH 2/2] Update Avalonia and xUnit packages Updated `OpenWeatherMap.Avalonia.Sample.csproj` to use newer versions of `Avalonia.Desktop`, `Avalonia.Themes.Fluent`, and `Avalonia.Diagnostics` (from 11.2.2 to 11.2.3). Updated `OpenWeatherMap.Standard.Core.Test.csproj` to use `xunit.runner.visualstudio` 3.0.0 and replaced `xunit`, `xunit.assert`, and `xunit.core` with `xunit.v3` 1.0.0. --- .../OpenWeatherMap.Avalonia.Sample.csproj | 6 +++--- .../OpenWeatherMap.Standard.Core.Test.csproj | 4 +--- 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/OpenWeatherMap.Avalonia.Sample/OpenWeatherMap.Avalonia.Sample.csproj b/OpenWeatherMap.Avalonia.Sample/OpenWeatherMap.Avalonia.Sample.csproj index 2c301f7..b5a6958 100644 --- a/OpenWeatherMap.Avalonia.Sample/OpenWeatherMap.Avalonia.Sample.csproj +++ b/OpenWeatherMap.Avalonia.Sample/OpenWeatherMap.Avalonia.Sample.csproj @@ -16,11 +16,11 @@ - - + + - + diff --git a/OpenWeatherMap.Standard.Core.Test/OpenWeatherMap.Standard.Core.Test.csproj b/OpenWeatherMap.Standard.Core.Test/OpenWeatherMap.Standard.Core.Test.csproj index 1e1aae0..b0f0513 100644 --- a/OpenWeatherMap.Standard.Core.Test/OpenWeatherMap.Standard.Core.Test.csproj +++ b/OpenWeatherMap.Standard.Core.Test/OpenWeatherMap.Standard.Core.Test.csproj @@ -21,13 +21,11 @@ all runtime; build; native; contentfiles; analyzers; buildtransitive - - - all runtime; build; native; contentfiles; analyzers; buildtransitive +