Skip to content

Commit

Permalink
Update deps.
Browse files Browse the repository at this point in the history
  • Loading branch information
Yatao Li committed Feb 11, 2020
1 parent 943e5d6 commit 1a66f96
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions fvim.fsproj
Original file line number Diff line number Diff line change
Expand Up @@ -78,13 +78,13 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Avalonia" Version="0.9.0-preview7" />
<PackageReference Include="Avalonia" Version="0.9.3" />
<PackageReference Include="Avalonia.Angle.Windows.Natives" Version="2.1.0.2019013001" />
<PackageReference Include="Avalonia.Desktop" Version="0.9.0-preview7" />
<PackageReference Include="Avalonia.ReactiveUI" Version="0.9.0-preview7" />
<PackageReference Include="Avalonia.Desktop" Version="0.9.3" />
<PackageReference Include="Avalonia.ReactiveUI" Version="0.9.3" />
<PackageReference Include="FSharp.Control.Reactive" Version="4.2.0" />
<PackageReference Include="FSharp.Data" Version="3.3.2" />
<PackageReference Include="GitInfo" Version="2.0.20">
<PackageReference Include="FSharp.Data" Version="3.3.3" />
<PackageReference Include="GitInfo" Version="2.0.26">
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
<PrivateAssets>all</PrivateAssets>
</PackageReference>
Expand All @@ -93,7 +93,7 @@
<PackageReference Include="MessagePack" Version="1.9.3" />
<PackageReference Include="MessagePack.FSharpExtensions" Version="1.4.1" />
<PackageReference Include="MessagePack.ImmutableCollection" Version="1.9.3" />
<PackageReference Include="Microsoft.Win32.Registry" Version="4.5.0" />
<PackageReference Include="Microsoft.Win32.Registry" Version="4.7.0" />
<PackageReference Include="NSubsys" Version="1.0.0">
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
<PrivateAssets>all</PrivateAssets>
Expand Down

0 comments on commit 1a66f96

Please sign in to comment.