diff --git a/.github/workflows/aurora-release.yml b/.github/workflows/aurora-release.yml index 45f0b563c..fb48f6ff2 100644 --- a/.github/workflows/aurora-release.yml +++ b/.github/workflows/aurora-release.yml @@ -33,7 +33,7 @@ jobs: - name: Install .NET Core uses: actions/setup-dotnet@v2 with: - dotnet-version: 7.0.x + dotnet-version: 8.0.x # Restore the application to populate the obj folder with RuntimeIdentifiers - name: Restore the application diff --git a/Project-Aurora/MemoryAccessProfiles/MemoryAccessProfiles.csproj b/Project-Aurora/MemoryAccessProfiles/MemoryAccessProfiles.csproj index 88870b45e..33170592e 100644 --- a/Project-Aurora/MemoryAccessProfiles/MemoryAccessProfiles.csproj +++ b/Project-Aurora/MemoryAccessProfiles/MemoryAccessProfiles.csproj @@ -14,6 +14,7 @@ true enable enable + latest