Skip to content

Commit 73f78af

Browse files
flaksirusvincentkam
authored andcommitted
CSHARP-2478: Update dependency "System.Net.Security" to version 4.3.2
1 parent 2526beb commit 73f78af

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,7 @@ Please see our [guidelines](CONTRIBUTING.md) for contributing to the driver.
108108
* James Hadwen [email protected]
109109
* Jacob Jewell [email protected]
110110
* Danny Kendrick https://github.com/dkendrick
111+
* Ruslan Khasanbaev https://github.com/flaksirus
111112
* Brian Knight [email protected]
112113
* Andrey Kondratyev https://github.com/byTimo
113114
* Anatoly Koperin https://github.com/ExM
@@ -137,4 +138,4 @@ Please see our [guidelines](CONTRIBUTING.md) for contributing to the driver.
137138
138139
* Zhmayev Yaroslav https://github.com/salaros
139140

140-
If you have contributed and we have neglected to add you to this list please contact one of the maintainers to be added to the list (with apologies).
141+
If you have contributed and we have neglected to add you to this list please contact one of the maintainers to be added to the list (with apologies).

src/MongoDB.Driver.Core/MongoDB.Driver.Core.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
<PackageReference Include="System.Diagnostics.TextWriterTraceListener" Version="4.0.0" />
5656
<PackageReference Include="System.Diagnostics.TraceSource" Version="4.0.0" />
5757
<PackageReference Include="System.Net.NameResolution" Version="4.3.0" />
58-
<PackageReference Include="System.Net.Security" Version="4.0.0" />
58+
<PackageReference Include="System.Net.Security" Version="4.3.2" />
5959
<PackageReference Include="System.Security.SecureString" Version="4.0.0" />
6060
</ItemGroup>
6161

@@ -73,4 +73,4 @@
7373
<None Include="..\..\License.txt" Pack="true" PackagePath="$(PackageLicenseFile)" />
7474
</ItemGroup>
7575

76-
</Project>
76+
</Project>

0 commit comments

Comments
 (0)