Skip to content
This repository has been archived by the owner on Mar 20, 2023. It is now read-only.

Commit

Permalink
Update Nuget packages
Browse files Browse the repository at this point in the history
  • Loading branch information
juanlao committed Mar 22, 2019
1 parent 7306e21 commit 90da2ca
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

<ItemGroup>
<PackageReference Include="Microsoft.Toolkit.Wpf.UI.Controls" Version="5.1.0-build.14.g97c3f5c88d" />
<PackageReference Include="Prism.Wpf" Version="7.2.0.904-ci" />
<PackageReference Include="Prism.Wpf" Version="7.2.0.1147-ci" />
</ItemGroup>

<ItemGroup>
Expand Down
6 changes: 3 additions & 3 deletions Source/CouponReader.Core.Wpf/CouponReader.Core.Wpf.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@

<ItemGroup>
<PackageReference Include="Microsoft.Toolkit.Wpf.UI.Controls" Version="5.1.0-build.14.g97c3f5c88d" />
<PackageReference Include="Prism.Core" Version="7.2.0.904-ci" />
<PackageReference Include="Prism.DryIoc" Version="7.2.0.904-ci" />
<PackageReference Include="Prism.Wpf" Version="7.2.0.904-ci" />
<PackageReference Include="Prism.Core" Version="7.2.0.1147-ci" />
<PackageReference Include="Prism.DryIoc" Version="7.2.0.1147-ci" />
<PackageReference Include="Prism.Wpf" Version="7.2.0.1147-ci" />
</ItemGroup>

<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

<ItemGroup>
<PackageReference Include="Microsoft.Toolkit.Wpf.UI.Controls" Version="5.1.0-build.14.g97c3f5c88d" />
<PackageReference Include="Prism.Wpf" Version="7.2.0.904-ci" />
<PackageReference Include="Prism.Wpf" Version="7.2.0.1147-ci" />
</ItemGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion Source/WPFNetFX/WPFNetFX.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@
<Version>5.1.0-build.14.g97c3f5c88d</Version>
</PackageReference>
<PackageReference Include="Prism.Wpf">
<Version>7.2.0.904-ci</Version>
<Version>7.2.0.1147-ci</Version>
</PackageReference>
</ItemGroup>
<ItemGroup>
Expand Down

0 comments on commit 90da2ca

Please sign in to comment.