Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/microsoft/vs-editor-api.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2021-04-24 01:10:30 +0300
committerGitHub <noreply@github.com>2021-04-24 01:10:30 +0300
commita5c695fbef12a3f5f972b533461957bdf1bf18b0 (patch)
tree37ccf8d72815dae5720eb9a8403e13b8a839db71 /samples
parentda2f9dbcf7695445e9a4f4e15a4ba81201c4e1a9 (diff)
Bump System.Net.Http in /samples/AsyncCompletion/HelloWorldCompletion (#34)vs16
Bumps System.Net.Http from 4.3.3 to 4.3.4. Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to 'samples')
-rw-r--r--samples/AsyncCompletion/HelloWorldCompletion/packages.config2
1 files changed, 1 insertions, 1 deletions
diff --git a/samples/AsyncCompletion/HelloWorldCompletion/packages.config b/samples/AsyncCompletion/HelloWorldCompletion/packages.config
index ee578ff..85af21d 100644
--- a/samples/AsyncCompletion/HelloWorldCompletion/packages.config
+++ b/samples/AsyncCompletion/HelloWorldCompletion/packages.config
@@ -97,7 +97,7 @@
<package id="System.Composition.TypedParts" version="1.0.31" targetFramework="net472" />
<package id="System.IO" version="4.3.0" targetFramework="net472" />
<package id="System.IO.Compression" version="4.3.0" targetFramework="net472" />
- <package id="System.Net.Http" version="4.3.3" targetFramework="net472" />
+ <package id="System.Net.Http" version="4.3.4" targetFramework="net472" />
<package id="System.Reflection.Emit" version="4.3.0" targetFramework="net472" />
<package id="System.Reflection.Metadata" version="1.3.0" targetFramework="net472" />
<package id="System.Runtime" version="4.3.0" targetFramework="net472" />