Skip to content
This repository has been archived by the owner on Sep 23, 2021. It is now read-only.

Commit

Permalink
chore: bump dependencies #8
Browse files Browse the repository at this point in the history
  • Loading branch information
godrose committed May 25, 2019
1 parent 7bf5e4e commit 1640792
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -67,13 +67,13 @@
<Version>1.0.2</Version>
</PackageReference>
<PackageReference Include="LogoFX.Client.Core">
<Version>2.0.0-rc5</Version>
<Version>2.0.0</Version>
</PackageReference>
<PackageReference Include="LogoFX.Client.Mvvm.Core">
<Version>2.0.0-rc3</Version>
<Version>2.0.0</Version>
</PackageReference>
<PackageReference Include="LogoFX.Core">
<Version>2.0.0-rc3</Version>
<Version>2.0.0</Version>
</PackageReference>
<PackageReference Include="Solid.Bootstrapping">
<Version>2.2.0</Version>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -128,13 +128,13 @@
</ItemGroup>
<ItemGroup>
<PackageReference Include="LogoFX.Client.Core">
<Version>2.0.0-rc5</Version>
<Version>2.0.0</Version>
</PackageReference>
<PackageReference Include="LogoFX.Client.Core.Core">
<Version>2.0.0-rc3</Version>
<Version>2.0.0</Version>
</PackageReference>
<PackageReference Include="LogoFX.Client.Mvvm.Core">
<Version>2.0.0-rc3</Version>
<Version>2.0.0</Version>
</PackageReference>
<PackageReference Include="Microsoft.NETCore.UniversalWindowsPlatform">
<Version>6.2.8</Version>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="LogoFX.Client.Core.Core" Version="2.0.0-rc3" />
<PackageReference Include="LogoFX.Client.Core.Core" Version="2.0.0" />
<PackageReference Include="System.Reactive.Linq" Version="4.1.5" />
</ItemGroup>

Expand Down

0 comments on commit 1640792

Please sign in to comment.