Skip to content

Commit

Permalink
[release/3.0] Update dependencies from dotnet/extensions (#19672)
Browse files Browse the repository at this point in the history
* Update dependencies from https://github.com/dotnet/extensions build 20200122.2

- Microsoft.Extensions.DependencyInjection - 3.0.3
- Microsoft.Extensions.Configuration.Json - 3.0.3
- Microsoft.Extensions.Configuration.EnvironmentVariables - 3.0.3
- Microsoft.Extensions.Configuration - 3.0.3
- Microsoft.Extensions.Caching.Memory - 3.0.3
- Microsoft.Extensions.HostFactoryResolver.Sources - 3.0.3-servicing.20072.2
- Microsoft.Extensions.Logging - 3.0.3

Dependency coherency updates

- Microsoft.NETCore.App.Internal - 3.0.3-servicing-20070-02 (parent: Microsoft.Extensions.Logging)

* Update coherency

Co-authored-by: Matt Mitchell <mmitche@microsoft.com>
  • Loading branch information
dotnet-maestro[bot] and mmitche committed Jan 22, 2020
1 parent 63fa578 commit 4cb6774
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion NuGet.config
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<!--Begin: Package sources managed by Dependency Flow automation. Do not edit the sources below.-->
<add key="darc-pub-dotnet-core-setup-c03f2fe" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-core-setup-c03f2fe6/nuget/v3/index.json" />
<add key="darc-pub-dotnet-corefx-4ac4c03" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-corefx-4ac4c036/nuget/v3/index.json" />
<add key="darc-pub-aspnet-Extensions-9362a4e" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-aspnet-Extensions-9362a4e0/nuget/v3/index.json" />
<add key="darc-pub-aspnet-Extensions-3ba81a8" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-aspnet-Extensions-3ba81a83/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
16 changes: 8 additions & 8 deletions eng/Version.Details.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,35 +11,35 @@
</Dependency>
<Dependency Name="Microsoft.Extensions.Caching.Memory" Version="3.0.3">
<Uri>https://github.com/dotnet/extensions</Uri>
<Sha>9362a4e022be5e798145982925efc2b2ee49759e</Sha>
<Sha>3ba81a83537d2a08144e66f6266bab9f8846d762</Sha>
</Dependency>
<Dependency Name="Microsoft.Extensions.Configuration.EnvironmentVariables" Version="3.0.3">
<Uri>https://github.com/dotnet/extensions</Uri>
<Sha>9362a4e022be5e798145982925efc2b2ee49759e</Sha>
<Sha>3ba81a83537d2a08144e66f6266bab9f8846d762</Sha>
</Dependency>
<Dependency Name="Microsoft.Extensions.Configuration.Json" Version="3.0.3">
<Uri>https://github.com/dotnet/extensions</Uri>
<Sha>9362a4e022be5e798145982925efc2b2ee49759e</Sha>
<Sha>3ba81a83537d2a08144e66f6266bab9f8846d762</Sha>
</Dependency>
<Dependency Name="Microsoft.Extensions.Configuration" Version="3.0.3">
<Uri>https://github.com/dotnet/extensions</Uri>
<Sha>9362a4e022be5e798145982925efc2b2ee49759e</Sha>
<Sha>3ba81a83537d2a08144e66f6266bab9f8846d762</Sha>
</Dependency>
<Dependency Name="Microsoft.Extensions.DependencyInjection" Version="3.0.3">
<Uri>https://github.com/dotnet/extensions</Uri>
<Sha>9362a4e022be5e798145982925efc2b2ee49759e</Sha>
<Sha>3ba81a83537d2a08144e66f6266bab9f8846d762</Sha>
</Dependency>
<Dependency Name="Microsoft.Extensions.DependencyModel" Version="3.0.3" CoherentParentDependency="Microsoft.Extensions.Logging">
<Uri>https://github.com/dotnet/core-setup</Uri>
<Sha>c03f2fe62663edec83d1bc12b4e9f11bd3de5d0e</Sha>
</Dependency>
<Dependency Name="Microsoft.Extensions.HostFactoryResolver.Sources" Version="3.0.3-servicing.20067.3">
<Dependency Name="Microsoft.Extensions.HostFactoryResolver.Sources" Version="3.0.3-servicing.20072.2">
<Uri>https://github.com/dotnet/extensions</Uri>
<Sha>9362a4e022be5e798145982925efc2b2ee49759e</Sha>
<Sha>3ba81a83537d2a08144e66f6266bab9f8846d762</Sha>
</Dependency>
<Dependency Name="Microsoft.Extensions.Logging" Version="3.0.3">
<Uri>https://github.com/dotnet/extensions</Uri>
<Sha>9362a4e022be5e798145982925efc2b2ee49759e</Sha>
<Sha>3ba81a83537d2a08144e66f6266bab9f8846d762</Sha>
</Dependency>
<Dependency Name="Microsoft.NETCore.App.Runtime.win-x64" Version="3.0.3" CoherentParentDependency="Microsoft.Extensions.Logging">
<Uri>https://github.com/dotnet/core-setup</Uri>
Expand Down
2 changes: 1 addition & 1 deletion eng/Versions.props
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
<MicrosoftExtensionsConfigurationEnvironmentVariablesPackageVersion>3.0.3</MicrosoftExtensionsConfigurationEnvironmentVariablesPackageVersion>
<MicrosoftExtensionsConfigurationJsonPackageVersion>3.0.3</MicrosoftExtensionsConfigurationJsonPackageVersion>
<MicrosoftExtensionsDependencyInjectionPackageVersion>3.0.3</MicrosoftExtensionsDependencyInjectionPackageVersion>
<MicrosoftExtensionsHostFactoryResolverSourcesPackageVersion>3.0.3-servicing.20067.3</MicrosoftExtensionsHostFactoryResolverSourcesPackageVersion>
<MicrosoftExtensionsHostFactoryResolverSourcesPackageVersion>3.0.3-servicing.20072.2</MicrosoftExtensionsHostFactoryResolverSourcesPackageVersion>
<MicrosoftExtensionsLoggingPackageVersion>3.0.3</MicrosoftExtensionsLoggingPackageVersion>
</PropertyGroup>
<PropertyGroup Label="Dependencies from dotnet/corefx">
Expand Down

0 comments on commit 4cb6774

Please sign in to comment.