Skip to content

Commit 27b1cd4

Browse files
committed
See if this fixes Mono.Android.dll error.
1 parent 58d3fa6 commit 27b1cd4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tools/generator/generator.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
4-
<TargetFramework>net472</TargetFramework>
4+
<TargetFramework>net461</TargetFramework>
55
<OutputType>Exe</OutputType>
66
<DefineConstants>$(DefineConstants);GENERATOR;HAVE_CECIL;JCW_ONLY_TYPE_NAMES</DefineConstants>
77
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>

tools/jcw-gen/jcw-gen.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
4-
<TargetFramework>net472</TargetFramework>
4+
<TargetFramework>net461</TargetFramework>
55
<OutputType>Exe</OutputType>
66
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
77
</PropertyGroup>

0 commit comments

Comments
 (0)