Skip to content

Commit ba9852b

Browse files
authored
Merge pull request #14156 from dotnet/darc-main-1248d168-9e40-44b7-baf2-5a3e000ecb53
[main] Update dependencies from dotnet/sdk
2 parents e2d2085 + 8b76441 commit ba9852b

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

eng/Version.Details.xml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -107,14 +107,14 @@
107107
<Sha>a87219b0c6de7c07cce71ccc3b3548a2ece6960a</Sha>
108108
<SourceBuild RepoName="templating" ManagedOnly="true" />
109109
</Dependency>
110-
<Dependency Name="Microsoft.NET.Sdk" Version="7.0.100-rc.1.22367.4">
110+
<Dependency Name="Microsoft.NET.Sdk" Version="7.0.100-rc.1.22367.7">
111111
<Uri>https://github.com/dotnet/sdk</Uri>
112-
<Sha>42c6aecfdf7127d587635e778f449903a96c653a</Sha>
112+
<Sha>ccebfe10d50cc749523d77d9ad6db45f30e39601</Sha>
113113
<SourceBuild RepoName="sdk" ManagedOnly="true" />
114114
</Dependency>
115-
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="7.0.100-rc.1.22367.4">
115+
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="7.0.100-rc.1.22367.7">
116116
<Uri>https://github.com/dotnet/sdk</Uri>
117-
<Sha>42c6aecfdf7127d587635e778f449903a96c653a</Sha>
117+
<Sha>ccebfe10d50cc749523d77d9ad6db45f30e39601</Sha>
118118
</Dependency>
119119
<!-- For coherency purposes, these versions should be gated by the versions of winforms and wpf routed via windowsdesktop -->
120120
<Dependency Name="Microsoft.Dotnet.WinForms.ProjectTemplates" Version="7.0.0-rc.1.22364.3" CoherentParentDependency="Microsoft.WindowsDesktop.App.Runtime.win-x64">
@@ -150,9 +150,9 @@
150150
<Sha>78f70ad8b87152c2310dc91bb80d30ebf3b011b9</Sha>
151151
<SourceBuild RepoName="roslyn" ManagedOnly="true" />
152152
</Dependency>
153-
<Dependency Name="Microsoft.Build" Version="17.4.0-preview-22365-01" CoherentParentDependency="Microsoft.NET.Sdk">
153+
<Dependency Name="Microsoft.Build" Version="17.4.0-preview-22366-04" CoherentParentDependency="Microsoft.NET.Sdk">
154154
<Uri>https://github.com/dotnet/msbuild</Uri>
155-
<Sha>318a061e9967bf91fff152d0911735c6762dcc20</Sha>
155+
<Sha>d2871ca139be8aab866ca995696a9902b6da87f9</Sha>
156156
<SourceBuildTarball RepoName="msbuild" ManagedOnly="true" />
157157
</Dependency>
158158
<Dependency Name="NuGet.Build.Tasks" Version="6.4.0-preview.1.6" CoherentParentDependency="Microsoft.NET.Sdk">

eng/Versions.props

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,8 @@
6565
</PropertyGroup>
6666
<PropertyGroup>
6767
<!-- Dependencies from https://github.com/dotnet/sdk -->
68-
<MicrosoftNETSdkPackageVersion>7.0.100-rc.1.22367.4</MicrosoftNETSdkPackageVersion>
69-
<MicrosoftDotNetMSBuildSdkResolverPackageVersion>7.0.100-rc.1.22367.4</MicrosoftDotNetMSBuildSdkResolverPackageVersion>
68+
<MicrosoftNETSdkPackageVersion>7.0.100-rc.1.22367.7</MicrosoftNETSdkPackageVersion>
69+
<MicrosoftDotNetMSBuildSdkResolverPackageVersion>7.0.100-rc.1.22367.7</MicrosoftDotNetMSBuildSdkResolverPackageVersion>
7070
<MicrosoftNETBuildExtensionsPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftNETBuildExtensionsPackageVersion>
7171
<MicrosoftDotnetToolsetInternalPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftDotnetToolsetInternalPackageVersion>
7272
<MicrosoftDotnetTemplateLocatorPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftDotnetTemplateLocatorPackageVersion>

0 commit comments

Comments
 (0)