diff options
Diffstat (limited to 'Ryujinx/Ryujinx.csproj')
| -rw-r--r-- | Ryujinx/Ryujinx.csproj | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Ryujinx/Ryujinx.csproj b/Ryujinx/Ryujinx.csproj index 582f99f0..23f5d155 100644 --- a/Ryujinx/Ryujinx.csproj +++ b/Ryujinx/Ryujinx.csproj @@ -1,7 +1,7 @@ <Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> - <TargetFramework>net6.0</TargetFramework> + <TargetFramework>net7.0</TargetFramework> <RuntimeIdentifiers>win10-x64;osx-x64;linux-x64</RuntimeIdentifiers> <OutputType>Exe</OutputType> <AllowUnsafeBlocks>true</AllowUnsafeBlocks> @@ -9,11 +9,13 @@ <DefineConstants Condition=" '$(ExtraDefineConstants)' != '' ">$(DefineConstants);$(ExtraDefineConstants)</DefineConstants> <!-- As we already provide GTK3 on Windows via GtkSharp.Dependencies this is redundant. --> <SkipGtkInstall>true</SkipGtkInstall> + <TieredPGO>true</TieredPGO> </PropertyGroup> <PropertyGroup Condition="'$(RuntimeIdentifier)' != ''"> <PublishSingleFile>true</PublishSingleFile> <PublishTrimmed>true</PublishTrimmed> + <TrimMode>partial</TrimMode> </PropertyGroup> <ItemGroup> |
