Skip to content

Commit 2a10e96

Browse files
Bump to dotnet/installer@47a747f 8.0.100-alpha.1.22616.7 (#7647)
Changes: dotnet/installer@167a4ed...47a747f Changes: dotnet/linker@27ce032...2db841f Updates: * Microsoft.Dotnet.Sdk.Internal: from 8.0.100-alpha.1.22611.1 to 8.0.100-alpha.1.22616.7 * Microsoft.NET.ILLink.Tasks: from 8.0.100-1.22609.1 to 8.0.100-1.22612.2 * Update to MSBuild.StructuredLogger 2.1.758 Context: https://github.com/KirillOsenkov/MSBuildStructuredLog/releases/tag/v2.1.758 Context: KirillOsenkov/MSBuildStructuredLog#644 A few tests were failing with: Failed Install_CSharp_Change Error Message: System.NotSupportedException : Unsupported log file format. Latest supported version is 14, the log file has version 15. Co-authored-by: Jonathan Peppers <[email protected]>
1 parent 23fe98b commit 2a10e96

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

eng/Version.Details.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
<Dependencies>
22
<ProductDependencies>
3-
<Dependency Name="Microsoft.Dotnet.Sdk.Internal" Version="8.0.100-alpha.1.22611.1">
3+
<Dependency Name="Microsoft.Dotnet.Sdk.Internal" Version="8.0.100-alpha.1.22616.7">
44
<Uri>https://github.com/dotnet/installer</Uri>
5-
<Sha>167a4ed5b457e404bd6eadb4b0fd307000aefd57</Sha>
5+
<Sha>47a747f2265086a0b154d476df6fd633595ece7d</Sha>
66
</Dependency>
7-
<Dependency Name="Microsoft.NET.ILLink.Tasks" Version="8.0.100-1.22609.1" CoherentParentDependency="Microsoft.Dotnet.Sdk.Internal">
7+
<Dependency Name="Microsoft.NET.ILLink.Tasks" Version="8.0.100-1.22612.2" CoherentParentDependency="Microsoft.Dotnet.Sdk.Internal">
88
<Uri>https://github.com/dotnet/linker</Uri>
9-
<Sha>27ce03227f4822aaff660ec9bac6fe6c20d001d2</Sha>
9+
<Sha>2db841fc5f6bc7592b66ffe3bd0e1c888d022f93</Sha>
1010
</Dependency>
1111
<Dependency Name="Microsoft.NETCore.App.Ref" Version="8.0.0-alpha.1.22605.1" CoherentParentDependency="Microsoft.Dotnet.Sdk.Internal">
1212
<Uri>https://github.com/dotnet/runtime</Uri>

eng/Versions.props

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<Project>
22
<!--Package versions-->
33
<PropertyGroup>
4-
<MicrosoftDotnetSdkInternalPackageVersion>8.0.100-alpha.1.22611.1</MicrosoftDotnetSdkInternalPackageVersion>
5-
<MicrosoftNETILLinkTasksPackageVersion>8.0.100-1.22609.1</MicrosoftNETILLinkTasksPackageVersion>
4+
<MicrosoftDotnetSdkInternalPackageVersion>8.0.100-alpha.1.22616.7</MicrosoftDotnetSdkInternalPackageVersion>
5+
<MicrosoftNETILLinkTasksPackageVersion>8.0.100-1.22612.2</MicrosoftNETILLinkTasksPackageVersion>
66
<MicrosoftNETCoreAppRefPackageVersion>8.0.0-alpha.1.22605.1</MicrosoftNETCoreAppRefPackageVersion>
77
<MicrosoftDotNetApiCompatPackageVersion>7.0.0-beta.22103.1</MicrosoftDotNetApiCompatPackageVersion>
88
<MicrosoftDotNetBuildTasksFeedPackageVersion>7.0.0-beta.22103.1</MicrosoftDotNetBuildTasksFeedPackageVersion>

tests/MSBuildDeviceIntegration/MSBuildDeviceIntegration.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535

3636
<ItemGroup>
3737
<PackageReference Include="NodaTime" Version="2.4.5" />
38-
<PackageReference Include="MSBuild.StructuredLogger" Version="2.1.500" />
38+
<PackageReference Include="MSBuild.StructuredLogger" Version="2.1.758" />
3939
</ItemGroup>
4040

4141
<ItemGroup>

0 commit comments

Comments
 (0)