Skip to content

Commit

Permalink
Try -a prerelease tag suffix in package version ranges
Browse files Browse the repository at this point in the history
  • Loading branch information
ayesaac committed Jun 21, 2018
1 parent c9730e0 commit efa228c
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@
<PrivateAssets>All</PrivateAssets>
</PackageReference>

<PackageReference Include="CR.AggregateRepository.Core" Version="[1.0.0-rc0001,1.999.999)" />
<PackageReference Include="EventStore.ClientAPI.NetCore" Version="[4.1.0,4.999.999)" />
<PackageReference Include="Newtonsoft.Json" Version="[11.0.1,11.999.999)" />
<PackageReference Include="CR.AggregateRepository.Core" Version="[1.0.0-rc0001,2.0.0-a)" />
<PackageReference Include="EventStore.ClientAPI.NetCore" Version="[4.1.0,5.0.0-a)" />
<PackageReference Include="Newtonsoft.Json" Version="[11.0.1,12.0.0-a)" />
</ItemGroup>

</Project>

0 comments on commit efa228c

Please sign in to comment.