diff --git a/.github/workflows/build-windows.yml b/.github/workflows/build-windows.yml index 2fe6e1f..ab355da 100644 --- a/.github/workflows/build-windows.yml +++ b/.github/workflows/build-windows.yml @@ -20,7 +20,7 @@ jobs: - name: Setup .NET uses: actions/setup-dotnet@v4 with: - dotnet-version: '8.0.x' + dotnet-version: '10.0.x' - name: Restore dependencies run: dotnet restore diff --git a/FolderSnippets.csproj b/FolderSnippets.csproj index 6924bae..ddba016 100644 --- a/FolderSnippets.csproj +++ b/FolderSnippets.csproj @@ -2,7 +2,7 @@ WinExe - net8.0-windows + net10.0-windows true enable enable