diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 641ffbf..1c17657 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,7 +15,7 @@ jobs: - name: Setup .NET uses: actions/setup-dotnet@v4 with: - dotnet-version: '8.0.x' + dotnet-version: '10.0.x' - name: Build run: dotnet build Symlinker/Symlinker.csproj --configuration Release diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index dae51a1..90dd414 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -19,7 +19,7 @@ jobs: - name: Setup .NET uses: actions/setup-dotnet@v3 with: - dotnet-version: '8.0.x' + dotnet-version: '10.0.x' - name: Setup Git run: | diff --git a/Symlinker/Properties/PublishProfiles/ClickOnceProfile.pubxml b/Symlinker/Properties/PublishProfiles/ClickOnceProfile.pubxml index 1eaedec..a299fd0 100644 --- a/Symlinker/Properties/PublishProfiles/ClickOnceProfile.pubxml +++ b/Symlinker/Properties/PublishProfiles/ClickOnceProfile.pubxml @@ -3,7 +3,7 @@ 0 - 4.0.0.0 + 4.1.0.0 True Release True @@ -16,7 +16,7 @@ True False Any CPU - bin\Release\net8.0-windows\app.publish\ + bin\Release\net10.0-windows\app.publish\ bin\publish\ ClickOnce False @@ -25,7 +25,7 @@ (none) False false - net8.0-windows + net10.0-windows True Foreground False diff --git a/Symlinker/Symlinker.csproj b/Symlinker/Symlinker.csproj index f8a0207..b86a208 100644 --- a/Symlinker/Symlinker.csproj +++ b/Symlinker/Symlinker.csproj @@ -1,6 +1,6 @@ - net8.0-windows + net10.0-windows WinExe Symlinker false @@ -36,9 +36,9 @@ LocalIntranet Properties\app.manifest Symlinker.Program - 4.0.0.0 + 4.1.0.0 Symlinker: The Symbolic link creator - Copyright © Alejandro Mora 2025 + Copyright © Alejandro Mora 2026 https://github.com/amd989/Symlinker https://github.com/amd989/Symlinker/