Skip to content

Commit

Permalink
Merge pull request #282 from JonasNilson/update/package-references
Browse files Browse the repository at this point in the history
Update/package references
  • Loading branch information
JonasNilson authored Mar 27, 2022
2 parents c5a8cae + 8d4a59b commit 9745130
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
5 changes: 1 addition & 4 deletions Source/IdleMasterExtended/IdleMasterExtended.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -316,10 +316,7 @@
</ItemGroup>
<ItemGroup>
<PackageReference Include="HtmlAgilityPack">
<Version>1.4.9.5</Version>
</PackageReference>
<PackageReference Include="Newtonsoft.Json">
<Version>9.0.1</Version>
<Version>1.11.42</Version>
</PackageReference>
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
Expand Down
1 change: 0 additions & 1 deletion Source/IdleMasterExtended/frmMain.cs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
using System.Threading.Tasks;
using System.Windows.Forms;
using IdleMasterExtended.Properties;
using Newtonsoft.Json;
using Steamworks;
using HtmlDocument = HtmlAgilityPack.HtmlDocument;
using System.Globalization;
Expand Down

0 comments on commit 9745130

Please sign in to comment.