fix Could not load type 'System.Action'
by changing .NET target framework from default 4.0 to 3.5
This commit is contained in:
@@ -9,6 +9,7 @@
|
|||||||
<OutputType>Library</OutputType>
|
<OutputType>Library</OutputType>
|
||||||
<RootNamespace>OpenRA.Mods.TS</RootNamespace>
|
<RootNamespace>OpenRA.Mods.TS</RootNamespace>
|
||||||
<AssemblyName>OpenRA.Mods.TS</AssemblyName>
|
<AssemblyName>OpenRA.Mods.TS</AssemblyName>
|
||||||
|
<TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
||||||
<DebugSymbols>true</DebugSymbols>
|
<DebugSymbols>true</DebugSymbols>
|
||||||
|
|||||||
Reference in New Issue
Block a user