Skip to content

Commit

Permalink
update Mono.Cecil and fix broken Release issue
Browse files Browse the repository at this point in the history
  • Loading branch information
K0lb3 committed Jul 19, 2022
1 parent 4448a67 commit 2f9e957
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
5 changes: 1 addition & 4 deletions TypeTreeGenerator/TypeTreeGenerator.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,19 +3,16 @@
<PropertyGroup>
<TargetFrameworks>net5.0;net6.0</TargetFrameworks>
<OutputType>Library</OutputType>
<FileAlignment>512</FileAlignment>
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
<SelfContained>true</SelfContained>
<PublishTrimmed>true</PublishTrimmed>
<Platforms>AnyCPU;x86;x64</Platforms>
<GenerateRuntimeConfigurationFiles>true</GenerateRuntimeConfigurationFiles>
<CopyLocalLockFileAssemblies>true</CopyLocalLockFileAssemblies>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="ILRepack" Version="2.0.18" />
<PackageReference Include="ILRepack.Lib.MSBuild.Task" Version="2.0.18.2" />
<PackageReference Include="Mono.Cecil" Version="0.11.3" />
<PackageReference Include="Mono.Cecil" Version="0.11.4" />
</ItemGroup>

</Project>
2 changes: 1 addition & 1 deletion TypeTreeGeneratorCLI/TypeTreeGeneratorCLI.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Mono.Cecil" Version="0.11.3" />
<PackageReference Include="Mono.Cecil" Version="0.11.4" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit 2f9e957

Please sign in to comment.