Skip to content

Commit 1893fc0

Browse files
[net8.0] Update dependencies from dotnet/installer (#18468)
This pull request updates the following dependencies ## From https://github.com/dotnet/installer - **Subscription**: f9b68d84-9c90-4bd0-5499-08db4112d57e - **Build**: 20230620.7 - **Date Produced**: June 21, 2023 4:20:57 AM UTC - **Commit**: 7a0bb9fd747b5ed6e5f84911a944686068c1a9e6 - **Branch**: refs/heads/main - **Updates**: - **Microsoft.Dotnet.Sdk.Internal**: [from 8.0.100-preview.6.23318.1 to 8.0.100-preview.6.23320.7][2] [2]: dotnet/installer@8d98e5a...7a0bb9f
1 parent 18eaeb2 commit 1893fc0

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

eng/Version.Details.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<Dependencies>
22
<ProductDependencies>
3-
<Dependency Name="Microsoft.Dotnet.Sdk.Internal" Version="8.0.100-preview.6.23318.1">
3+
<Dependency Name="Microsoft.Dotnet.Sdk.Internal" Version="8.0.100-preview.6.23320.7">
44
<Uri>https://github.com/dotnet/installer</Uri>
5-
<Sha>8d98e5a6ba7f7fbc157ebea6317d8e7418472920</Sha>
5+
<Sha>7a0bb9fd747b5ed6e5f84911a944686068c1a9e6</Sha>
66
</Dependency>
77
<Dependency Name="Microsoft.NET.ILLink.Tasks" Version="8.0.0-preview.6.23316.3" CoherentParentDependency="Microsoft.Dotnet.Sdk.Internal">
88
<Uri>https://github.com/dotnet/runtime</Uri>

eng/Versions.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<!--Package versions-->
33
<PropertyGroup>
44
<!-- Versions updated by maestro -->
5-
<MicrosoftDotnetSdkInternalPackageVersion>8.0.100-preview.6.23318.1</MicrosoftDotnetSdkInternalPackageVersion>
5+
<MicrosoftDotnetSdkInternalPackageVersion>8.0.100-preview.6.23320.7</MicrosoftDotnetSdkInternalPackageVersion>
66
<MicrosoftNETILLinkTasksPackageVersion>8.0.0-preview.6.23316.3</MicrosoftNETILLinkTasksPackageVersion>
77
<MicrosoftDotNetBuildTasksFeedPackageVersion>6.0.0-beta.21212.6</MicrosoftDotNetBuildTasksFeedPackageVersion>
88
<MicrosoftNETCoreAppRefPackageVersion>8.0.0-preview.6.23316.3</MicrosoftNETCoreAppRefPackageVersion>

global.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"sdk": {
3-
"version": "8.0.100-preview.6.23318.1"
3+
"version": "8.0.100-preview.6.23320.7"
44
}
55
}

0 commit comments

Comments
 (0)