Added .NET Framework 4.0 target

This commit is contained in:
Yoshi Askharoun
2022-06-05 14:17:21 -05:00
parent 0c1f03cf2b
commit 18fd5f6445
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFrameworks>net35;net6.0</TargetFrameworks>
<TargetFrameworks>net35;net40;net6.0</TargetFrameworks>
<ProjectGuid>{CB2B7609-C7B8-4E2A-82D8-DD631B70B621}</ProjectGuid>
<OutputType>Library</OutputType>
<AssemblyName>UIX.RenderApi</AssemblyName>
+1 -1
View File
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFrameworks>net35;net6.0</TargetFrameworks>
<TargetFrameworks>net35;net40;net6.0</TargetFrameworks>
<ProjectGuid>{78A8B08C-C0E9-4BAC-9AF6-58D3A55C05C9}</ProjectGuid>
<ApplicationVersion>4.8.0.0</ApplicationVersion>
<OutputType>Library</OutputType>