From 74b57a717fe6e17ff751e48f69094e0271999ab8 Mon Sep 17 00:00:00 2001 From: Chandradev819 Date: Sun, 29 Jun 2025 19:16:40 +0530 Subject: [PATCH] Migrated to dotnet 9.0 --- .../BlazorInteractiveServer.csproj | 5 +- .../BlazorWebAssembly.csproj | 8 +- samples/bUnitExample/bUnitExample.csproj | 12 +-- .../Blazored.Toast.TestExtensions.csproj | 88 +++++++++---------- src/Blazored.Toast/Blazored.Toast.csproj | 8 +- .../Blazored.Toast.Tests.csproj | 12 +-- 6 files changed, 68 insertions(+), 65 deletions(-) diff --git a/samples/BlazorInteractiveServer/BlazorInteractiveServer.csproj b/samples/BlazorInteractiveServer/BlazorInteractiveServer.csproj index 7a865e5..c77eeea 100644 --- a/samples/BlazorInteractiveServer/BlazorInteractiveServer.csproj +++ b/samples/BlazorInteractiveServer/BlazorInteractiveServer.csproj @@ -1,11 +1,10 @@ - + - net8.0 + net9.0 enable enable - diff --git a/samples/BlazorWebAssembly/BlazorWebAssembly.csproj b/samples/BlazorWebAssembly/BlazorWebAssembly.csproj index 4314315..3da1aeb 100644 --- a/samples/BlazorWebAssembly/BlazorWebAssembly.csproj +++ b/samples/BlazorWebAssembly/BlazorWebAssembly.csproj @@ -1,14 +1,14 @@ - + - net8.0 + net9.0 enable enable - - + + diff --git a/samples/bUnitExample/bUnitExample.csproj b/samples/bUnitExample/bUnitExample.csproj index 9e5e85d..78b4c25 100644 --- a/samples/bUnitExample/bUnitExample.csproj +++ b/samples/bUnitExample/bUnitExample.csproj @@ -1,20 +1,20 @@ - net8.0 + net9.0 false - - - - + + + + runtime; build; native; contentfiles; analyzers; buildtransitive all - + runtime; build; native; contentfiles; analyzers; buildtransitive all diff --git a/src/Blazored.Toast.TestExtensions/Blazored.Toast.TestExtensions.csproj b/src/Blazored.Toast.TestExtensions/Blazored.Toast.TestExtensions.csproj index 37da2b2..b34a9a0 100644 --- a/src/Blazored.Toast.TestExtensions/Blazored.Toast.TestExtensions.csproj +++ b/src/Blazored.Toast.TestExtensions/Blazored.Toast.TestExtensions.csproj @@ -1,48 +1,48 @@  - - net6.0;net7.0;net8.0 - enable - enable - - Chris Sainty - - Copyright 2020 (c) Chris Sainty. All rights reserved. - - A testing library to provide helper extensions for Blazored.Toast - true - snupkg - - - Blazored.Toast.TestExtensions - Blazored;Blazor;Razor;Components;Toast;Popup;Notification;ASP.NET Core;CSharp;Web - MIT - https://github.com/Blazored/Toast - icon.png - git - https://github.com/Blazored/Toast - - - true - true - true - Blazored.Toast.snk - - - - - - - - - - - - - - - - - + + net6.0;net7.0;net8.0;net9.0; + enable + enable + + Chris Sainty + + Copyright 2020 (c) Chris Sainty. All rights reserved. + + A testing library to provide helper extensions for Blazored.Toast + true + snupkg + + + Blazored.Toast.TestExtensions + Blazored;Blazor;Razor;Components;Toast;Popup;Notification;ASP.NET Core;CSharp;Web + MIT + https://github.com/Blazored/Toast + icon.png + git + https://github.com/Blazored/Toast + + + true + true + true + Blazored.Toast.snk + + + + + + + + + + + + + + + + + diff --git a/src/Blazored.Toast/Blazored.Toast.csproj b/src/Blazored.Toast/Blazored.Toast.csproj index ffea253..cdb2a5c 100644 --- a/src/Blazored.Toast/Blazored.Toast.csproj +++ b/src/Blazored.Toast/Blazored.Toast.csproj @@ -1,7 +1,7 @@  - net6.0;net7.0;net8.0 + net6.0;net7.0;net8.0;net9.0; enable enable @@ -51,7 +51,11 @@ - + + + + + diff --git a/tests/Blazored.Toast.Tests/Blazored.Toast.Tests.csproj b/tests/Blazored.Toast.Tests/Blazored.Toast.Tests.csproj index c739177..69d6f1e 100644 --- a/tests/Blazored.Toast.Tests/Blazored.Toast.Tests.csproj +++ b/tests/Blazored.Toast.Tests/Blazored.Toast.Tests.csproj @@ -1,7 +1,7 @@ - net8.0 + net9.0 enable enable @@ -9,14 +9,14 @@ - - - - + + + + runtime; build; native; contentfiles; analyzers; buildtransitive all - + runtime; build; native; contentfiles; analyzers; buildtransitive all