Skip to content

Commit

Permalink
Fixed merge conflicts manually.
Browse files Browse the repository at this point in the history
  • Loading branch information
Tripp committed Nov 24, 2020
1 parent 9658b32 commit 51162c1
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 6 deletions.
2 changes: 2 additions & 0 deletions OpenTracker.Models/RequirementNodes/RequirementNodeID.cs
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ public enum RequirementNodeID
EntranceDungeonAllInsanity,
EntranceNone,
EntranceNoneInverted,
Flute,
FluteActivated,
LightWorld,
LightWorldInverted,
LightWorldInvertedNotBunny,
Expand Down
14 changes: 8 additions & 6 deletions OpenTracker/OpenTracker.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -23,17 +23,19 @@
<None Remove="bin\**" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Avalonia" Version="0.10.0-preview5" />
<PackageReference Include="Avalonia.Desktop" Version="0.10.0-preview5" />
<PackageReference Include="Avalonia.Diagnostics" Version="0.10.0-preview5" />
<PackageReference Include="Avalonia.ReactiveUI" Version="0.10.0-preview5" />
<PackageReference Include="Avalonia.Xaml.Behaviors" Version="0.10.0-preview5" />
<PackageReference Include="Avalonia" Version="0.10.0-preview6" />
<PackageReference Include="Avalonia.Desktop" Version="0.10.0-preview6" />
<PackageReference Include="Avalonia.Diagnostics" Version="0.10.0-preview6" />
<PackageReference Include="Avalonia.ReactiveUI" Version="0.10.0-preview6" />
<PackageReference Include="Avalonia.Xaml.Behaviors" Version="0.10.0-preview6" />
<PackageReference Include="Dotnet.Bundle" Version="0.9.13" />
<PackageReference Include="Microsoft.CodeAnalysis.FxCopAnalyzers" Version="3.3.0">
<PackageReference Include="Microsoft.CodeAnalysis.FxCopAnalyzers" Version="3.3.1">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="Newtonsoft.Json" Version="12.0.3" />
<PackageReference Include="Serilog" Version="2.10.0" />
<PackageReference Include="Serilog.Sinks.File" Version="4.1.0" />
<PackageReference Include="ThemeEditor.Controls.ColorPicker" Version="0.10.0-preview6" />
</ItemGroup>
<ItemGroup>
Expand Down

0 comments on commit 51162c1

Please sign in to comment.