Skip to content

Commit

Permalink
updated MinVer to 4.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Stelzi79 committed Aug 8, 2022
1 parent 03d89ee commit eaa17eb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<NoWarn>$(NoWarn);NU5128;NU5104</NoWarn>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="MinVer" Version="2.5.0"></PackageReference>
<PackageReference Include="MinVer" Version="4.1.0"></PackageReference>
</ItemGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion src/common/MinVer.props
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="MinVer" Version="2.5.0">
<PackageReference Include="MinVer" Version="4.1.0">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
Expand Down

0 comments on commit eaa17eb

Please sign in to comment.