Target .NET Core 3.0 for NVDEC project

metal
gdkchan 2019-12-31 23:06:41 -03:00 committed by Thog
parent 0dbfe3c23e
commit 40ef18d759
1 changed files with 1 additions and 1 deletions

View File

@ -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'">