diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 7b0589293..662fafea4 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -87,13 +87,13 @@ <Uri>https://github.com/dotnet/templating</Uri> <Sha>7a9de3bd9680522874b2081280df3f971673cd87</Sha> </Dependency> - <Dependency Name="Microsoft.NET.Sdk" Version="5.0.200-preview.21076.4"> + <Dependency Name="Microsoft.NET.Sdk" Version="5.0.200-preview.21076.5"> <Uri>https://github.com/dotnet/sdk</Uri> - <Sha>c4bfe5d2cc612e201452befe09513a264b090670</Sha> + <Sha>14cb892a95fb4ec0fd5c01824cc7661b6b24ae76</Sha> </Dependency> - <Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="5.0.200-preview.21076.4"> + <Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="5.0.200-preview.21076.5"> <Uri>https://github.com/dotnet/sdk</Uri> - <Sha>c4bfe5d2cc612e201452befe09513a264b090670</Sha> + <Sha>14cb892a95fb4ec0fd5c01824cc7661b6b24ae76</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.2-servicing.20613.1" CoherentParentDependency="Microsoft.WindowsDesktop.App.Runtime.win-x64"> @@ -117,9 +117,9 @@ <Sha>0497f2ad6a13fe9c240a1a79bb07bd1fcbc73b9d</Sha> <RepoName>linker</RepoName> </Dependency> - <Dependency Name="Microsoft.Net.Compilers.Toolset" Version="3.9.0-3.21056.4" CoherentParentDependency="Microsoft.NET.Sdk"> + <Dependency Name="Microsoft.Net.Compilers.Toolset" Version="3.9.0-4.21077.2" CoherentParentDependency="Microsoft.NET.Sdk"> <Uri>https://github.com/dotnet/roslyn</Uri> - <Sha>e5eb71d6714749bccf91d9268ece78cd5d4d43ea</Sha> + <Sha>b5d645347f8057a298752437c4517b4274a42cca</Sha> </Dependency> <Dependency Name="Microsoft.Build" Version="16.9.0-preview-21076-28" CoherentParentDependency="Microsoft.NET.Sdk"> <Uri>https://github.com/dotnet/msbuild</Uri> diff --git a/eng/Versions.props b/eng/Versions.props index bfe56780e..495c2c0c2 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -55,8 +55,8 @@ </PropertyGroup> <PropertyGroup> <!-- Dependencies from https://github.com/dotnet/sdk --> - <MicrosoftNETSdkPackageVersion>5.0.200-preview.21076.4</MicrosoftNETSdkPackageVersion> - <MicrosoftDotNetMSBuildSdkResolverPackageVersion>5.0.200-preview.21076.4</MicrosoftDotNetMSBuildSdkResolverPackageVersion> + <MicrosoftNETSdkPackageVersion>5.0.200-preview.21076.5</MicrosoftNETSdkPackageVersion> + <MicrosoftDotNetMSBuildSdkResolverPackageVersion>5.0.200-preview.21076.5</MicrosoftDotNetMSBuildSdkResolverPackageVersion> <MicrosoftNETBuildExtensionsPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftNETBuildExtensionsPackageVersion> <MicrosoftDotnetToolsetInternalPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftDotnetToolsetInternalPackageVersion> <MicrosoftDotnetTemplateLocatorPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftDotnetTemplateLocatorPackageVersion>