aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2021-10-12 17:49:55 +0000
committerGitHub <noreply@github.com>2021-10-12 17:49:55 +0000
commite3bf168441919aaa819b2573e65786de0097091a (patch)
treeb12d4b1b5d6a7d957ca1531edb069e7f2182e0ee
parent51e32f1f9c8c92d18d0b148ebb0b11cbfa898fc3 (diff)
downloadInveigh-e3bf168441919aaa819b2573e65786de0097091a.tar.gz
Inveigh-e3bf168441919aaa819b2573e65786de0097091a.zip
Bump System.DirectoryServices.Protocols from 5.0 to 5.0.1 in /Inveigh
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](https://github.com/dotnet/runtime/compare/v5.0.0...v5.0.1) --- updated-dependencies: - dependency-name: System.DirectoryServices.Protocols dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r--Inveigh/Inveigh.csproj4
1 files changed, 2 insertions, 2 deletions
diff --git a/Inveigh/Inveigh.csproj b/Inveigh/Inveigh.csproj
index 4eb34a6..b0dbbf3 100644
--- a/Inveigh/Inveigh.csproj
+++ b/Inveigh/Inveigh.csproj
@@ -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>