From 776f0c5e670eb4be6c620f9dd6e90e2dce049cf9 Mon Sep 17 00:00:00 2001 From: David Maas Date: Wed, 13 Apr 2022 21:50:02 -0500 Subject: [PATCH] [CI] Bumped publishing packages to GitHub to use .NET 6. For whatever reason https://github.com/NuGet/Home/issues/9775 re-appeared and this seems to fix it. Not really worth looking into further at this time since we'll be dropping .NET 5 soon anyway. --- .github/workflows/Mochi.PhysX.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/Mochi.PhysX.yml b/.github/workflows/Mochi.PhysX.yml index 957afc0..c79eb19 100644 --- a/.github/workflows/Mochi.PhysX.yml +++ b/.github/workflows/Mochi.PhysX.yml @@ -278,7 +278,7 @@ jobs: - name: Setup .NET uses: actions/setup-dotnet@v1 with: - dotnet-version: 5.0.x + dotnet-version: 6.0.x # ----------------------------------------------------------------------- Download built packages - name: Download built packages