aboutsummaryrefslogtreecommitdiff
path: root/Ryujinx.Input/Ryujinx.Input.csproj
diff options
context:
space:
mode:
Diffstat (limited to 'Ryujinx.Input/Ryujinx.Input.csproj')
-rw-r--r--Ryujinx.Input/Ryujinx.Input.csproj4
1 files changed, 2 insertions, 2 deletions
diff --git a/Ryujinx.Input/Ryujinx.Input.csproj b/Ryujinx.Input/Ryujinx.Input.csproj
index c7c76abc..55111f77 100644
--- a/Ryujinx.Input/Ryujinx.Input.csproj
+++ b/Ryujinx.Input/Ryujinx.Input.csproj
@@ -1,14 +1,14 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
- <TargetFramework>net6.0</TargetFramework>
+ <TargetFramework>net7.0</TargetFramework>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Crc32.NET" Version="1.2.0" />
</ItemGroup>
-
+
<ItemGroup>
<ProjectReference Include="..\Ryujinx.HLE\Ryujinx.HLE.csproj" />
<ProjectReference Include="..\Ryujinx.Common\Ryujinx.Common.csproj" />