Do not specify .NET framework 4.7

This commit is contained in:
Michael Becker 2019-07-23 19:17:49 -04:00
parent a0b4a09742
commit 9fb7255d5d
3 changed files with 0 additions and 3 deletions

View File

@ -7,7 +7,6 @@
<OutputType>Exe</OutputType>
<RootNamespace>UniversalEditor.ConsoleApplication</RootNamespace>
<AssemblyName>ue</AssemblyName>
<TargetFrameworkVersion>v4.7</TargetFrameworkVersion>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>

View File

@ -7,7 +7,6 @@
<OutputType>Library</OutputType>
<RootNamespace>UniversalEditor.Plugins.Executable.UserInterface</RootNamespace>
<AssemblyName>UniversalEditor.Plugins.Executable.UserInterface</AssemblyName>
<TargetFrameworkVersion>v4.7</TargetFrameworkVersion>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>

View File

@ -7,7 +7,6 @@
<OutputType>Library</OutputType>
<RootNamespace>UniversalEditor.Plugins.Multimedia.UserInterface</RootNamespace>
<AssemblyName>UniversalEditor.Plugins.Multimedia.UserInterface</AssemblyName>
<TargetFrameworkVersion>v4.7</TargetFrameworkVersion>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>