From 1fc1353c4f6c91d32413ac0655009a9e5d0e87c6 Mon Sep 17 00:00:00 2001 From: 0x5bfa <62196528+0x5bfa@users.noreply.github.com> Date: Sat, 8 Jun 2024 00:15:29 +0900 Subject: [PATCH] Update .NET version --- src/FluentHub.App/FluentHub.App.csproj | 2 +- .../FluentHub.Octicons.Generator.csproj | 2 +- .../FluentHub.Octokit.Generator.csproj | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/FluentHub.App/FluentHub.App.csproj b/src/FluentHub.App/FluentHub.App.csproj index f889aa5db..92548a0f8 100644 --- a/src/FluentHub.App/FluentHub.App.csproj +++ b/src/FluentHub.App/FluentHub.App.csproj @@ -1,7 +1,7 @@ - net7.0-windows10.0.22621.0 + net8.0-windows10.0.22621.0 WinExe FluentHub en-US diff --git a/src/FluentHub.Octicons.Generator/FluentHub.Octicons.Generator.csproj b/src/FluentHub.Octicons.Generator/FluentHub.Octicons.Generator.csproj index ef1895f61..9338433a6 100644 --- a/src/FluentHub.Octicons.Generator/FluentHub.Octicons.Generator.csproj +++ b/src/FluentHub.Octicons.Generator/FluentHub.Octicons.Generator.csproj @@ -1,7 +1,7 @@ - net7.0 + net8.0 enable Exe diff --git a/src/FluentHub.Octokit.Generator/FluentHub.Octokit.Generator.csproj b/src/FluentHub.Octokit.Generator/FluentHub.Octokit.Generator.csproj index 92278cc58..381f457e8 100644 --- a/src/FluentHub.Octokit.Generator/FluentHub.Octokit.Generator.csproj +++ b/src/FluentHub.Octokit.Generator/FluentHub.Octokit.Generator.csproj @@ -1,7 +1,7 @@  - net7.0 + net8.0 Exe latest x86;x64;arm64