Skip to content

Commit

Permalink
Update nuget package version for Mint (#275)
Browse files Browse the repository at this point in the history
Minio.FunctionalTests.csproj needs to be updated to pull major
version 3 for Mint configuration
  • Loading branch information
poornas authored and kannappanr committed Jan 18, 2019
1 parent 9ff3b7a commit f68916d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Minio.Functional.Tests/Minio.Functional.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
</When>
<When Condition=" '$(Configuration)'=='Mint' ">
<ItemGroup>
<PackageReference Include="Minio" Version="2.0.*" />
<PackageReference Include="Minio" Version="3.0.*" />
</ItemGroup>
</When>
</Choose>
Expand Down

0 comments on commit f68916d

Please sign in to comment.