Skip to content

Commit

Permalink
Revert "chore(deps): test dependabot ignores with HunterPie...beta pa…
Browse files Browse the repository at this point in the history
…ckages"

This reverts commit f2427d3.
  • Loading branch information
DevilPepper committed Apr 7, 2021
1 parent 48a799a commit a2271ec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ItemBoxTracker/ItemBoxTracker.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -76,9 +76,9 @@
<!-- Nuget OR Local DLLs -->
<ItemGroup>
<Reference Include="..\HunterPie.Core.dll" Condition="Exists('..\HunterPie.Core.dll')" />
<PackageReference Include="HunterPie.Core.beta" Version="1.0.5-10-22" Condition="!Exists('..\HunterPie.Core.dll')" />
<PackageReference Include="HunterPie.Core" Version="1.0.5-11-0" Condition="!Exists('..\HunterPie.Core.dll')" />
<Reference Include="..\HunterPie.UI.dll" Condition="Exists('..\HunterPie.UI.dll')" />
<PackageReference Include="HunterPie.UI.beta" Version="1.0.5-12-22" Condition="!Exists('..\HunterPie.UI.dll')" />
<PackageReference Include="HunterPie.UI" Version="1.0.5-13-0" Condition="!Exists('..\HunterPie.UI.dll')" />
</ItemGroup>

<!-- csproj BS -->
Expand Down

0 comments on commit a2271ec

Please sign in to comment.