diff options
Diffstat (limited to 'Ryujinx.Profiler/Ryujinx.Profiler.csproj')
-rw-r--r-- | Ryujinx.Profiler/Ryujinx.Profiler.csproj | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Ryujinx.Profiler/Ryujinx.Profiler.csproj b/Ryujinx.Profiler/Ryujinx.Profiler.csproj index 5a4c8f4f..bcc2d17d 100644 --- a/Ryujinx.Profiler/Ryujinx.Profiler.csproj +++ b/Ryujinx.Profiler/Ryujinx.Profiler.csproj @@ -2,7 +2,7 @@ <PropertyGroup> <TargetFramework>netcoreapp2.1</TargetFramework> - <RuntimeIdentifiers>win10-x64;osx-x64;linux-x64</RuntimeIdentifiers> + <RuntimeIdentifiers>win-x64;osx-x64;linux-x64</RuntimeIdentifiers> <AllowUnsafeBlocks>true</AllowUnsafeBlocks> <Configurations>Debug;Release;Profile Debug;Profile Release</Configurations> </PropertyGroup> |