Skip to content
This repository was archived by the owner on Apr 20, 2023. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 10 additions & 10 deletions eng/Version.Details.xml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<Dependencies>
<ProductDependencies>
<Dependency Name="Microsoft.NETCore.App" Version="3.0.0-preview7-27824-03">
<Dependency Name="Microsoft.NETCore.App" Version="3.0.0-preview7-27826-01">
<Uri>https://github.com/dotnet/core-setup</Uri>
<Sha>e1d780539e85f4d8de263957715f9d08db2ceef4</Sha>
<Sha>d41f5ea7cc70f89f59b1e670475972ec9fb7a5f3</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.Cli.Runtime" Version="3.0.100-preview7.19325.2">
<Uri>https://github.com/dotnet/cli</Uri>
Expand All @@ -30,9 +30,9 @@
<Sha>cfd46983817f091c259928d1c0549e26ef034834</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.0.0-preview7.19322.5" CoherentParentDependency="Microsoft.NETCore.App">
<Dependency Name="Microsoft.NET.Sdk.WindowsDesktop" Version="3.0.0-preview7.19324.12" CoherentParentDependency="Microsoft.NETCore.App">
<Uri>https://github.com/dotnet/wpf</Uri>
<Sha>d5270358430ccec594c0f4bce4697c2e65760d69</Sha>
<Sha>f207fe697fe2a72cc27a2cb745393fd5b24ed9c7</Sha>
</Dependency>
<Dependency Name="NuGet.Build.Tasks" Version="5.1.0-rtm.5921">
<Uri>https://github.com/nuget/nuget.client</Uri>
Expand All @@ -51,17 +51,17 @@
<Uri>https://github.com/mono/linker</Uri>
<Sha>3dd5e55dc9cb7a7c5eaa73aefc70c3655e75f97b</Sha>
</Dependency>
<Dependency Name="System.CodeDom" Version="4.6.0-preview7.19320.1" CoherentParentDependency="Microsoft.NETCore.App">
<Dependency Name="System.CodeDom" Version="4.6.0-preview7.19326.1" CoherentParentDependency="Microsoft.NETCore.App">
<Uri>https://github.com/dotnet/corefx</Uri>
<Sha>468355e66daf9eaeb1978703fa6365cd1e37e644</Sha>
<Sha>f0ec881bbb7945e35e3cf6862ea309b1143659f7</Sha>
</Dependency>
<Dependency Name="System.Security.Cryptography.ProtectedData" Version="4.6.0-preview7.19320.1" CoherentParentDependency="Microsoft.NETCore.App">
<Dependency Name="System.Security.Cryptography.ProtectedData" Version="4.6.0-preview7.19326.1" CoherentParentDependency="Microsoft.NETCore.App">
<Uri>https://github.com/dotnet/corefx</Uri>
<Sha>468355e66daf9eaeb1978703fa6365cd1e37e644</Sha>
<Sha>f0ec881bbb7945e35e3cf6862ea309b1143659f7</Sha>
</Dependency>
<Dependency Name="System.Text.Encoding.CodePages" Version="4.6.0-preview7.19320.1" CoherentParentDependency="Microsoft.NETCore.App">
<Dependency Name="System.Text.Encoding.CodePages" Version="4.6.0-preview7.19326.1" CoherentParentDependency="Microsoft.NETCore.App">
<Uri>https://github.com/dotnet/corefx</Uri>
<Sha>468355e66daf9eaeb1978703fa6365cd1e37e644</Sha>
<Sha>f0ec881bbb7945e35e3cf6862ea309b1143659f7</Sha>
</Dependency>
</ProductDependencies>
<ToolsetDependencies>
Expand Down
8 changes: 4 additions & 4 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.0.0-preview7.19322.5</MicrosoftNETSdkWindowsDesktopPackageVersion>
<MicrosoftNETSdkWindowsDesktopPackageVersion>3.0.0-preview7.19324.12</MicrosoftNETSdkWindowsDesktopPackageVersion>
</PropertyGroup>
<PropertyGroup>
<!-- Dependencies from https://github.com/nuget/nuget.client -->
Expand All @@ -70,9 +70,9 @@
</PropertyGroup>
<PropertyGroup>
<!-- Dependencies from https://github.com/dotnet/corefx -->
<SystemCodeDomPackageVersion>4.6.0-preview7.19320.1</SystemCodeDomPackageVersion>
<SystemTextEncodingCodePagesPackageVersion>4.6.0-preview7.19320.1</SystemTextEncodingCodePagesPackageVersion>
<SystemSecurityCryptographyProtectedDataPackageVersion>4.6.0-preview7.19320.1</SystemSecurityCryptographyProtectedDataPackageVersion>
<SystemCodeDomPackageVersion>4.6.0-preview7.19326.1</SystemCodeDomPackageVersion>
<SystemTextEncodingCodePagesPackageVersion>4.6.0-preview7.19326.1</SystemTextEncodingCodePagesPackageVersion>
<SystemSecurityCryptographyProtectedDataPackageVersion>4.6.0-preview7.19326.1</SystemSecurityCryptographyProtectedDataPackageVersion>
</PropertyGroup>
<PropertyGroup>
<MicrosoftDotNetPlatformAbstractionsPackageVersion>2.2.0-preview1-26620-03</MicrosoftDotNetPlatformAbstractionsPackageVersion>
Expand Down