From 4966a346d99f7629b5fbacbd68cbb50e6e01188f Mon Sep 17 00:00:00 2001
From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com>
Date: Thu, 14 Nov 2024 07:53:57 +0000
Subject: [PATCH 1/2] Update dotnet monorepo to v9
---
.../BlazorAutoNet8.Client/BlazorAutoNet8.Client.csproj | 2 +-
src/BlazorAutoNet8/BlazorAutoNet8/BlazorAutoNet8.csproj | 2 +-
src/BlazorWasmNet6/BlazorWasmNet6.csproj | 4 ++--
.../PinguApps.Blazor.QRCode.Tests.csproj | 6 +++---
4 files changed, 7 insertions(+), 7 deletions(-)
diff --git a/src/BlazorAutoNet8/BlazorAutoNet8.Client/BlazorAutoNet8.Client.csproj b/src/BlazorAutoNet8/BlazorAutoNet8.Client/BlazorAutoNet8.Client.csproj
index a1cb3af..4f18d4c 100644
--- a/src/BlazorAutoNet8/BlazorAutoNet8.Client/BlazorAutoNet8.Client.csproj
+++ b/src/BlazorAutoNet8/BlazorAutoNet8.Client/BlazorAutoNet8.Client.csproj
@@ -9,7 +9,7 @@
-
+
diff --git a/src/BlazorAutoNet8/BlazorAutoNet8/BlazorAutoNet8.csproj b/src/BlazorAutoNet8/BlazorAutoNet8/BlazorAutoNet8.csproj
index 2ee2520..01feebc 100644
--- a/src/BlazorAutoNet8/BlazorAutoNet8/BlazorAutoNet8.csproj
+++ b/src/BlazorAutoNet8/BlazorAutoNet8/BlazorAutoNet8.csproj
@@ -8,7 +8,7 @@
-
+
diff --git a/src/BlazorWasmNet6/BlazorWasmNet6.csproj b/src/BlazorWasmNet6/BlazorWasmNet6.csproj
index b745af6..a0719f5 100644
--- a/src/BlazorWasmNet6/BlazorWasmNet6.csproj
+++ b/src/BlazorWasmNet6/BlazorWasmNet6.csproj
@@ -7,8 +7,8 @@
-
-
+
+
diff --git a/tests/PinguApps.Blazor.QRCode.Tests/PinguApps.Blazor.QRCode.Tests.csproj b/tests/PinguApps.Blazor.QRCode.Tests/PinguApps.Blazor.QRCode.Tests.csproj
index 480c3eb..7612b82 100644
--- a/tests/PinguApps.Blazor.QRCode.Tests/PinguApps.Blazor.QRCode.Tests.csproj
+++ b/tests/PinguApps.Blazor.QRCode.Tests/PinguApps.Blazor.QRCode.Tests.csproj
@@ -11,9 +11,9 @@
-
-
-
+
+
+
From 4f3bb99ee0939fe18ee8f8996c1db58404338b36 Mon Sep 17 00:00:00 2001
From: Matthew Parker
Date: Thu, 14 Nov 2024 18:24:35 +0000
Subject: [PATCH 2/2] Added support for .net 9, removed support for .net 7,
update dotnet
---
.github/workflows/main.yml | 2 +-
.github/workflows/pr.yml | 2 +-
.../BlazorAutoNet8.Client.csproj | 2 +-
.../BlazorAutoNet8/BlazorAutoNet8.csproj | 2 +-
src/BlazorWasmNet6/BlazorWasmNet6.csproj | 4 ++--
.../PinguApps.Blazor.QRCode.csproj | 12 ++++++------
.../PinguApps.Blazor.QRCode.Tests.csproj | 2 +-
7 files changed, 13 insertions(+), 13 deletions(-)
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index 3b1daba..6b929b8 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -9,7 +9,7 @@ on:
env:
PROJECT_NAME: PinguApps.Blazor.QRCode
- DOTNET_VERSION: '8.0'
+ DOTNET_VERSION: '9.0'
BASE_HREF: 'Blazor.QRCode'
BRANCH: 'main'
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml
index 36e1508..feea3bf 100644
--- a/.github/workflows/pr.yml
+++ b/.github/workflows/pr.yml
@@ -6,7 +6,7 @@ on:
env:
PROJECT_NAME: PinguApps.Blazor.QRCode
- DOTNET_VERSION: '8.0'
+ DOTNET_VERSION: '9.0'
jobs:
build:
diff --git a/src/BlazorAutoNet8/BlazorAutoNet8.Client/BlazorAutoNet8.Client.csproj b/src/BlazorAutoNet8/BlazorAutoNet8.Client/BlazorAutoNet8.Client.csproj
index 4f18d4c..fc4d704 100644
--- a/src/BlazorAutoNet8/BlazorAutoNet8.Client/BlazorAutoNet8.Client.csproj
+++ b/src/BlazorAutoNet8/BlazorAutoNet8.Client/BlazorAutoNet8.Client.csproj
@@ -9,7 +9,7 @@
-
+
diff --git a/src/BlazorAutoNet8/BlazorAutoNet8/BlazorAutoNet8.csproj b/src/BlazorAutoNet8/BlazorAutoNet8/BlazorAutoNet8.csproj
index 01feebc..a5ea3e7 100644
--- a/src/BlazorAutoNet8/BlazorAutoNet8/BlazorAutoNet8.csproj
+++ b/src/BlazorAutoNet8/BlazorAutoNet8/BlazorAutoNet8.csproj
@@ -8,7 +8,7 @@
-
+
diff --git a/src/BlazorWasmNet6/BlazorWasmNet6.csproj b/src/BlazorWasmNet6/BlazorWasmNet6.csproj
index a0719f5..5700966 100644
--- a/src/BlazorWasmNet6/BlazorWasmNet6.csproj
+++ b/src/BlazorWasmNet6/BlazorWasmNet6.csproj
@@ -7,8 +7,8 @@
-
-
+
+
diff --git a/src/PinguApps.Blazor.QRCode/PinguApps.Blazor.QRCode.csproj b/src/PinguApps.Blazor.QRCode/PinguApps.Blazor.QRCode.csproj
index 2836f74..4fbfbcf 100644
--- a/src/PinguApps.Blazor.QRCode/PinguApps.Blazor.QRCode.csproj
+++ b/src/PinguApps.Blazor.QRCode/PinguApps.Blazor.QRCode.csproj
@@ -1,7 +1,7 @@
- net6.0;net7.0;net8.0
+ net6.0;net8.0;net9.0
enable
enable
@@ -36,16 +36,16 @@
-
-
-
-
-
+
+
+
+
+
diff --git a/tests/PinguApps.Blazor.QRCode.Tests/PinguApps.Blazor.QRCode.Tests.csproj b/tests/PinguApps.Blazor.QRCode.Tests/PinguApps.Blazor.QRCode.Tests.csproj
index 7612b82..a6dc3f9 100644
--- a/tests/PinguApps.Blazor.QRCode.Tests/PinguApps.Blazor.QRCode.Tests.csproj
+++ b/tests/PinguApps.Blazor.QRCode.Tests/PinguApps.Blazor.QRCode.Tests.csproj
@@ -1,7 +1,7 @@
- net8.0
+ net9.0
enable
enable