Merge pull request #14629 from dotnet/darc-release/7.0.1xx-9867bebc-c311-480f-b18d-e27df7cd76b8
[release/7.0.1xx] Update dependencies from dotnet/sdk
This commit is contained in:
commit
9ea499a37f
2 changed files with 13 additions and 13 deletions
|
@ -103,22 +103,22 @@
|
|||
<Sha>4ee20b0c989f7838ecb718621796f3782d922e6e</Sha>
|
||||
<SourceBuild RepoName="test-templates" ManagedOnly="true" />
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.DotNet.Common.ItemTemplates" Version="7.0.100-rtm.22479.10">
|
||||
<Dependency Name="Microsoft.DotNet.Common.ItemTemplates" Version="7.0.100-rtm.22479.16">
|
||||
<Uri>https://github.com/dotnet/sdk</Uri>
|
||||
<Sha>da2c8643020e2bd9f151bef4eb178c59c4052dfc</Sha>
|
||||
<Sha>bc70af55b0f025a2a788c355dbb963869c44dd55</Sha>
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.TemplateEngine.Cli" Version="7.0.100-rtm.22479.10">
|
||||
<Dependency Name="Microsoft.TemplateEngine.Cli" Version="7.0.100-rtm.22479.16">
|
||||
<Uri>https://github.com/dotnet/sdk</Uri>
|
||||
<Sha>da2c8643020e2bd9f151bef4eb178c59c4052dfc</Sha>
|
||||
<Sha>bc70af55b0f025a2a788c355dbb963869c44dd55</Sha>
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.NET.Sdk" Version="7.0.100-rtm.22479.10">
|
||||
<Dependency Name="Microsoft.NET.Sdk" Version="7.0.100-rtm.22479.16">
|
||||
<Uri>https://github.com/dotnet/sdk</Uri>
|
||||
<Sha>da2c8643020e2bd9f151bef4eb178c59c4052dfc</Sha>
|
||||
<Sha>bc70af55b0f025a2a788c355dbb963869c44dd55</Sha>
|
||||
<SourceBuild RepoName="sdk" ManagedOnly="true" />
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="7.0.100-rtm.22479.10">
|
||||
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="7.0.100-rtm.22479.16">
|
||||
<Uri>https://github.com/dotnet/sdk</Uri>
|
||||
<Sha>da2c8643020e2bd9f151bef4eb178c59c4052dfc</Sha>
|
||||
<Sha>bc70af55b0f025a2a788c355dbb963869c44dd55</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.0-rtm.22476.8" CoherentParentDependency="Microsoft.WindowsDesktop.App.Runtime.win-x64">
|
||||
|
@ -154,9 +154,9 @@
|
|||
<Sha>933b669cbcdef04b7350cfb368a95e27ff8eeebb</Sha>
|
||||
<SourceBuild RepoName="roslyn" ManagedOnly="true" />
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.Build" Version="17.4.0-preview-22479-02" CoherentParentDependency="Microsoft.NET.Sdk">
|
||||
<Dependency Name="Microsoft.Build" Version="17.4.0-preview-22479-03" CoherentParentDependency="Microsoft.NET.Sdk">
|
||||
<Uri>https://github.com/dotnet/msbuild</Uri>
|
||||
<Sha>88f89b1058d1967b7c401c099f4ca550c9d51750</Sha>
|
||||
<Sha>c3fb3150ad660506bb791ad053486edb5a32abf7</Sha>
|
||||
<SourceBuild RepoName="msbuild" ManagedOnly="true" />
|
||||
</Dependency>
|
||||
<Dependency Name="NuGet.Build.Tasks" Version="6.4.0-preview.3.100" CoherentParentDependency="Microsoft.NET.Sdk">
|
||||
|
|
|
@ -63,9 +63,9 @@
|
|||
</PropertyGroup>
|
||||
<PropertyGroup>
|
||||
<!-- Dependencies from https://github.com/dotnet/sdk -->
|
||||
<MicrosoftDotNetCommonItemTemplatesPackageVersion>7.0.100-rtm.22479.10</MicrosoftDotNetCommonItemTemplatesPackageVersion>
|
||||
<MicrosoftNETSdkPackageVersion>7.0.100-rtm.22479.10</MicrosoftNETSdkPackageVersion>
|
||||
<MicrosoftDotNetMSBuildSdkResolverPackageVersion>7.0.100-rtm.22479.10</MicrosoftDotNetMSBuildSdkResolverPackageVersion>
|
||||
<MicrosoftDotNetCommonItemTemplatesPackageVersion>7.0.100-rtm.22479.16</MicrosoftDotNetCommonItemTemplatesPackageVersion>
|
||||
<MicrosoftNETSdkPackageVersion>7.0.100-rtm.22479.16</MicrosoftNETSdkPackageVersion>
|
||||
<MicrosoftDotNetMSBuildSdkResolverPackageVersion>7.0.100-rtm.22479.16</MicrosoftDotNetMSBuildSdkResolverPackageVersion>
|
||||
<MicrosoftNETBuildExtensionsPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftNETBuildExtensionsPackageVersion>
|
||||
<MicrosoftDotnetToolsetInternalPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftDotnetToolsetInternalPackageVersion>
|
||||
<MicrosoftDotnetTemplateLocatorPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftDotnetTemplateLocatorPackageVersion>
|
||||
|
|
Loading…
Add table
Reference in a new issue