Skip to content
This repository has been archived by the owner on Feb 15, 2023. It is now read-only.

Commit

Permalink
Update dependencies from https://github.com/dotnet/aspnetcore build 2…
Browse files Browse the repository at this point in the history
…0200313.14 (#1338)

- Microsoft.AspNetCore.Analyzers - 3.1.3-servicing.20163.14
- Microsoft.AspNetCore.Mvc.Api.Analyzers - 3.1.3-servicing.20163.14
- Microsoft.AspNetCore.Mvc.Analyzers - 3.1.3-servicing.20163.14
- Microsoft.AspNetCore.Components.Analyzers - 3.1.3

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
  • Loading branch information
dotnet-maestro[bot] and dotnet-maestro[bot] committed Mar 14, 2020
1 parent 699b7ba commit 0152dfa
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion NuGet.config
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<packageSources>
<clear />
<!--Begin: Package sources managed by Dependency Flow automation. Do not edit the sources below.-->
<add key="darc-pub-dotnet-aspnetcore-64a7f37" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-aspnetcore-64a7f37e/nuget/v3/index.json" />
<add key="darc-pub-dotnet-aspnetcore-e81033e" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-aspnetcore-e81033e0/nuget/v3/index.json" />
<!--End: Package sources managed by Dependency Flow automation. Do not edit the sources above.-->
<add key="dotnet-core" value="https://dotnetfeed.blob.core.windows.net/dotnet-core/index.json" />
<add key="dotnet-eng" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-eng/nuget/v3/index.json" />
Expand Down
14 changes: 7 additions & 7 deletions eng/Version.Details.xml
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
<?xml version="1.0" encoding="utf-8"?>
<Dependencies>
<ProductDependencies>
<Dependency Name="Microsoft.AspNetCore.Analyzers" Version="3.1.3-servicing.20128.12">
<Dependency Name="Microsoft.AspNetCore.Analyzers" Version="3.1.3-servicing.20163.14">
<Uri>https://github.com/dotnet/aspnetcore</Uri>
<Sha>64a7f37e8afb060f3dbf8a679e1f7112a4558562</Sha>
<Sha>e81033e094d4663ffd227bb4aed30b76b0631e6d</Sha>
</Dependency>
<Dependency Name="Microsoft.AspNetCore.Components.Analyzers" Version="3.1.3">
<Uri>https://github.com/dotnet/aspnetcore</Uri>
<Sha>64a7f37e8afb060f3dbf8a679e1f7112a4558562</Sha>
<Sha>e81033e094d4663ffd227bb4aed30b76b0631e6d</Sha>
</Dependency>
<Dependency Name="Microsoft.AspNetCore.Mvc.Analyzers" Version="3.1.3-servicing.20128.12">
<Dependency Name="Microsoft.AspNetCore.Mvc.Analyzers" Version="3.1.3-servicing.20163.14">
<Uri>https://github.com/dotnet/aspnetcore</Uri>
<Sha>64a7f37e8afb060f3dbf8a679e1f7112a4558562</Sha>
<Sha>e81033e094d4663ffd227bb4aed30b76b0631e6d</Sha>
</Dependency>
<Dependency Name="Microsoft.AspNetCore.Mvc.Api.Analyzers" Version="3.1.3-servicing.20128.12">
<Dependency Name="Microsoft.AspNetCore.Mvc.Api.Analyzers" Version="3.1.3-servicing.20163.14">
<Uri>https://github.com/dotnet/aspnetcore</Uri>
<Sha>64a7f37e8afb060f3dbf8a679e1f7112a4558562</Sha>
<Sha>e81033e094d4663ffd227bb4aed30b76b0631e6d</Sha>
</Dependency>
<Dependency Name="Microsoft.Web.Xdt" Version="3.0.0" Pinned="true">
<Uri>https://github.com/aspnet/xdt</Uri>
Expand Down
6 changes: 3 additions & 3 deletions eng/Versions.props
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<SystemSecurityCryptographyProtectedDataPackageVersion>4.3.0</SystemSecurityCryptographyProtectedDataPackageVersion>
<SystemCollectionsSpecializedPackageVersion>4.3.0</SystemCollectionsSpecializedPackageVersion>
<SystemXmlXmlDocumentPackageVersion>4.3.0</SystemXmlXmlDocumentPackageVersion>
<MicrosoftAspNetCoreAnalyzersPackageVersion>3.1.3-servicing.20128.12</MicrosoftAspNetCoreAnalyzersPackageVersion>
<MicrosoftAspNetCoreAnalyzersPackageVersion>3.1.3-servicing.20163.14</MicrosoftAspNetCoreAnalyzersPackageVersion>
</PropertyGroup>
<PropertyGroup>
<VersionPrefix>3.1.103</VersionPrefix>
Expand Down Expand Up @@ -45,7 +45,7 @@
-->
<PropertyGroup Label="Automated">
<MicrosoftAspNetCoreComponentsAnalyzersPackageVersion>3.1.3</MicrosoftAspNetCoreComponentsAnalyzersPackageVersion>
<MicrosoftAspNetCoreMvcAnalyzersPackageVersion>3.1.3-servicing.20128.12</MicrosoftAspNetCoreMvcAnalyzersPackageVersion>
<MicrosoftAspNetCoreMvcApiAnalyzersPackageVersion>3.1.3-servicing.20128.12</MicrosoftAspNetCoreMvcApiAnalyzersPackageVersion>
<MicrosoftAspNetCoreMvcAnalyzersPackageVersion>3.1.3-servicing.20163.14</MicrosoftAspNetCoreMvcAnalyzersPackageVersion>
<MicrosoftAspNetCoreMvcApiAnalyzersPackageVersion>3.1.3-servicing.20163.14</MicrosoftAspNetCoreMvcApiAnalyzersPackageVersion>
</PropertyGroup>
</Project>

0 comments on commit 0152dfa

Please sign in to comment.