From e384f4f2fc40b22578670be25d4291402a5dc7d5 Mon Sep 17 00:00:00 2001 From: AutumnSky1010 <66455966+AutumnSky1010@users.noreply.github.com> Date: Sat, 21 Sep 2024 14:02:17 +0900 Subject: [PATCH 1/3] :hammer: Migrate from .NET 6 to 8 --- src/SoundMaker/SoundMaker.csproj | 2 +- test/SoundMakerTests.csproj | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/SoundMaker/SoundMaker.csproj b/src/SoundMaker/SoundMaker.csproj index f6dd50a..6b86504 100644 --- a/src/SoundMaker/SoundMaker.csproj +++ b/src/SoundMaker/SoundMaker.csproj @@ -2,7 +2,7 @@ Library - net6.0 + net8.0 enable enable True diff --git a/test/SoundMakerTests.csproj b/test/SoundMakerTests.csproj index 0f17d1a..9fd1171 100644 --- a/test/SoundMakerTests.csproj +++ b/test/SoundMakerTests.csproj @@ -1,7 +1,7 @@ - net6.0 + net8.0 enable enable From dec2e764ddced4eea933945d5bac498b83a9ee36 Mon Sep 17 00:00:00 2001 From: AutumnSky1010 <66455966+AutumnSky1010@users.noreply.github.com> Date: Sat, 21 Sep 2024 14:04:50 +0900 Subject: [PATCH 2/3] :+1: Update resources --- .github/workflows/build.yml | 2 +- README.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 9f17d8b..e8eef75 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -30,7 +30,7 @@ jobs: - name: Install .NET Core uses: actions/setup-dotnet@v3 with: - dotnet-version: 6.0.x + dotnet-version: 8.0.x # Restore dependencies - name: Restore dependencies diff --git a/README.md b/README.md index 0f7c1e8..cb42e97 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ [Wiki](https://github.com/AutumnSky1010/SoundMaker/wiki) ## ⛰️要件 -.NET 6 以降 +.NET 8 以降 ## ⏬インストール方法 ### NuGet @@ -126,7 +126,7 @@ You can do The following content with this library. [Wiki](https://github.com/AutumnSky1010/SoundMaker/wiki) ## ⛰️Requirement -.NET 6 or later +.NET 8 or later ## ⏬Installation ### NuGet From 988ca817df6910794742b312fff72c71cbcf0dd6 Mon Sep 17 00:00:00 2001 From: AutumnSky1010 <66455966+AutumnSky1010@users.noreply.github.com> Date: Sat, 21 Sep 2024 14:08:11 +0900 Subject: [PATCH 3/3] :bug: Forgetting to change --- src/SoundMakerConsole/SoundMakerConsole.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/SoundMakerConsole/SoundMakerConsole.csproj b/src/SoundMakerConsole/SoundMakerConsole.csproj index 05cffd2..8ef5e02 100644 --- a/src/SoundMakerConsole/SoundMakerConsole.csproj +++ b/src/SoundMakerConsole/SoundMakerConsole.csproj @@ -2,7 +2,7 @@ Exe - net6.0 + net8.0 enable enable