[master] Update dependencies from dotnet/sdk (#7497)

* Update dependencies from https://github.com/dotnet/sdk build 20200515.4

Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk
 From Version 5.0.100-preview.5.20264.7 -> To Version 5.0.100-preview.5.20265.4

* Update dependencies from https://github.com/dotnet/sdk build 20200515.5

Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk
 From Version 5.0.100-preview.5.20264.7 -> To Version 5.0.100-preview.5.20265.5

* Update dependencies from https://github.com/dotnet/sdk build 20200518.6

Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk
 From Version 5.0.100-preview.5.20264.7 -> To Version 5.0.100-preview.5.20268.6

* Update dependencies from https://github.com/dotnet/sdk build 20200518.7

Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk
 From Version 5.0.100-preview.5.20264.7 -> To Version 5.0.100-preview.5.20268.7

* Update dependencies from https://github.com/dotnet/sdk build 20200518.8

Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk
 From Version 5.0.100-preview.5.20264.7 -> To Version 5.0.100-preview.5.20268.8

* Update dependencies from https://github.com/dotnet/sdk build 20200518.9

Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk
 From Version 5.0.100-preview.5.20264.7 -> To Version 5.0.100-preview.5.20268.9

* Update dependencies from https://github.com/dotnet/sdk build 20200518.10

Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk
 From Version 5.0.100-preview.5.20264.7 -> To Version 5.0.100-preview.5.20268.10

* Update dependencies from https://github.com/dotnet/sdk build 20200519.2

Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk
 From Version 5.0.100-preview.5.20264.7 -> To Version 5.0.100-preview.5.20269.2

* Update dependencies from https://github.com/dotnet/sdk build 20200519.3

Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk
 From Version 5.0.100-preview.5.20264.7 -> To Version 5.0.100-preview.5.20269.3

* Update dependencies from https://github.com/dotnet/sdk build 20200519.4

Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk
 From Version 5.0.100-preview.5.20264.7 -> To Version 5.0.100-preview.5.20269.4

* Update dependencies from https://github.com/dotnet/sdk build 20200519.5

Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk
 From Version 5.0.100-preview.5.20264.7 -> To Version 5.0.100-preview.5.20269.5

* Update dependencies from https://github.com/dotnet/sdk build 20200519.6

Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk
 From Version 5.0.100-preview.5.20264.7 -> To Version 5.0.100-preview.5.20269.6

* Skip new added publish tests

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
Co-authored-by: William Li <wul@microsoft.com>
This commit is contained in:
dotnet-maestro[bot] 2020-05-19 17:36:39 +00:00 committed by GitHub
parent 18ec3bc54c
commit 6e0b23afa7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 10 additions and 6 deletions

View file

@ -79,13 +79,13 @@
<Uri>https://github.com/dotnet/templating</Uri> <Uri>https://github.com/dotnet/templating</Uri>
<Sha>34a444a9723780c1d77e8e8151df1afb109168ff</Sha> <Sha>34a444a9723780c1d77e8e8151df1afb109168ff</Sha>
</Dependency> </Dependency>
<Dependency Name="Microsoft.NET.Sdk" Version="5.0.100-preview.5.20264.7"> <Dependency Name="Microsoft.NET.Sdk" Version="5.0.100-preview.5.20269.6">
<Uri>https://github.com/dotnet/sdk</Uri> <Uri>https://github.com/dotnet/sdk</Uri>
<Sha>2d2a69766b7323e624f994164a962367cc8869a9</Sha> <Sha>8e28a93ad99a92aa924fbf7cb3c469de48370468</Sha>
</Dependency> </Dependency>
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="5.0.100-preview.5.20264.7"> <Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="5.0.100-preview.5.20269.6">
<Uri>https://github.com/dotnet/sdk</Uri> <Uri>https://github.com/dotnet/sdk</Uri>
<Sha>2d2a69766b7323e624f994164a962367cc8869a9</Sha> <Sha>8e28a93ad99a92aa924fbf7cb3c469de48370468</Sha>
</Dependency> </Dependency>
<!-- For coherency purposes, these versions should be gated by the versions of winforms and wpf routed via windowsdesktop --> <!-- For coherency purposes, these versions should be gated by the versions of winforms and wpf routed via windowsdesktop -->
<Dependency Name="Microsoft.Dotnet.WinForms.ProjectTemplates" Version="5.0.0-preview.5.20221.7" CoherentParentDependency="Microsoft.WindowsDesktop.App.Runtime.win-x64"> <Dependency Name="Microsoft.Dotnet.WinForms.ProjectTemplates" Version="5.0.0-preview.5.20221.7" CoherentParentDependency="Microsoft.WindowsDesktop.App.Runtime.win-x64">

View file

@ -49,8 +49,8 @@
</PropertyGroup> </PropertyGroup>
<PropertyGroup> <PropertyGroup>
<!-- Dependencies from https://github.com/dotnet/sdk --> <!-- Dependencies from https://github.com/dotnet/sdk -->
<MicrosoftNETSdkPackageVersion>5.0.100-preview.5.20264.7</MicrosoftNETSdkPackageVersion> <MicrosoftNETSdkPackageVersion>5.0.100-preview.5.20269.6</MicrosoftNETSdkPackageVersion>
<MicrosoftDotNetMSBuildSdkResolverPackageVersion>5.0.100-preview.5.20264.7</MicrosoftDotNetMSBuildSdkResolverPackageVersion> <MicrosoftDotNetMSBuildSdkResolverPackageVersion>5.0.100-preview.5.20269.6</MicrosoftDotNetMSBuildSdkResolverPackageVersion>
<MicrosoftNETBuildExtensionsPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftNETBuildExtensionsPackageVersion> <MicrosoftNETBuildExtensionsPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftNETBuildExtensionsPackageVersion>
<MicrosoftDotnetToolsetInternalPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftDotnetToolsetInternalPackageVersion> <MicrosoftDotnetToolsetInternalPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftDotnetToolsetInternalPackageVersion>
</PropertyGroup> </PropertyGroup>

View file

@ -137,5 +137,9 @@
Skip="true" Skip="true"
Issue="https://github.com/dotnet/wpf/issues/2363" Issue="https://github.com/dotnet/wpf/issues/2363"
Reason="Desktop SDK missing required files."/> Reason="Desktop SDK missing required files."/>
<Method Name="Microsoft.NET.Publish.Tests.GivenThatWeWantToPublishASingleFileApp.It_runs_single_file_apps"
Skip="true"
Issue=""
Reason="Need all .NET core runtime"/>
</SkippedTests> </SkippedTests>
</Tests> </Tests>