diff --git a/.github/workflows/tags_nuget.yml b/.github/workflows/tags_nuget.yml index 0c60400..a38a06a 100644 --- a/.github/workflows/tags_nuget.yml +++ b/.github/workflows/tags_nuget.yml @@ -23,10 +23,10 @@ jobs: echo Current version: $latest echo "::set-output name=version::$latest" - - name: 🥅 Install .Net 7 - uses: actions/setup-dotnet@v1 + - name: 🥅 Install .Net 8 + uses: actions/setup-dotnet@v3 with: - dotnet-version: "7.0.x" # SDK Version + dotnet-version: "8.0.x" # SDK Version - name: 🎁 Pack AppModel run: dotnet pack . --configuration Release -p:PackageVersion=${{ steps.version.outputs.version }} diff --git a/src/NetDaemon.Templates.Project/templates/netdaemon/NetDaemonApps.csproj b/src/NetDaemon.Templates.Project/templates/netdaemon/NetDaemonApps.csproj index 8dc7ec3..0bedd77 100644 --- a/src/NetDaemon.Templates.Project/templates/netdaemon/NetDaemonApps.csproj +++ b/src/NetDaemon.Templates.Project/templates/netdaemon/NetDaemonApps.csproj @@ -2,8 +2,8 @@ Exe - net7.0 - 11.0 + net8.0 + 12.0 enable NetDaemonApps @@ -26,15 +26,15 @@ - - - - - - - - - + + + + + + + + + diff --git a/src/NetDaemon.Templates.Project/templates/netdaemon_src/Debug.csproj b/src/NetDaemon.Templates.Project/templates/netdaemon_src/Debug.csproj index c71e053..5a0f30b 100644 --- a/src/NetDaemon.Templates.Project/templates/netdaemon_src/Debug.csproj +++ b/src/NetDaemon.Templates.Project/templates/netdaemon_src/Debug.csproj @@ -2,8 +2,8 @@ Exe - net7.0 - 11.0 + net8.0 + 12.0 enable Debug @@ -17,15 +17,16 @@ - - - - - - - - - + + + + + + + + + +