Skip to content

Commit

Permalink
build(deps): update Pharmacist.Common requirement from 1.* to 2.* (#2592
Browse files Browse the repository at this point in the history
)

Updates the requirements on [Pharmacist.Common](https://github.com/reactiveui/Pharmacist) to permit the latest version.
- [Release notes](https://github.com/reactiveui/Pharmacist/releases)
- [Commits](reactiveui/Pharmacist@1.0.17...2.0.3)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Co-authored-by: Glenn <5834289+glennawatson@users.noreply.github.com>
  • Loading branch information
dependabot-preview[bot] and glennawatson committed Dec 8, 2020
1 parent 9fff5be commit 3034a21
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion src/ReactiveUI.Events.WPF/ReactiveUI.Events.WPF.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<ItemGroup>
<Compile Remove="*.cs" />
<None Include="*.cs" />
<PackageReference Include="Pharmacist.Common" Version="1.*" />
<PackageReference Include="Pharmacist.Common" Version="2.*" />
</ItemGroup>

<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<ItemGroup>
<Compile Remove="*.cs" />
<None Include="*.cs" />
<PackageReference Include="Pharmacist.Common" Version="1.*" />
<PackageReference Include="Pharmacist.Common" Version="2.*" />
</ItemGroup>

<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@
<ItemGroup>
<PackageReference Include="Xamarin.Essentials" Version="1.*" />
<PackageReference Include="Pharmacist.MsBuild" Version="1.*" PrivateAssets="all" />
<PackageReference Include="Pharmacist.Common" Version="1.*" />
<PackageReference Include="Pharmacist.Common" Version="2.*" />
</ItemGroup>
</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@
<ItemGroup>
<PackageReference Include="Xamarin.Forms" Version="4.7.*" />
<PackageReference Include="Pharmacist.MsBuild" Version="1.*" PrivateAssets="all" />
<PackageReference Include="Pharmacist.Common" Version="1.*" />
<PackageReference Include="Pharmacist.Common" Version="2.*" />
</ItemGroup>
</Project>
2 changes: 1 addition & 1 deletion src/ReactiveUI.Events/ReactiveUI.Events.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<ItemGroup>
<Compile Remove="*.cs" />
<None Include="*.cs" />
<PackageReference Include="Pharmacist.Common" Version="1.*" />
<PackageReference Include="Pharmacist.Common" Version="2.*" />
<PackageReference Include="System.Reactive" Version="5.0.0" />
</ItemGroup>

Expand Down

0 comments on commit 3034a21

Please sign in to comment.