|
@@ -8,6 +8,7 @@
|
|
|
<DebugType>embedded</DebugType>
|
|
|
<DebugSymbols>true</DebugSymbols>
|
|
|
<OutputPath>..\bin\patcher\</OutputPath>
|
|
|
+ <LangVersion>8</LangVersion>
|
|
|
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
|
|
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
|
|
|
<GenerateAssemblyFileVersionAttribute>false</GenerateAssemblyFileVersionAttribute>
|
|
@@ -25,8 +26,8 @@
|
|
|
<PackageReference Include="Mono.Cecil" Version="0.10.4" />
|
|
|
</ItemGroup>
|
|
|
<ItemGroup>
|
|
|
- <Reference Include="Mono.Cecil, Version=0.10.3.0, Culture=neutral, PublicKeyToken=50cebf1cceb9d05e, processorArchitecture=MSIL">
|
|
|
- <HintPath>$(SolutionDir)\packages\Mono.Cecil.0.10.3\lib\net35\Mono.Cecil.dll</HintPath>
|
|
|
+ <Reference Include="Mono.Cecil, Version=0.10.4.0, Culture=neutral, PublicKeyToken=50cebf1cceb9d05e, processorArchitecture=MSIL">
|
|
|
+ <HintPath>$(SolutionDir)\packages\Mono.Cecil.0.10.4\lib\net35\Mono.Cecil.dll</HintPath>
|
|
|
</Reference>
|
|
|
</ItemGroup>
|
|
|
<ItemGroup>
|