Skip to content

Commit 56d8c64

Browse files
authored
[release/8.0.1xx] Update dependencies from dotnet/sdk (#17241)
2 parents 8eff809 + 8e944f4 commit 56d8c64

File tree

2 files changed

+16
-16
lines changed

2 files changed

+16
-16
lines changed

eng/Version.Details.xml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -85,22 +85,22 @@
8585
<Uri>https://github.com/dotnet/aspnetcore</Uri>
8686
<Sha>fe448a7958355091ea97ca19e7c93f517c4df8fa</Sha>
8787
</Dependency>
88-
<Dependency Name="Microsoft.DotNet.Common.ItemTemplates" Version="8.0.100-rc.2.23422.20">
88+
<Dependency Name="Microsoft.DotNet.Common.ItemTemplates" Version="8.0.100-rc.2.23422.34">
8989
<Uri>https://github.com/dotnet/sdk</Uri>
90-
<Sha>ae268e6d233c27118fc4425a881ee49b7de2a3b2</Sha>
90+
<Sha>1c557b59de839e782ceb27d1b2109d0522d9a6cf</Sha>
9191
</Dependency>
92-
<Dependency Name="Microsoft.TemplateEngine.Cli" Version="8.0.100-rc.2.23422.20">
92+
<Dependency Name="Microsoft.TemplateEngine.Cli" Version="8.0.100-rc.2.23422.34">
9393
<Uri>https://github.com/dotnet/sdk</Uri>
94-
<Sha>ae268e6d233c27118fc4425a881ee49b7de2a3b2</Sha>
94+
<Sha>1c557b59de839e782ceb27d1b2109d0522d9a6cf</Sha>
9595
</Dependency>
96-
<Dependency Name="Microsoft.NET.Sdk" Version="8.0.100-rc.2.23422.20">
96+
<Dependency Name="Microsoft.NET.Sdk" Version="8.0.100-rc.2.23422.34">
9797
<Uri>https://github.com/dotnet/sdk</Uri>
98-
<Sha>ae268e6d233c27118fc4425a881ee49b7de2a3b2</Sha>
98+
<Sha>1c557b59de839e782ceb27d1b2109d0522d9a6cf</Sha>
9999
<SourceBuild RepoName="sdk" ManagedOnly="true" />
100100
</Dependency>
101-
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="8.0.100-rc.2.23422.20">
101+
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="8.0.100-rc.2.23422.34">
102102
<Uri>https://github.com/dotnet/sdk</Uri>
103-
<Sha>ae268e6d233c27118fc4425a881ee49b7de2a3b2</Sha>
103+
<Sha>1c557b59de839e782ceb27d1b2109d0522d9a6cf</Sha>
104104
</Dependency>
105105
<Dependency Name="Microsoft.DotNet.Test.ProjectTemplates.2.1" Version="1.0.2-beta4.22406.1">
106106
<Uri>https://github.com/dotnet/test-templates</Uri>
@@ -155,14 +155,14 @@
155155
<Sha>5fcefbef4fa8a28c2ac73c8c03ab37fca30e4570</Sha>
156156
<SourceBuild RepoName="roslyn" ManagedOnly="true" />
157157
</Dependency>
158-
<Dependency Name="Microsoft.Build" Version="17.8.0-preview-23421-02" CoherentParentDependency="Microsoft.NET.Sdk">
158+
<Dependency Name="Microsoft.Build" Version="17.8.0-preview-23422-03" CoherentParentDependency="Microsoft.NET.Sdk">
159159
<Uri>https://github.com/dotnet/msbuild</Uri>
160-
<Sha>9ae833e5fc229f521fc017d0ece4b9353289d699</Sha>
160+
<Sha>5f4646bee14c03f9637fd36a3001bc1ac23338d8</Sha>
161161
<SourceBuild RepoName="msbuild" ManagedOnly="true" />
162162
</Dependency>
163-
<Dependency Name="NuGet.Build.Tasks" Version="6.8.0-preview.1.69" CoherentParentDependency="Microsoft.NET.Sdk">
163+
<Dependency Name="NuGet.Build.Tasks" Version="6.8.0-preview.1.72" CoherentParentDependency="Microsoft.NET.Sdk">
164164
<Uri>https://github.com/nuget/nuget.client</Uri>
165-
<Sha>e873b496daa6839a86f4b820d15945a9aad98e3d</Sha>
165+
<Sha>3e6afa75a6ae274840fbf00c857fb0cb646c5aad</Sha>
166166
<SourceBuildTarball RepoName="nuget-client" ManagedOnly="true" />
167167
</Dependency>
168168
<Dependency Name="Microsoft.ApplicationInsights" Version="2.0.0">

eng/Versions.props

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -84,9 +84,9 @@
8484
</PropertyGroup>
8585
<PropertyGroup>
8686
<!-- Dependencies from https://github.com/dotnet/sdk -->
87-
<MicrosoftDotNetCommonItemTemplatesPackageVersion>8.0.100-rc.2.23422.20</MicrosoftDotNetCommonItemTemplatesPackageVersion>
88-
<MicrosoftNETSdkPackageVersion>8.0.100-rc.2.23422.20</MicrosoftNETSdkPackageVersion>
89-
<MicrosoftDotNetMSBuildSdkResolverPackageVersion>8.0.100-rc.2.23422.20</MicrosoftDotNetMSBuildSdkResolverPackageVersion>
87+
<MicrosoftDotNetCommonItemTemplatesPackageVersion>8.0.100-rc.2.23422.34</MicrosoftDotNetCommonItemTemplatesPackageVersion>
88+
<MicrosoftNETSdkPackageVersion>8.0.100-rc.2.23422.34</MicrosoftNETSdkPackageVersion>
89+
<MicrosoftDotNetMSBuildSdkResolverPackageVersion>8.0.100-rc.2.23422.34</MicrosoftDotNetMSBuildSdkResolverPackageVersion>
9090
<MicrosoftNETBuildExtensionsPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftNETBuildExtensionsPackageVersion>
9191
<MicrosoftDotnetToolsetInternalPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftDotnetToolsetInternalPackageVersion>
9292
<MicrosoftDotnetTemplateLocatorPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftDotnetTemplateLocatorPackageVersion>
@@ -126,7 +126,7 @@
126126
</PropertyGroup>
127127
<PropertyGroup>
128128
<!-- Dependencies from https://github.com/NuGet/NuGet.Client -->
129-
<NuGetBuildTasksPackageVersion>6.8.0-preview.1.69</NuGetBuildTasksPackageVersion>
129+
<NuGetBuildTasksPackageVersion>6.8.0-preview.1.72</NuGetBuildTasksPackageVersion>
130130
</PropertyGroup>
131131
<!-- Dependencies from https://github.com/dotnet/deployment-tools -->
132132
<PropertyGroup>

0 commit comments

Comments
 (0)