Do not specify .NET framework 4.7
This commit is contained in:
parent
a0b4a09742
commit
9fb7255d5d
@ -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>
|
||||
|
||||
@ -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>
|
||||
|
||||
@ -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>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user