Skip to content

Commit 9c46371

Browse files
authored
Merge pull request #11152 from dotnet/darc-main-2a5eb516-2050-4bbb-8e5a-32cc2bcf4867
[main] Update dependencies from dotnet/sdk
2 parents 088d5ad + 6748ce8 commit 9c46371

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

eng/Version.Details.xml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -86,14 +86,14 @@
8686
<Sha>72cef496e34fdcc1b9b765fbed04f8e5d754e90a</Sha>
8787
<SourceBuild RepoName="templating" ManagedOnly="true" />
8888
</Dependency>
89-
<Dependency Name="Microsoft.NET.Sdk" Version="6.0.100-rc.1.21368.6">
89+
<Dependency Name="Microsoft.NET.Sdk" Version="6.0.100-rc.1.21369.1">
9090
<Uri>https://github.com/dotnet/sdk</Uri>
91-
<Sha>759b41f6f6d0ce1c517567603a35477af86e0846</Sha>
91+
<Sha>9902debb70aa304d9579a711f3d3932d3f23bd20</Sha>
9292
<SourceBuild RepoName="sdk" ManagedOnly="true" />
9393
</Dependency>
94-
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="6.0.100-rc.1.21368.6">
94+
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="6.0.100-rc.1.21369.1">
9595
<Uri>https://github.com/dotnet/sdk</Uri>
96-
<Sha>759b41f6f6d0ce1c517567603a35477af86e0846</Sha>
96+
<Sha>9902debb70aa304d9579a711f3d3932d3f23bd20</Sha>
9797
</Dependency>
9898
<!-- For coherency purposes, these versions should be gated by the versions of winforms and wpf routed via windowsdesktop -->
9999
<Dependency Name="Microsoft.Dotnet.WinForms.ProjectTemplates" Version="6.0.0-rc.1.21366.1" CoherentParentDependency="Microsoft.WindowsDesktop.App.Runtime.win-x64">
@@ -123,14 +123,14 @@
123123
<SourceBuild RepoName="linker" ManagedOnly="true" />
124124
<RepoName>linker</RepoName>
125125
</Dependency>
126-
<Dependency Name="Microsoft.Net.Compilers.Toolset" Version="4.0.0-3.21366.20" CoherentParentDependency="Microsoft.NET.Sdk">
126+
<Dependency Name="Microsoft.Net.Compilers.Toolset" Version="4.0.0-3.21367.2" CoherentParentDependency="Microsoft.NET.Sdk">
127127
<Uri>https://github.com/dotnet/roslyn</Uri>
128-
<Sha>6c39928ac7f00f5701fe36cfa495b59d34b88840</Sha>
128+
<Sha>0adab879c8b4fb2bc264e6d4bcc4d4686ad94525</Sha>
129129
<SourceBuild RepoName="roslyn" ManagedOnly="true" />
130130
</Dependency>
131-
<Dependency Name="Microsoft.Build" Version="17.0.0-preview-21365-02" CoherentParentDependency="Microsoft.NET.Sdk">
131+
<Dependency Name="Microsoft.Build" Version="17.0.0-preview-21367-01" CoherentParentDependency="Microsoft.NET.Sdk">
132132
<Uri>https://github.com/dotnet/msbuild</Uri>
133-
<Sha>dfd2be739200c5a4b0503e5a1339b9aba74e2a1d</Sha>
133+
<Sha>98dd7fad98483c57d2c7648ee94a99b926633d21</Sha>
134134
<SourceBuild RepoName="msbuild" ManagedOnly="true" />
135135
</Dependency>
136136
<Dependency Name="NuGet.Build.Tasks" Version="6.0.0-preview.2.136" CoherentParentDependency="Microsoft.NET.Sdk">

eng/Versions.props

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,8 @@
5757
</PropertyGroup>
5858
<PropertyGroup>
5959
<!-- Dependencies from https://github.com/dotnet/sdk -->
60-
<MicrosoftNETSdkPackageVersion>6.0.100-rc.1.21368.6</MicrosoftNETSdkPackageVersion>
61-
<MicrosoftDotNetMSBuildSdkResolverPackageVersion>6.0.100-rc.1.21368.6</MicrosoftDotNetMSBuildSdkResolverPackageVersion>
60+
<MicrosoftNETSdkPackageVersion>6.0.100-rc.1.21369.1</MicrosoftNETSdkPackageVersion>
61+
<MicrosoftDotNetMSBuildSdkResolverPackageVersion>6.0.100-rc.1.21369.1</MicrosoftDotNetMSBuildSdkResolverPackageVersion>
6262
<MicrosoftNETBuildExtensionsPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftNETBuildExtensionsPackageVersion>
6363
<MicrosoftDotnetToolsetInternalPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftDotnetToolsetInternalPackageVersion>
6464
<MicrosoftDotnetTemplateLocatorPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftDotnetTemplateLocatorPackageVersion>

0 commit comments

Comments
 (0)