From aa129fdbdfd424f73da2b187fc28855f8ae90059 Mon Sep 17 00:00:00 2001 From: Mary Date: Sun, 15 Nov 2020 19:27:15 +0100 Subject: infra: Migrate to .NET 5 (#1694) * infra: Migrate to .NET 5 This migrate projects and CI to .NET 5 * Remove language version restrictions (now on 9.0 by default) * infra: pin .NET 5 to avoid later issues * infra: Cleanup csproj files * infra: update dependencies * infra: Add temporary workaround for a bug in Vector128.Create see https://github.com/dotnet/runtime/issues/44704 for more informations --- Ryujinx.Graphics.Gpu/Ryujinx.Graphics.Gpu.csproj | 19 +++++-------------- 1 file changed, 5 insertions(+), 14 deletions(-) (limited to 'Ryujinx.Graphics.Gpu') diff --git a/Ryujinx.Graphics.Gpu/Ryujinx.Graphics.Gpu.csproj b/Ryujinx.Graphics.Gpu/Ryujinx.Graphics.Gpu.csproj index f40857b4..01e8e235 100644 --- a/Ryujinx.Graphics.Gpu/Ryujinx.Graphics.Gpu.csproj +++ b/Ryujinx.Graphics.Gpu/Ryujinx.Graphics.Gpu.csproj @@ -1,5 +1,10 @@  + + net5.0 + true + + @@ -9,18 +14,4 @@ - - netcoreapp3.1 - 8.0 - win-x64;osx-x64;linux-x64 - - - - true - - - - true - - -- cgit v1.2.3