Skip to content

Commit

Permalink
Update dependencies from https://github.com/dotnet/core-setup build 2…
Browse files Browse the repository at this point in the history
…0190624.03 (#1878)

- NETStandard.Library.Ref - 2.1.0-preview7-27824-03
- Microsoft.NETCore.App.Ref - 3.0.0-preview7-27824-03
- Microsoft.NETCore.App.Runtime.win-x64 - 3.0.0-preview7-27824-03
  • Loading branch information
dotnet-maestro[bot] committed Jun 25, 2019
1 parent 027a67f commit 459822a
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion NuGet.config
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<packageSources>
<clear />
Expand Down
12 changes: 6 additions & 6 deletions eng/Version.Details.xml
Expand Up @@ -58,21 +58,21 @@
<Uri>https://github.com/dotnet/corefx</Uri>
<Sha>468355e66daf9eaeb1978703fa6365cd1e37e644</Sha>
</Dependency>
<Dependency Name="Microsoft.NETCore.App.Ref" Version="3.0.0-preview7-27823-05">
<Dependency Name="Microsoft.NETCore.App.Ref" Version="3.0.0-preview7-27824-03">
<Uri>https://github.com/dotnet/core-setup</Uri>
<Sha>08e144c8651632da7bf1fbab409d27787ce6aa4a</Sha>
<Sha>e1d780539e85f4d8de263957715f9d08db2ceef4</Sha>
</Dependency>
<!--
Win-x64 is used here because we have picked an arbitrary runtime identifier to flow the version of the latest NETCore.App runtime.
All Runtime.$rid packages should have the same version.
-->
<Dependency Name="Microsoft.NETCore.App.Runtime.win-x64" Version="3.0.0-preview7-27823-05">
<Dependency Name="Microsoft.NETCore.App.Runtime.win-x64" Version="3.0.0-preview7-27824-03">
<Uri>https://github.com/dotnet/core-setup</Uri>
<Sha>08e144c8651632da7bf1fbab409d27787ce6aa4a</Sha>
<Sha>e1d780539e85f4d8de263957715f9d08db2ceef4</Sha>
</Dependency>
<Dependency Name="NETStandard.Library.Ref" Version="2.1.0-preview7-27823-05">
<Dependency Name="NETStandard.Library.Ref" Version="2.1.0-preview7-27824-03">
<Uri>https://github.com/dotnet/core-setup</Uri>
<Sha>08e144c8651632da7bf1fbab409d27787ce6aa4a</Sha>
<Sha>e1d780539e85f4d8de263957715f9d08db2ceef4</Sha>
</Dependency>
</ProductDependencies>
<ToolsetDependencies>
Expand Down
6 changes: 3 additions & 3 deletions eng/Versions.props
Expand Up @@ -44,9 +44,9 @@
-->
<PropertyGroup Label="Automated">
<!-- Packages from dotnet/core-setup -->
<MicrosoftNETCoreAppRefPackageVersion>3.0.0-preview7-27823-05</MicrosoftNETCoreAppRefPackageVersion>
<MicrosoftNETCoreAppRuntimewinx64PackageVersion>3.0.0-preview7-27823-05</MicrosoftNETCoreAppRuntimewinx64PackageVersion>
<NETStandardLibraryRefPackageVersion>2.1.0-preview7-27823-05</NETStandardLibraryRefPackageVersion>
<MicrosoftNETCoreAppRefPackageVersion>3.0.0-preview7-27824-03</MicrosoftNETCoreAppRefPackageVersion>
<MicrosoftNETCoreAppRuntimewinx64PackageVersion>3.0.0-preview7-27824-03</MicrosoftNETCoreAppRuntimewinx64PackageVersion>
<NETStandardLibraryRefPackageVersion>2.1.0-preview7-27824-03</NETStandardLibraryRefPackageVersion>
<!-- Packages from dotnet/corefx -->
<MicrosoftWin32RegistryPackageVersion>4.6.0-preview7.19320.1</MicrosoftWin32RegistryPackageVersion>
<SystemComponentModelAnnotationsPackageVersion>4.6.0-preview7.19320.1</SystemComponentModelAnnotationsPackageVersion>
Expand Down

0 comments on commit 459822a

Please sign in to comment.