Skip to content

Commit

Permalink
Bump System.DirectoryServices.Protocols from 5.0 to 5.0.1 in /Inveigh
Browse files Browse the repository at this point in the history
Bumps [System.DirectoryServices.Protocols](https://github.com/dotnet/runtime) from 5.0 to 5.0.1.
- [Release notes](https://github.com/dotnet/runtime/releases)
- [Commits](dotnet/runtime@v5.0.0...v5.0.1)

---
updated-dependencies:
- dependency-name: System.DirectoryServices.Protocols
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 12, 2021
1 parent 51e32f1 commit e3bf168
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Inveigh/Inveigh.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -38,14 +38,14 @@

<ItemGroup Condition="'$(TargetFramework)' == 'net45'">
<PackageReference Include="System.DirectoryServices.Protocols">
<Version>5.0</Version>
<Version>5.0.1</Version>
</PackageReference>
</ItemGroup>


<ItemGroup Condition="'$(TargetFramework)' == 'net5.0'">
<PackageReference Include="System.DirectoryServices.Protocols">
<Version>5.0</Version>
<Version>5.0.1</Version>
</PackageReference>
</ItemGroup>

Expand Down

0 comments on commit e3bf168

Please sign in to comment.