diff options
Diffstat (limited to 'Ryujinx.HLE')
| -rw-r--r-- | Ryujinx.HLE/Ryujinx.HLE.csproj | 42 |
1 files changed, 16 insertions, 26 deletions
diff --git a/Ryujinx.HLE/Ryujinx.HLE.csproj b/Ryujinx.HLE/Ryujinx.HLE.csproj index 92d776a4..c3b5ac7a 100644 --- a/Ryujinx.HLE/Ryujinx.HLE.csproj +++ b/Ryujinx.HLE/Ryujinx.HLE.csproj @@ -1,35 +1,10 @@ <Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> - <TargetFramework>netcoreapp3.1</TargetFramework> - <LangVersion>8.0</LangVersion> - <RuntimeIdentifiers>win-x64;osx-x64;linux-x64</RuntimeIdentifiers> - <Configurations>Debug;Release</Configurations> - </PropertyGroup> - - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'"> - <AllowUnsafeBlocks>true</AllowUnsafeBlocks> - </PropertyGroup> - - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'"> + <TargetFramework>net5.0</TargetFramework> <AllowUnsafeBlocks>true</AllowUnsafeBlocks> </PropertyGroup> - <!-- Due to Concentus. --> - <PropertyGroup> - <NoWarn>NU1605</NoWarn> - </PropertyGroup> - - <ItemGroup> - <None Remove="Homebrew.npdm" /> - <None Remove="RyujinxProfileImage.jpg" /> - </ItemGroup> - - <ItemGroup> - <EmbeddedResource Include="Homebrew.npdm" /> - <EmbeddedResource Include="RyujinxProfileImage.jpg" /> - </ItemGroup> - <ItemGroup> <ProjectReference Include="..\Ryujinx.Audio.Renderer\Ryujinx.Audio.Renderer.csproj" /> <ProjectReference Include="..\Ryujinx.Audio\Ryujinx.Audio.csproj" /> @@ -50,4 +25,19 @@ <PackageReference Include="MsgPack.Cli" Version="1.0.1" /> </ItemGroup> + <!-- Due to Concentus. --> + <PropertyGroup> + <NoWarn>NU1605</NoWarn> + </PropertyGroup> + + <ItemGroup> + <None Remove="Homebrew.npdm" /> + <None Remove="RyujinxProfileImage.jpg" /> + </ItemGroup> + + <ItemGroup> + <EmbeddedResource Include="Homebrew.npdm" /> + <EmbeddedResource Include="RyujinxProfileImage.jpg" /> + </ItemGroup> + </Project> |
