diff --git a/.github/workflows/build-linux.yml b/.github/workflows/build-linux.yml index 187b194..8bd05ae 100644 --- a/.github/workflows/build-linux.yml +++ b/.github/workflows/build-linux.yml @@ -17,10 +17,10 @@ jobs: - uses: actions/checkout@v3 with: ref: ${{ github.ref }} - - name: Setup .NET 6.0 + - name: Setup .NET uses: actions/setup-dotnet@v3 with: - dotnet-version: '6.0.x' + dotnet-version: '8.0.x' - name: Solution Compilation run: dotnet build --configuration Debug - name: Testing diff --git a/.github/workflows/build-macos.yml b/.github/workflows/build-macos.yml index 69422c7..9fabfea 100644 --- a/.github/workflows/build-macos.yml +++ b/.github/workflows/build-macos.yml @@ -17,10 +17,10 @@ jobs: - uses: actions/checkout@v3 with: ref: ${{ github.ref }} - - name: Setup .NET 6.0 + - name: Setup .NET uses: actions/setup-dotnet@v3 with: - dotnet-version: '6.0.x' + dotnet-version: '8.0.x' - name: Solution Compilation run: dotnet build --configuration Debug - name: Testing diff --git a/.github/workflows/build-win.yml b/.github/workflows/build-win.yml index 15c41cd..fe5a2fc 100644 --- a/.github/workflows/build-win.yml +++ b/.github/workflows/build-win.yml @@ -17,10 +17,10 @@ jobs: - uses: actions/checkout@v3 with: ref: ${{ github.ref }} - - name: Setup .NET 6.0 + - name: Setup .NET uses: actions/setup-dotnet@v3 with: - dotnet-version: '6.0.x' + dotnet-version: '8.0.x' - name: Solution Compilation run: dotnet build --configuration Debug - name: Testing diff --git a/.github/workflows/pack.yml b/.github/workflows/pack.yml index 522b89f..46be8fa 100644 --- a/.github/workflows/pack.yml +++ b/.github/workflows/pack.yml @@ -13,10 +13,10 @@ jobs: - uses: actions/checkout@v3 with: ref: ${{ github.ref }} - - name: Setup .NET 6.0 + - name: Setup .NET uses: actions/setup-dotnet@v3 with: - dotnet-version: '6.0.x' + dotnet-version: '8.0.x' - name: Solution Compilation run: dotnet build --configuration Release - name: Package Publication diff --git a/GRILO.BootableAppDemo/GRILO.BootableAppDemo.csproj b/GRILO.BootableAppDemo/GRILO.BootableAppDemo.csproj index 4f2e27c..557974b 100644 --- a/GRILO.BootableAppDemo/GRILO.BootableAppDemo.csproj +++ b/GRILO.BootableAppDemo/GRILO.BootableAppDemo.csproj @@ -2,7 +2,7 @@ Exe - net7.0;net6.0;net48 + net8.0;net7.0;net6.0;net48 True ..\aptivi_snk.snk diff --git a/GRILO.Bootloader/GRILO.Bootloader.csproj b/GRILO.Bootloader/GRILO.Bootloader.csproj index 9367bdf..aaef3e0 100644 --- a/GRILO.Bootloader/GRILO.Bootloader.csproj +++ b/GRILO.Bootloader/GRILO.Bootloader.csproj @@ -2,13 +2,13 @@ Exe - net7.0;net6.0;net48 + net8.0;net7.0;net6.0;net48 OfficialAppIcon-GRILO.ico True True True - 1.1.2 - 1.1.2 + 1.1.3 + 1.1.3 Aptivi GRILO Bootloader simulator for .NET diff --git a/tools/version b/tools/version index 45a1b3f..781dcb0 100644 --- a/tools/version +++ b/tools/version @@ -1 +1 @@ -1.1.2 +1.1.3