mirror of
https://github.com/Ryujinx/Ryujinx.git
synced 2024-12-17 00:46:36 +00:00
Target .NET Core 3.0 for NVDEC project
This commit is contained in:
parent
0dbfe3c23e
commit
40ef18d759
@ -1,7 +1,7 @@
|
||||
<Project Sdk="Microsoft.NET.Sdk">
|
||||
|
||||
<PropertyGroup>
|
||||
<TargetFramework>netcoreapp3.1</TargetFramework>
|
||||
<TargetFramework>netcoreapp3.0</TargetFramework>
|
||||
</PropertyGroup>
|
||||
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
|
||||
|
Loading…
Reference in New Issue
Block a user