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

github.com/dotnet/aspnetcore.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSafia Abdalla <safia@microsoft.com>2022-09-28 19:45:03 +0300
committerSafia Abdalla <safia@microsoft.com>2022-09-28 19:45:03 +0300
commit379aa85699cd7c6caeac8ece85b5e4ad18fa3d0c (patch)
tree68ebcacf7a17528bd05adc9b8480cbc7e2b60d3c
parent2ff03f37b9c6f3346b68089eaeb9eaad3167e1ec (diff)
Upgrade Microsoft.OpenApi dependency to 1.4.3safia/bump-msopenapi-dep
-rw-r--r--eng/Versions.props2
1 files changed, 1 insertions, 1 deletions
diff --git a/eng/Versions.props b/eng/Versions.props
index 60976b3754..26f620615c 100644
--- a/eng/Versions.props
+++ b/eng/Versions.props
@@ -290,7 +290,7 @@
<XUnitRunnerVisualStudioVersion>2.4.3</XUnitRunnerVisualStudioVersion>
<MicrosoftDataSqlClientVersion>4.0.1</MicrosoftDataSqlClientVersion>
<MicrosoftAspNetCoreAppVersion>6.0.0-preview.3.21167.1</MicrosoftAspNetCoreAppVersion>
- <MicrosoftOpenApiVersion>1.2.3</MicrosoftOpenApiVersion>
+ <MicrosoftOpenApiVersion>1.4.3</MicrosoftOpenApiVersion>
<!-- dotnet tool versions (see also auto-updated DotnetEfVersion property). -->
<DotnetDumpVersion>6.0.322601</DotnetDumpVersion>
<DotnetServeVersion>1.10.93</DotnetServeVersion>