Skip to content

Commit ca1946f

Browse files
[main] Update dependencies from dotnet/installer (#19813)
This pull request updates the following dependencies ## From https://github.com/dotnet/installer - **Subscription**: 80cb9ffd-f92f-4fc8-9f8b-08dbca46abfb - **Build**: 20240112.9 - **Date Produced**: January 12, 2024 7:59:52 PM UTC - **Commit**: 0bf95ed6be8aaecc3d22d63e9b3db5efa00e2b2b - **Branch**: refs/heads/release/8.0.1xx - **Updates**: - **Microsoft.Dotnet.Sdk.Internal**: [from 8.0.102-servicing.24060.42 to 8.0.102-servicing.24062.9][3] [3]: dotnet/installer@5e12b89...0bf95ed
1 parent 380d19d commit ca1946f

File tree

4 files changed

+4
-16
lines changed

4 files changed

+4
-16
lines changed

NuGet.config

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,8 @@
1616
<add key="darc-pub-dotnet-emsdk-201f4da-1" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-emsdk-201f4dae-1/nuget/v3/index.json" />
1717
<!-- End: Package sources from dotnet-emsdk -->
1818
<!-- Begin: Package sources from dotnet-aspnetcore -->
19-
<add key="darc-int-dotnet-aspnetcore-8e941eb" value="https://pkgs.dev.azure.com/dnceng/internal/_packaging/darc-int-dotnet-aspnetcore-8e941eb4/nuget/v3/index.json" />
20-
<add key="darc-int-dotnet-aspnetcore-8e941eb-2" value="https://pkgs.dev.azure.com/dnceng/internal/_packaging/darc-int-dotnet-aspnetcore-8e941eb4-2/nuget/v3/index.json" />
21-
<add key="darc-int-dotnet-aspnetcore-8e941eb-1" value="https://pkgs.dev.azure.com/dnceng/internal/_packaging/darc-int-dotnet-aspnetcore-8e941eb4-1/nuget/v3/index.json" />
2219
<!-- End: Package sources from dotnet-aspnetcore -->
2320
<!-- Begin: Package sources from dotnet-runtime -->
24-
<add key="darc-int-dotnet-runtime-bf5e279" value="https://pkgs.dev.azure.com/dnceng/internal/_packaging/darc-int-dotnet-runtime-bf5e279d/nuget/v3/index.json" />
25-
<add key="darc-int-dotnet-runtime-bf5e279-2" value="https://pkgs.dev.azure.com/dnceng/internal/_packaging/darc-int-dotnet-runtime-bf5e279d-2/nuget/v3/index.json" />
26-
<add key="darc-int-dotnet-runtime-bf5e279-1" value="https://pkgs.dev.azure.com/dnceng/internal/_packaging/darc-int-dotnet-runtime-bf5e279d-1/nuget/v3/index.json" />
2721
<!-- End: Package sources from dotnet-runtime -->
2822
<!--End: Package sources managed by Dependency Flow automation. Do not edit the sources above.-->
2923
<add key="dotnet-public" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json" protocolVersion="3" />
@@ -58,14 +52,8 @@
5852
<clear />
5953
<!--Begin: Package sources managed by Dependency Flow automation. Do not edit the sources below.-->
6054
<!-- Begin: Package sources from dotnet-runtime -->
61-
<add key="darc-int-dotnet-runtime-bf5e279-1" value="true" />
62-
<add key="darc-int-dotnet-runtime-bf5e279-2" value="true" />
63-
<add key="darc-int-dotnet-runtime-bf5e279" value="true" />
6455
<!-- End: Package sources from dotnet-runtime -->
6556
<!-- Begin: Package sources from dotnet-aspnetcore -->
66-
<add key="darc-int-dotnet-aspnetcore-8e941eb-1" value="true" />
67-
<add key="darc-int-dotnet-aspnetcore-8e941eb-2" value="true" />
68-
<add key="darc-int-dotnet-aspnetcore-8e941eb" value="true" />
6957
<!-- End: Package sources from dotnet-aspnetcore -->
7058
<!--End: Package sources managed by Dependency Flow automation. Do not edit the sources above.-->
7159
</disabledPackageSources>

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.102-servicing.24060.42">
3+
<Dependency Name="Microsoft.Dotnet.Sdk.Internal" Version="8.0.102-servicing.24062.9">
44
<Uri>https://github.com/dotnet/installer</Uri>
5-
<Sha>5e12b89c162aeca1ee3244be8ede3b3109938d17</Sha>
5+
<Sha>0bf95ed6be8aaecc3d22d63e9b3db5efa00e2b2b</Sha>
66
</Dependency>
77
<Dependency Name="Microsoft.NET.ILLink" Version="8.0.0-rtm.23524.7">
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.102-servicing.24060.42</MicrosoftDotnetSdkInternalPackageVersion>
5+
<MicrosoftDotnetSdkInternalPackageVersion>8.0.102-servicing.24062.9</MicrosoftDotnetSdkInternalPackageVersion>
66
<MicrosoftNETILLinkTasksPackageVersion>8.0.1</MicrosoftNETILLinkTasksPackageVersion>
77
<MicrosoftNETILLinkPackageVersion>8.0.0-rtm.23524.7</MicrosoftNETILLinkPackageVersion>
88
<MicrosoftDotNetBuildTasksFeedPackageVersion>6.0.0-beta.21212.6</MicrosoftDotNetBuildTasksFeedPackageVersion>

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.102-servicing.24060.42"
3+
"version": "8.0.102-servicing.24062.9"
44
}
55
}

0 commit comments

Comments
 (0)