From e2e8d045cfbd98d639dc724d6536a4489dd38fd5 Mon Sep 17 00:00:00 2001 From: Mark Davis Date: Thu, 6 Mar 2025 15:36:37 -0800 Subject: [PATCH] Upgrade to .NET 9 and update dependencies - Changed SDK version from 6.0 to 9.0 across projects - Updated package references for Blazor components to version 9.0 - Ensured all project files reflect the new target framework --- global.json | 2 +- samples/BlazorServer/BlazorServer.csproj | 2 +- samples/BlazorWebAssembly/BlazorWebAssembly.csproj | 6 +++--- samples/SharedRCL/SharedRCL.csproj | 6 +++--- src/Blazored.Video/Blazored.Video.csproj | 5 ++--- tests/Blazored.Video.Tests/Blazored.Video.Tests.csproj | 2 +- 6 files changed, 11 insertions(+), 12 deletions(-) diff --git a/global.json b/global.json index dd66ba5..be9483a 100644 --- a/global.json +++ b/global.json @@ -1,5 +1,5 @@ { "sdk": { - "version": "6.0.404" + "version": "9.0.200" } } \ No newline at end of file diff --git a/samples/BlazorServer/BlazorServer.csproj b/samples/BlazorServer/BlazorServer.csproj index 22ebbb8..71a1398 100644 --- a/samples/BlazorServer/BlazorServer.csproj +++ b/samples/BlazorServer/BlazorServer.csproj @@ -1,7 +1,7 @@ - net6.0 + net9.0 diff --git a/samples/BlazorWebAssembly/BlazorWebAssembly.csproj b/samples/BlazorWebAssembly/BlazorWebAssembly.csproj index 22c8c93..3200d3b 100644 --- a/samples/BlazorWebAssembly/BlazorWebAssembly.csproj +++ b/samples/BlazorWebAssembly/BlazorWebAssembly.csproj @@ -1,12 +1,12 @@  - net6.0 + net9.0 - - + + diff --git a/samples/SharedRCL/SharedRCL.csproj b/samples/SharedRCL/SharedRCL.csproj index 9f186aa..5b4fc46 100644 --- a/samples/SharedRCL/SharedRCL.csproj +++ b/samples/SharedRCL/SharedRCL.csproj @@ -1,13 +1,13 @@  - net6.0 + net9.0 - - + + diff --git a/src/Blazored.Video/Blazored.Video.csproj b/src/Blazored.Video/Blazored.Video.csproj index 97c394d..2f94d4f 100644 --- a/src/Blazored.Video/Blazored.Video.csproj +++ b/src/Blazored.Video/Blazored.Video.csproj @@ -1,7 +1,7 @@ - net6.0 + net9.0 Mister Magoo Chris Sainty Copyright 2020-2022 (c) Mister Magoo,Chris Sainty. All rights reserved. @@ -32,8 +32,7 @@ - - + diff --git a/tests/Blazored.Video.Tests/Blazored.Video.Tests.csproj b/tests/Blazored.Video.Tests/Blazored.Video.Tests.csproj index d216fb1..77ef2d2 100644 --- a/tests/Blazored.Video.Tests/Blazored.Video.Tests.csproj +++ b/tests/Blazored.Video.Tests/Blazored.Video.Tests.csproj @@ -1,7 +1,7 @@  - net6.0 + net9.0