Skip to content

Commit

Permalink
Remove buggy version from README example
Browse files Browse the repository at this point in the history
  • Loading branch information
lucaslorentz authored Mar 2, 2018
1 parent 7413da3 commit d1955e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ The **tools.csproj** will be similar to:
<TargetFramework>netcoreapp2.0</TargetFramework>
</PropertyGroup>
<ItemGroup>
<DotNetCliToolReference Include="MiniCover" Version="2.0.0-ci-20180226190451" />
<DotNetCliToolReference Include="MiniCover" Version="2.0.0-ci-20180301063918" />
</ItemGroup>
</Project>
```
Expand Down

0 comments on commit d1955e8

Please sign in to comment.