We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 58d3fa6 commit 27b1cd4Copy full SHA for 27b1cd4
tools/generator/generator.csproj
@@ -1,7 +1,7 @@
1
<Project Sdk="Microsoft.NET.Sdk">
2
3
<PropertyGroup>
4
- <TargetFramework>net472</TargetFramework>
+ <TargetFramework>net461</TargetFramework>
5
<OutputType>Exe</OutputType>
6
<DefineConstants>$(DefineConstants);GENERATOR;HAVE_CECIL;JCW_ONLY_TYPE_NAMES</DefineConstants>
7
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
tools/jcw-gen/jcw-gen.csproj
</PropertyGroup>
0 commit comments