aboutsummaryrefslogtreecommitdiff
path: root/Ryujinx.Common/Ryujinx.Common.csproj
diff options
context:
space:
mode:
Diffstat (limited to 'Ryujinx.Common/Ryujinx.Common.csproj')
-rw-r--r--Ryujinx.Common/Ryujinx.Common.csproj9
1 files changed, 5 insertions, 4 deletions
diff --git a/Ryujinx.Common/Ryujinx.Common.csproj b/Ryujinx.Common/Ryujinx.Common.csproj
index 14f1b1e7..26fb73c4 100644
--- a/Ryujinx.Common/Ryujinx.Common.csproj
+++ b/Ryujinx.Common/Ryujinx.Common.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>
<Configurations>Debug;Release;Profile Debug;Profile Release</Configurations>
</PropertyGroup>
@@ -27,10 +27,11 @@
</PropertyGroup>
<ItemGroup>
- <PackageReference Include="JsonPrettyPrinter" Version="1.0.1.1" />
+ <PackageReference Include="JsonPrettyPrinter" Version="1.0.1.1">
+ <NoWarn>NU1701</NoWarn>
+ </PackageReference>
<PackageReference Include="MsgPack.Cli" Version="1.0.1" />
- <PackageReference Include="Utf8Json" Version="1.3.7" /><PackageReference Include="OpenTK.NetStandard" Version="1.0.5.12" />
- <PackageReference Include="SharpFontCore" Version="0.1.1" />
+ <PackageReference Include="Utf8Json" Version="1.3.7" />
</ItemGroup>
</Project>