diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8fcdb37..a710739 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -21,7 +21,7 @@ jobs: - name: Install .NET Core uses: actions/setup-dotnet@v4 with: - dotnet-version: 8.0.x + dotnet-version: 10.0.x - name: Setup MSBuild.exe uses: microsoft/setup-msbuild@v2 diff --git a/README.md b/README.md index 0388b3d..b5ffeb7 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ This is a major update with a lot of changes: * New UI * New features * Much more stable -* Based on .NET 8 +* Based on .NET 10 * Three separate versions for UIA2 and UIA3 and default with choosing on startup diff --git a/build.cake b/build.cake index 89dddaa..38c7796 100644 --- a/build.cake +++ b/build.cake @@ -71,7 +71,7 @@ Task("Package") ReleaseNotes = new[] { "https://github.com/FlaUI/FlaUInspect/blob/main/CHANGELOG.md" }, Files = new[] { new ChocolateyNuSpecContent { - Source = @$"src\FlaUInspect\bin\{configuration}\net8.0-windows10.0.19041.0\**", Target = "tools" + Source = @$"src\FlaUInspect\bin\{configuration}\net10.0-windows10.0.19041.0\**", Target = "tools" }, new ChocolateyNuSpecContent { Source = "LICENSE", Target = @"tools\LICENSE" diff --git a/src/FlaUInspect/FlaUInspect.csproj b/src/FlaUInspect/FlaUInspect.csproj index 25b3ea9..5d2ebaf 100644 --- a/src/FlaUInspect/FlaUInspect.csproj +++ b/src/FlaUInspect/FlaUInspect.csproj @@ -2,7 +2,7 @@ WinExe - net8.0-windows10.0.19041.0 + net10.0-windows10.0.19041.0 true enable enable