aboutsummaryrefslogtreecommitdiff
path: root/Ryujinx.Profiler/Ryujinx.Profiler.csproj
diff options
context:
space:
mode:
Diffstat (limited to 'Ryujinx.Profiler/Ryujinx.Profiler.csproj')
-rw-r--r--Ryujinx.Profiler/Ryujinx.Profiler.csproj2
1 files changed, 1 insertions, 1 deletions
diff --git a/Ryujinx.Profiler/Ryujinx.Profiler.csproj b/Ryujinx.Profiler/Ryujinx.Profiler.csproj
index bcc2d17d..0e089ccf 100644
--- a/Ryujinx.Profiler/Ryujinx.Profiler.csproj
+++ b/Ryujinx.Profiler/Ryujinx.Profiler.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>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<Configurations>Debug;Release;Profile Debug;Profile Release</Configurations>