aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKevin Robertson <Kevin-Robertson@users.noreply.github.com>2021-10-25 11:01:32 -0400
committerGitHub <noreply@github.com>2021-10-25 11:01:32 -0400
commit49d1c22377182167a1e15a3631c1f174a369fc56 (patch)
treeb12d4b1b5d6a7d957ca1531edb069e7f2182e0ee
parent51e32f1f9c8c92d18d0b148ebb0b11cbfa898fc3 (diff)
parente3bf168441919aaa819b2573e65786de0097091a (diff)
downloadInveigh-49d1c22377182167a1e15a3631c1f174a369fc56.tar.gz
Inveigh-49d1c22377182167a1e15a3631c1f174a369fc56.zip
Merge pull request #35 from Kevin-Robertson/dependabot/nuget/Inveigh/System.DirectoryServices.Protocols-5.0.1
Bump System.DirectoryServices.Protocols from 5.0 to 5.0.1 in /Inveigh
-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>