Update dependencies from https://github.com/dotnet/sdk build 20210923.67 (#12114)
[release/6.0.1xx] Update dependencies from dotnet/sdk - Coherency Updates: - NuGet.Build.Tasks: from 6.0.0-rc.244 to 6.0.0-rc.258 (parent: Microsoft.NET.Sdk)
This commit is contained in:
parent
a28fa86af6
commit
c8eb33611f
2 changed files with 8 additions and 8 deletions
|
@ -98,14 +98,14 @@
|
|||
<Sha>4b53271e35147c45f26df629ae1530b51d574bcb</Sha>
|
||||
<SourceBuild RepoName="templating" ManagedOnly="true" />
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.NET.Sdk" Version="6.0.100-rtm.21473.61">
|
||||
<Dependency Name="Microsoft.NET.Sdk" Version="6.0.100-rtm.21473.67">
|
||||
<Uri>https://github.com/dotnet/sdk</Uri>
|
||||
<Sha>aef4c08d8f32fe09b95bd837eff311c96756a43f</Sha>
|
||||
<Sha>7b44479284589d192577be3b7351f41c0fbc10ea</Sha>
|
||||
<SourceBuild RepoName="sdk" ManagedOnly="true" />
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="6.0.100-rtm.21473.61">
|
||||
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="6.0.100-rtm.21473.67">
|
||||
<Uri>https://github.com/dotnet/sdk</Uri>
|
||||
<Sha>aef4c08d8f32fe09b95bd837eff311c96756a43f</Sha>
|
||||
<Sha>7b44479284589d192577be3b7351f41c0fbc10ea</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="6.0.0-rtm.21472.8" CoherentParentDependency="Microsoft.WindowsDesktop.App.Runtime.win-x64">
|
||||
|
@ -145,9 +145,9 @@
|
|||
<Sha>2f1e9cad51097aec5d7268a4afdf7ad9bc6864b9</Sha>
|
||||
<SourceBuild RepoName="msbuild" ManagedOnly="true" />
|
||||
</Dependency>
|
||||
<Dependency Name="NuGet.Build.Tasks" Version="6.0.0-rc.244" CoherentParentDependency="Microsoft.NET.Sdk">
|
||||
<Dependency Name="NuGet.Build.Tasks" Version="6.0.0-rc.258" CoherentParentDependency="Microsoft.NET.Sdk">
|
||||
<Uri>https://github.com/nuget/nuget.client</Uri>
|
||||
<Sha>f4ae349ec18d1ac5d5e7d1b0ed753e1300e9e157</Sha>
|
||||
<Sha>e685bdb6d7b4d1f3664f6542f50b84376a19341c</Sha>
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.ApplicationInsights" Version="2.0.0">
|
||||
<Uri>https://github.com/Microsoft/ApplicationInsights-dotnet</Uri>
|
||||
|
|
|
@ -56,8 +56,8 @@
|
|||
</PropertyGroup>
|
||||
<PropertyGroup>
|
||||
<!-- Dependencies from https://github.com/dotnet/sdk -->
|
||||
<MicrosoftNETSdkPackageVersion>6.0.100-rtm.21473.61</MicrosoftNETSdkPackageVersion>
|
||||
<MicrosoftDotNetMSBuildSdkResolverPackageVersion>6.0.100-rtm.21473.61</MicrosoftDotNetMSBuildSdkResolverPackageVersion>
|
||||
<MicrosoftNETSdkPackageVersion>6.0.100-rtm.21473.67</MicrosoftNETSdkPackageVersion>
|
||||
<MicrosoftDotNetMSBuildSdkResolverPackageVersion>6.0.100-rtm.21473.67</MicrosoftDotNetMSBuildSdkResolverPackageVersion>
|
||||
<MicrosoftNETBuildExtensionsPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftNETBuildExtensionsPackageVersion>
|
||||
<MicrosoftDotnetToolsetInternalPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftDotnetToolsetInternalPackageVersion>
|
||||
<MicrosoftDotnetTemplateLocatorPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftDotnetTemplateLocatorPackageVersion>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue