[release/7.0.4xx] Update dependencies from dotnet/sdk (#16208)
Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com> Co-authored-by: Matt Mitchell <mmitche@microsoft.com>
This commit is contained in:
parent
45a86a608a
commit
a9c508b4f9
3 changed files with 18 additions and 18 deletions
|
@ -98,22 +98,22 @@
|
|||
<Sha>45a41b353d078e4d1e5918246fddbacb452eb210</Sha>
|
||||
<SourceBuild RepoName="test-templates" ManagedOnly="true" />
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.DotNet.Common.ItemTemplates" Version="7.0.400-preview.23222.7">
|
||||
<Dependency Name="Microsoft.DotNet.Common.ItemTemplates" Version="7.0.400-preview.23224.13">
|
||||
<Uri>https://github.com/dotnet/sdk</Uri>
|
||||
<Sha>6ebcfecd33a61cd37680688dc85ced3c1830222b</Sha>
|
||||
<Sha>05cbe1cf82d18e86184e0bd80c461417964b2d4d</Sha>
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.TemplateEngine.Cli" Version="7.0.400-preview.23222.7">
|
||||
<Dependency Name="Microsoft.TemplateEngine.Cli" Version="7.0.400-preview.23224.13">
|
||||
<Uri>https://github.com/dotnet/sdk</Uri>
|
||||
<Sha>6ebcfecd33a61cd37680688dc85ced3c1830222b</Sha>
|
||||
<Sha>05cbe1cf82d18e86184e0bd80c461417964b2d4d</Sha>
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.NET.Sdk" Version="7.0.400-preview.23222.7">
|
||||
<Dependency Name="Microsoft.NET.Sdk" Version="7.0.400-preview.23224.13">
|
||||
<Uri>https://github.com/dotnet/sdk</Uri>
|
||||
<Sha>6ebcfecd33a61cd37680688dc85ced3c1830222b</Sha>
|
||||
<Sha>05cbe1cf82d18e86184e0bd80c461417964b2d4d</Sha>
|
||||
<SourceBuild RepoName="sdk" ManagedOnly="true" />
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="7.0.400-preview.23222.7">
|
||||
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="7.0.400-preview.23224.13">
|
||||
<Uri>https://github.com/dotnet/sdk</Uri>
|
||||
<Sha>6ebcfecd33a61cd37680688dc85ced3c1830222b</Sha>
|
||||
<Sha>05cbe1cf82d18e86184e0bd80c461417964b2d4d</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="7.0.5-servicing.23175.1" CoherentParentDependency="Microsoft.WindowsDesktop.App.Runtime.win-x64">
|
||||
|
@ -149,18 +149,18 @@
|
|||
<Sha>ef625f3b960594fcb3f902af88ad7c90df656516</Sha>
|
||||
<SourceBuild RepoName="roslyn" ManagedOnly="true" />
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.Build" Version="17.7.0-preview-23221-02" CoherentParentDependency="Microsoft.NET.Sdk">
|
||||
<Dependency Name="Microsoft.Build" Version="17.7.0-preview-23224-01" CoherentParentDependency="Microsoft.NET.Sdk">
|
||||
<Uri>https://github.com/dotnet/msbuild</Uri>
|
||||
<Sha>ac3f5ad89f3f04d080986607d504a838ed622fb9</Sha>
|
||||
<Sha>b3ac0807c112a969cc52f1104fafce6a42e7920b</Sha>
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.SourceBuild.Intermediate.msbuild" Version="17.7.0-preview-23221-02" CoherentParentDependency="Microsoft.NET.Sdk">
|
||||
<Dependency Name="Microsoft.SourceBuild.Intermediate.msbuild" Version="17.7.0-preview-23224-01" CoherentParentDependency="Microsoft.NET.Sdk">
|
||||
<Uri>https://github.com/dotnet/msbuild</Uri>
|
||||
<Sha>ac3f5ad89f3f04d080986607d504a838ed622fb9</Sha>
|
||||
<Sha>b3ac0807c112a969cc52f1104fafce6a42e7920b</Sha>
|
||||
<SourceBuild RepoName="msbuild" ManagedOnly="true" />
|
||||
</Dependency>
|
||||
<Dependency Name="NuGet.Build.Tasks" Version="6.7.0-preview.1.18" CoherentParentDependency="Microsoft.NET.Sdk">
|
||||
<Dependency Name="NuGet.Build.Tasks" Version="6.7.0-preview.1.19" CoherentParentDependency="Microsoft.NET.Sdk">
|
||||
<Uri>https://github.com/nuget/nuget.client</Uri>
|
||||
<Sha>63edda646848553467639abe6bbade5ebc5dec61</Sha>
|
||||
<Sha>87ce6f59e9cf4f5a32d7ba16f537b6b791d9fcc6</Sha>
|
||||
<SourceBuildTarball RepoName="nuget-client" ManagedOnly="true" />
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.ApplicationInsights" Version="2.0.0">
|
||||
|
|
|
@ -69,9 +69,9 @@
|
|||
</PropertyGroup>
|
||||
<PropertyGroup>
|
||||
<!-- Dependencies from https://github.com/dotnet/sdk -->
|
||||
<MicrosoftDotNetCommonItemTemplatesPackageVersion>7.0.400-preview.23222.7</MicrosoftDotNetCommonItemTemplatesPackageVersion>
|
||||
<MicrosoftNETSdkPackageVersion>7.0.400-preview.23222.7</MicrosoftNETSdkPackageVersion>
|
||||
<MicrosoftDotNetMSBuildSdkResolverPackageVersion>7.0.400-preview.23222.7</MicrosoftDotNetMSBuildSdkResolverPackageVersion>
|
||||
<MicrosoftDotNetCommonItemTemplatesPackageVersion>7.0.400-preview.23224.13</MicrosoftDotNetCommonItemTemplatesPackageVersion>
|
||||
<MicrosoftNETSdkPackageVersion>7.0.400-preview.23224.13</MicrosoftNETSdkPackageVersion>
|
||||
<MicrosoftDotNetMSBuildSdkResolverPackageVersion>7.0.400-preview.23224.13</MicrosoftDotNetMSBuildSdkResolverPackageVersion>
|
||||
<MicrosoftNETBuildExtensionsPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftNETBuildExtensionsPackageVersion>
|
||||
<MicrosoftDotnetToolsetInternalPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftDotnetToolsetInternalPackageVersion>
|
||||
<MicrosoftDotnetTemplateLocatorPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftDotnetTemplateLocatorPackageVersion>
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
#
|
||||
|
||||
# Dockerfile that creates a container suitable to build dotnet-cli
|
||||
FROM mcr.microsoft.com/dotnet-buildtools/prereqs:debian-stretch-20211001171226-047508b
|
||||
FROM mcr.microsoft.com/dotnet-buildtools/prereqs:debian-11-amd64
|
||||
|
||||
# Install the deb packaging toolchain we need to build debs
|
||||
RUN apt-get update \
|
||||
|
|
Loading…
Add table
Reference in a new issue