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:
authorDoug Bunting (AAPT) <dougbu@microsoft.com>2020-06-08 20:44:22 +0300
committerDoug Bunting (AAPT) <dougbu@microsoft.com>2020-06-08 20:44:22 +0300
commit627eef52715dc8e58aa0833c0b796f7cc9627610 (patch)
treec3c262bba1e09f3908f1b59ee392d836c54579d5
parentb442b27bf6a499cb7b64d5ed2a0b4bc36d6e9fae (diff)
Merged PR 8321: [2.2] Update Microsoft.AspNetCore.Mvc.Core dependencies
- built against Microsoft.Diagnostics.DiagnosticSource 4.5.1 last time
-rw-r--r--eng/Baseline.Designer.props2
1 files changed, 1 insertions, 1 deletions
diff --git a/eng/Baseline.Designer.props b/eng/Baseline.Designer.props
index 28d6d8e003..d0a771cadf 100644
--- a/eng/Baseline.Designer.props
+++ b/eng/Baseline.Designer.props
@@ -682,7 +682,7 @@
<BaselinePackageReference Include="Microsoft.Extensions.DependencyModel" Version="[2.1.0, )" />
<BaselinePackageReference Include="Microsoft.Extensions.FileProviders.Abstractions" Version="[2.2.0, )" />
<BaselinePackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="[2.2.0, )" />
- <BaselinePackageReference Include="System.Diagnostics.DiagnosticSource" Version="[4.5.0, )" />
+ <BaselinePackageReference Include="System.Diagnostics.DiagnosticSource" Version="[4.5.1, )" />
<BaselinePackageReference Include="System.Threading.Tasks.Extensions" Version="[4.5.1, )" />
</ItemGroup>
<!-- Package: Microsoft.AspNetCore.Mvc.Cors-->