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
…0191029.2 (dotnet#3361)

- Microsoft.NETCore.App.Ref - 3.1.0-preview2.19529.2
- Microsoft.NETCore.App.Runtime.win-x64 - 3.1.0-preview2.19529.2

Dependency coherency updates

- Microsoft.NET.Sdk.WindowsDesktop - 3.1.0-preview2.19529.5 (parent: Microsoft.NETCore.App.Runtime.win-x64)
  • Loading branch information
dotnet-maestro[bot] authored Oct 30, 2019
1 parent 75ca880 commit 410b8d3
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
12 changes: 6 additions & 6 deletions eng/Version.Details.xml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
<?xml version="1.0" encoding="utf-8"?>
<Dependencies>
<ProductDependencies>
<Dependency Name="Microsoft.NETCore.App.Ref" Version="3.1.0-preview2.19525.6">
<Dependency Name="Microsoft.NETCore.App.Ref" Version="3.1.0-preview2.19529.2">
<Uri>https://github.com/dotnet/core-setup</Uri>
<Sha>5672978d912db81b4b677fddff264907a47ec9a8</Sha>
<Sha>c85c3ca6c392c62fc0a14d903d7927edc6fe5bf9</Sha>
</Dependency>
<Dependency Name="Microsoft.NETCore.App.Runtime.win-x64" Version="3.1.0-preview2.19525.6">
<Dependency Name="Microsoft.NETCore.App.Runtime.win-x64" Version="3.1.0-preview2.19529.2">
<Uri>https://github.com/dotnet/core-setup</Uri>
<Sha>5672978d912db81b4b677fddff264907a47ec9a8</Sha>
<Sha>c85c3ca6c392c62fc0a14d903d7927edc6fe5bf9</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.Cli.Runtime" Version="3.1.100-preview2.19529.1">
<Uri>https://github.com/dotnet/cli</Uri>
Expand Down Expand Up @@ -38,9 +38,9 @@
<Sha>d273a0f4ccfd17a50b490492929bb3617ca73c32</Sha>
</Dependency>
<!-- For coherency purposes, this version should be gated by the version of wpf routed via core setup -->
<Dependency Name="Microsoft.NET.Sdk.WindowsDesktop" Version="3.1.0-preview2.19525.4" CoherentParentDependency="Microsoft.NETCore.App.Runtime.win-x64">
<Dependency Name="Microsoft.NET.Sdk.WindowsDesktop" Version="3.1.0-preview2.19529.5" CoherentParentDependency="Microsoft.NETCore.App.Runtime.win-x64">
<Uri>https://github.com/dotnet/wpf</Uri>
<Sha>94ba9d2ba78eda787981ce11fd5a55b4788254bb</Sha>
<Sha>186371b24b3be68d682280380bf4653763ffdb23</Sha>
</Dependency>
<Dependency Name="NuGet.Build.Tasks" Version="5.4.0-preview.3.6271">
<Uri>https://github.com/NuGet/NuGet.Client</Uri>
Expand Down
6 changes: 3 additions & 3 deletions eng/Versions.props
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
</PropertyGroup>
<PropertyGroup>
<!-- Dependencies from https://devdiv.visualstudio.com/DevDiv/_git/DotNet-Trusted -->
<MicrosoftNETSdkWindowsDesktopPackageVersion>3.1.0-preview2.19525.4</MicrosoftNETSdkWindowsDesktopPackageVersion>
<MicrosoftNETSdkWindowsDesktopPackageVersion>3.1.0-preview2.19529.5</MicrosoftNETSdkWindowsDesktopPackageVersion>
</PropertyGroup>
<PropertyGroup>
<!-- Dependencies from https://github.com/nuget/nuget.client -->
Expand Down Expand Up @@ -77,8 +77,8 @@
</PropertyGroup>
<PropertyGroup>
<!-- Dependencies from https://github.com/dotnet/core-setup -->
<MicrosoftNETCoreAppRefPackageVersion>3.1.0-preview2.19525.6</MicrosoftNETCoreAppRefPackageVersion>
<MicrosoftNETCoreAppRuntimewinx64PackageVersion>3.1.0-preview2.19525.6</MicrosoftNETCoreAppRuntimewinx64PackageVersion>
<MicrosoftNETCoreAppRefPackageVersion>3.1.0-preview2.19529.2</MicrosoftNETCoreAppRefPackageVersion>
<MicrosoftNETCoreAppRuntimewinx64PackageVersion>3.1.0-preview2.19529.2</MicrosoftNETCoreAppRuntimewinx64PackageVersion>
<MicrosoftNETCoreAppRuntimePackageVersion>$(MicrosoftNETCoreAppRuntimewinx64PackageVersion)</MicrosoftNETCoreAppRuntimePackageVersion>
</PropertyGroup>
<PropertyGroup>
Expand Down

0 comments on commit 410b8d3

Please sign in to comment.