Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions NETReactorSlayer.Core/NETReactorSlayer.Core.csproj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk">

<Import Project="..\NETReactorSlayerCommon.props" />

Expand All @@ -18,7 +18,7 @@
<HintPath>..\Libs\netcoreapp3.1\de4dot.blocks.dll</HintPath>
</Reference>
<ProjectReference Include="..\NETReactorSlayer.De4dot\NETReactorSlayer.De4dot.csproj" />
<PackageReference Include="dnlib" Version="3.6.0" />
<PackageReference Include="dnlib" Version="4.0.0" />
<PackageReference Include="Lib.Harmony" Version="2.2.2" />
<PackageReference Include="SharpZipLib" Version="1.4.2" />

Expand Down
4 changes: 2 additions & 2 deletions NETReactorSlayer.De4dot/NETReactorSlayer.De4dot.csproj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk">

<Import Project="..\NETReactorSlayerCommon.props" />

Expand All @@ -17,7 +17,7 @@
<Reference Include="de4dot.blocks" Condition="'$(IsDotNet)' == 'true'">
<HintPath>..\Libs\netcoreapp3.1\de4dot.blocks.dll</HintPath>
</Reference>
<PackageReference Include="dnlib" Version="3.6.0" />
<PackageReference Include="dnlib" Version="4.0.0" />

</ItemGroup>

Expand Down
4 changes: 2 additions & 2 deletions NETReactorSlayer.GUI/NETReactorSlayer.GUI.csproj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk">

<Import Project="..\NETReactorSlayerCommon.props" />

Expand Down Expand Up @@ -44,7 +44,7 @@
<ProductName>.NET Framework 3.5 SP1</ProductName>
<Install>false</Install>
</BootstrapperPackage>
<PackageReference Include="dnlib" Version="3.6.0" />
<PackageReference Include="dnlib" Version="4.0.0" />
<PackageReference Include="System.Net.Http" Version="4.3.4" />
<PackageReference Include="System.Resources.Extensions" Version="5.0.0" />

Expand Down