Skip to content

Commit

Permalink
Update Minio.Netcore version for functional test (#218)
Browse files Browse the repository at this point in the history
  • Loading branch information
halfcrazy authored and kannappanr committed Mar 26, 2018
1 parent 5536304 commit ab324ee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Minio.Functional.Tests/Minio.Functional.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
</When>
<When Condition=" '$(Configuration)'=='Mint' ">
<ItemGroup>
<PackageReference Include="Minio.Netcore" Version="1.0.*" />
<PackageReference Include="Minio.Netcore" Version="1.1.*" />
</ItemGroup>
</When>
</Choose>
Expand All @@ -40,4 +40,4 @@
<PackageReference Include="System.Reactive.Linq" Version="4.0.0-preview00001" />
<PackageReference Include="Newtonsoft.Json" Version="10.0.2" />
</ItemGroup>
</Project>
</Project>

0 comments on commit ab324ee

Please sign in to comment.