Skip to content

Commit ca467d6

Browse files
[main] Update dependencies from dotnet/sdk (#16996)
[main] Update dependencies from dotnet/sdk - Coherency Updates: - Microsoft.Net.Compilers.Toolset: from 4.8.0-1.23363.4 to 4.8.0-1.23364.1 (parent: Microsoft.NET.Sdk)
1 parent 378e8ab commit ca467d6

File tree

2 files changed

+14
-14
lines changed

2 files changed

+14
-14
lines changed

eng/Version.Details.xml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -102,22 +102,22 @@
102102
<Uri>https://github.com/dotnet/test-templates</Uri>
103103
<Sha>86fd4cd1c57057f920678e29d6ecbba491abd142</Sha>
104104
</Dependency>
105-
<Dependency Name="Microsoft.DotNet.Common.ItemTemplates" Version="8.0.100-preview.7.23364.37">
105+
<Dependency Name="Microsoft.DotNet.Common.ItemTemplates" Version="8.0.100-preview.7.23364.38">
106106
<Uri>https://github.com/dotnet/sdk</Uri>
107-
<Sha>a0faad875afdc0d9c7be49f2c7970d0faee185f5</Sha>
107+
<Sha>494a4d156e809019d17d667931c045f68827a895</Sha>
108108
</Dependency>
109-
<Dependency Name="Microsoft.TemplateEngine.Cli" Version="8.0.100-preview.7.23364.37">
109+
<Dependency Name="Microsoft.TemplateEngine.Cli" Version="8.0.100-preview.7.23364.38">
110110
<Uri>https://github.com/dotnet/sdk</Uri>
111-
<Sha>a0faad875afdc0d9c7be49f2c7970d0faee185f5</Sha>
111+
<Sha>494a4d156e809019d17d667931c045f68827a895</Sha>
112112
</Dependency>
113-
<Dependency Name="Microsoft.NET.Sdk" Version="8.0.100-preview.7.23364.37">
113+
<Dependency Name="Microsoft.NET.Sdk" Version="8.0.100-preview.7.23364.38">
114114
<Uri>https://github.com/dotnet/sdk</Uri>
115-
<Sha>a0faad875afdc0d9c7be49f2c7970d0faee185f5</Sha>
115+
<Sha>494a4d156e809019d17d667931c045f68827a895</Sha>
116116
<SourceBuild RepoName="sdk" ManagedOnly="true" />
117117
</Dependency>
118-
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="8.0.100-preview.7.23364.37">
118+
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="8.0.100-preview.7.23364.38">
119119
<Uri>https://github.com/dotnet/sdk</Uri>
120-
<Sha>a0faad875afdc0d9c7be49f2c7970d0faee185f5</Sha>
120+
<Sha>494a4d156e809019d17d667931c045f68827a895</Sha>
121121
</Dependency>
122122
<!-- For coherency purposes, these versions should be gated by the versions of winforms and wpf routed via windowsdesktop -->
123123
<Dependency Name="Microsoft.Dotnet.WinForms.ProjectTemplates" Version="8.0.0-preview.7.23363.1" CoherentParentDependency="Microsoft.WindowsDesktop.App.Runtime.win-x64">
@@ -146,9 +146,9 @@
146146
<Uri>https://github.com/dotnet/runtime</Uri>
147147
<Sha>ae99bb2e7a0a5db7c2bff129322965fd3c6e820d</Sha>
148148
</Dependency>
149-
<Dependency Name="Microsoft.Net.Compilers.Toolset" Version="4.8.0-1.23363.4" CoherentParentDependency="Microsoft.NET.Sdk">
149+
<Dependency Name="Microsoft.Net.Compilers.Toolset" Version="4.8.0-1.23364.1" CoherentParentDependency="Microsoft.NET.Sdk">
150150
<Uri>https://github.com/dotnet/roslyn</Uri>
151-
<Sha>30e63818bebcf151eaca694e82547c4013a41053</Sha>
151+
<Sha>2d0b05d1158a58fffd34bba1a33d3ba8b62f3975</Sha>
152152
<SourceBuild RepoName="roslyn" ManagedOnly="true" />
153153
</Dependency>
154154
<Dependency Name="Microsoft.Build" Version="17.8.0-preview-23363-02" CoherentParentDependency="Microsoft.NET.Sdk">

eng/Versions.props

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -81,16 +81,16 @@
8181
</PropertyGroup>
8282
<PropertyGroup>
8383
<!-- Dependencies from https://github.com/dotnet/sdk -->
84-
<MicrosoftDotNetCommonItemTemplatesPackageVersion>8.0.100-preview.7.23364.37</MicrosoftDotNetCommonItemTemplatesPackageVersion>
85-
<MicrosoftNETSdkPackageVersion>8.0.100-preview.7.23364.37</MicrosoftNETSdkPackageVersion>
86-
<MicrosoftDotNetMSBuildSdkResolverPackageVersion>8.0.100-preview.7.23364.37</MicrosoftDotNetMSBuildSdkResolverPackageVersion>
84+
<MicrosoftDotNetCommonItemTemplatesPackageVersion>8.0.100-preview.7.23364.38</MicrosoftDotNetCommonItemTemplatesPackageVersion>
85+
<MicrosoftNETSdkPackageVersion>8.0.100-preview.7.23364.38</MicrosoftNETSdkPackageVersion>
86+
<MicrosoftDotNetMSBuildSdkResolverPackageVersion>8.0.100-preview.7.23364.38</MicrosoftDotNetMSBuildSdkResolverPackageVersion>
8787
<MicrosoftNETBuildExtensionsPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftNETBuildExtensionsPackageVersion>
8888
<MicrosoftDotnetToolsetInternalPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftDotnetToolsetInternalPackageVersion>
8989
<MicrosoftDotnetTemplateLocatorPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftDotnetTemplateLocatorPackageVersion>
9090
</PropertyGroup>
9191
<PropertyGroup>
9292
<!-- Dependencies from https://github.com/dotnet/roslyn -->
93-
<MicrosoftNetCompilersToolsetPackageVersion>4.8.0-1.23363.4</MicrosoftNetCompilersToolsetPackageVersion>
93+
<MicrosoftNetCompilersToolsetPackageVersion>4.8.0-1.23364.1</MicrosoftNetCompilersToolsetPackageVersion>
9494
</PropertyGroup>
9595
<PropertyGroup>
9696
<!-- Dependencies from https://github.com/dotnet/corefx -->

0 commit comments

Comments
 (0)