Skip to content

Commit

Permalink
Merge pull request #642 from rutgervanwilligen/upgrade-eventstore-cli…
Browse files Browse the repository at this point in the history
…entapi

Upgrade EventStore Client API
  • Loading branch information
rasmus authored May 28, 2019
2 parents 532eca2 + 70201f1 commit 8dd997a
Showing 1 changed file with 2 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,16 +20,9 @@
<NeutralLanguage>en-US</NeutralLanguage>
<PackageReleaseNotes>UPDATED BY BUILD</PackageReleaseNotes>
</PropertyGroup>

<ItemGroup Condition="'$(TargetFramework)' == 'net462'">
<PackageReference Include="EventStore.Client" Version="4.0.0" />
</ItemGroup>

<ItemGroup Condition="'$(TargetFramework)' == 'netstandard2.0'">
<PackageReference Include="EventStore.ClientAPI.NetCore" Version="4.1.0.23" />
</ItemGroup>


<ItemGroup>
<PackageReference Include="EventStore.Client" Version="5.0.1" />
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0-beta2-19270-01" PrivateAssets="All" />
</ItemGroup>

Expand Down

0 comments on commit 8dd997a

Please sign in to comment.