diff options
Diffstat (limited to 'Ryujinx.LLE/Luea.csproj')
| -rw-r--r-- | Ryujinx.LLE/Luea.csproj | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Ryujinx.LLE/Luea.csproj b/Ryujinx.LLE/Luea.csproj index 0184d1be..f17d8def 100644 --- a/Ryujinx.LLE/Luea.csproj +++ b/Ryujinx.LLE/Luea.csproj @@ -1,7 +1,7 @@ <Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> - <TargetFramework>netcoreapp3.0</TargetFramework> + <TargetFramework>netcoreapp3.1</TargetFramework> <RuntimeIdentifiers>win-x64;osx-x64;linux-x64</RuntimeIdentifiers> <OutputType>Exe</OutputType> <Configurations>Debug;Release;Profile Debug;Profile Release</Configurations> |
