diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index fcfac407d..19d5e9b03 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -91,13 +91,13 @@ <Uri>https://github.com/dotnet/templating</Uri> <Sha>9d3065efbe93ec1daaa4d59115b2887f6b36766a</Sha> </Dependency> - <Dependency Name="Microsoft.NET.Sdk" Version="5.0.200-preview.21056.8"> + <Dependency Name="Microsoft.NET.Sdk" Version="5.0.200-preview.21056.11"> <Uri>https://github.com/dotnet/sdk</Uri> - <Sha>2607b1f62d3ec8e6b7a323cbc9a79acb28ddf5f4</Sha> + <Sha>754e01801e06254a12bd162c6644d6af4db8cc1c</Sha> </Dependency> - <Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="5.0.200-preview.21056.8"> + <Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="5.0.200-preview.21056.11"> <Uri>https://github.com/dotnet/sdk</Uri> - <Sha>2607b1f62d3ec8e6b7a323cbc9a79acb28ddf5f4</Sha> + <Sha>754e01801e06254a12bd162c6644d6af4db8cc1c</Sha> </Dependency> <!-- 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.1-servicing.20575.6" CoherentParentDependency="Microsoft.WindowsDesktop.App.Runtime.win-x64"> @@ -129,9 +129,9 @@ <Uri>https://github.com/dotnet/msbuild</Uri> <Sha>78184a05311c8628a170b978d92911abee76b984</Sha> </Dependency> - <Dependency Name="NuGet.Build.Tasks" Version="5.9.0-preview.3.7002" CoherentParentDependency="Microsoft.NET.Sdk"> + <Dependency Name="NuGet.Build.Tasks" Version="5.9.0-preview.3.7005" CoherentParentDependency="Microsoft.NET.Sdk"> <Uri>https://github.com/NuGet/NuGet.Client</Uri> - <Sha>56d7104c17995bb34c4af7a5e42fc66a44bc08b1</Sha> + <Sha>af1a9a055f56131d753573bade4a2c2654440faa</Sha> </Dependency> <Dependency Name="Microsoft.DotNet.Cli.CommandLine" Version="1.0.0-preview.19208.1" CoherentParentDependency="Microsoft.NET.Sdk"> <Uri>https://github.com/dotnet/CliCommandLineParser</Uri> diff --git a/eng/Versions.props b/eng/Versions.props index c272f1efd..a40e1fef5 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -56,8 +56,8 @@ </PropertyGroup> <PropertyGroup> <!-- Dependencies from https://github.com/dotnet/sdk --> - <MicrosoftNETSdkPackageVersion>5.0.200-preview.21056.8</MicrosoftNETSdkPackageVersion> - <MicrosoftDotNetMSBuildSdkResolverPackageVersion>5.0.200-preview.21056.8</MicrosoftDotNetMSBuildSdkResolverPackageVersion> + <MicrosoftNETSdkPackageVersion>5.0.200-preview.21056.11</MicrosoftNETSdkPackageVersion> + <MicrosoftDotNetMSBuildSdkResolverPackageVersion>5.0.200-preview.21056.11</MicrosoftDotNetMSBuildSdkResolverPackageVersion> <MicrosoftNETBuildExtensionsPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftNETBuildExtensionsPackageVersion> <MicrosoftDotnetToolsetInternalPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftDotnetToolsetInternalPackageVersion> <MicrosoftDotnetTemplateLocatorPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftDotnetTemplateLocatorPackageVersion>