aboutsummaryrefslogtreecommitdiff
path: root/Ryujinx/Ryujinx.csproj
diff options
context:
space:
mode:
Diffstat (limited to 'Ryujinx/Ryujinx.csproj')
-rw-r--r--Ryujinx/Ryujinx.csproj9
1 files changed, 7 insertions, 2 deletions
diff --git a/Ryujinx/Ryujinx.csproj b/Ryujinx/Ryujinx.csproj
index 9ea3fe42..90c3f8e5 100644
--- a/Ryujinx/Ryujinx.csproj
+++ b/Ryujinx/Ryujinx.csproj
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
- <TargetFramework>netcoreapp2.1</TargetFramework>
+ <TargetFramework>netcoreapp3.0</TargetFramework>
<RuntimeIdentifiers>win-x64;osx-x64;linux-x64</RuntimeIdentifiers>
<OutputType>Exe</OutputType>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
@@ -18,6 +18,11 @@
<Optimize>false</Optimize>
</PropertyGroup>
+ <!-- Due to GtkSharp. -->
+ <PropertyGroup>
+ <EmbeddedResourceUseDependentUponConvention>false</EmbeddedResourceUseDependentUponConvention>
+ </PropertyGroup>
+
<ItemGroup>
<EmbeddedResource Include="Ui\AboutWindow.glade" />
<EmbeddedResource Include="Ui\assets\ryujinxNCAIcon.png" />
@@ -36,7 +41,7 @@
</ItemGroup>
<ItemGroup>
- <PackageReference Include="DiscordRichPresence" Version="1.0.108" />
+ <PackageReference Include="DiscordRichPresence" Version="1.0.121" />
<PackageReference Include="GtkSharp" Version="3.22.24.37" />
<PackageReference Include="GtkSharp.Dependencies" Version="1.0.1" />
<PackageReference Include="JsonPrettyPrinter" Version="1.0.1.1" />