Skip to content

Commit

Permalink
chore(deps): update dependency minver to v2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored and viceice committed Oct 22, 2019
1 parent ba9b86d commit fd9e801
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

<ItemGroup>
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0-beta2-19367-01" PrivateAssets="All" />
<PackageReference Include="MinVer" Version="1.2.0+build.244" PrivateAssets="All" />
<PackageReference Include="MinVer" Version="2.0.0" PrivateAssets="All" />
<ProjectReference Include="..\CssParser\CssParser.csproj" />
</ItemGroup>
</Project>
2 changes: 1 addition & 1 deletion CSSParser/CSSParser.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@

<ItemGroup>
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0-beta2-19367-01" PrivateAssets="All" />
<PackageReference Include="MinVer" Version="1.2.0+build.244" PrivateAssets="All" />
<PackageReference Include="MinVer" Version="2.0.0" PrivateAssets="All" />
</ItemGroup>
</Project>

0 comments on commit fd9e801

Please sign in to comment.