diff options
Diffstat (limited to 'Ryujinx.LLE')
| -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 de1c5f61..5c571568 100644 --- a/Ryujinx.LLE/Luea.csproj +++ b/Ryujinx.LLE/Luea.csproj @@ -1,9 +1,9 @@ <Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> - <OutputType>Exe</OutputType> <TargetFramework>netcoreapp2.1</TargetFramework> <RuntimeIdentifiers>win10-x64;osx-x64;linux-x64</RuntimeIdentifiers> + <OutputType>Exe</OutputType> </PropertyGroup> </Project> |
