Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[main] Update dependencies from dotnet/installer #20753

Merged
merged 19 commits into from
Jul 3, 2024
Merged
Show file tree
Hide file tree
Changes from 8 commits
Commits
Show all changes
19 commits
Select commit Hold shift + click to select a range
1899e6b
Update dependencies from https://github.com/dotnet/installer build 20…
dotnet-maestro[bot] Jun 20, 2024
890f85b
Re-generate global.json for PR #20753: [main] Update dependencies fro…
Jun 20, 2024
10d99e8
Merge branch 'main' into darc-main-6165edfb-dded-45cd-907f-8ca5bdb0cf6c
mandel-macaque Jun 20, 2024
268ad68
Merge branch 'main' into darc-main-6165edfb-dded-45cd-907f-8ca5bdb0cf6c
rolfbjarne Jun 21, 2024
253c1b2
Update dependencies from https://github.com/dotnet/installer build 20…
dotnet-maestro[bot] Jun 21, 2024
1c397a9
Update dependencies from https://github.com/dotnet/installer build 20…
dotnet-maestro[bot] Jun 22, 2024
2f4531c
Update dependencies from https://github.com/dotnet/installer build 20…
dotnet-maestro[bot] Jun 23, 2024
35fc8e0
Update dependencies from https://github.com/dotnet/installer build 20…
dotnet-maestro[bot] Jun 24, 2024
bd64dbb
Merge branch 'main' into darc-main-6165edfb-dded-45cd-907f-8ca5bdb0cf6c
rolfbjarne Jun 25, 2024
421306c
Update dependencies from https://github.com/dotnet/installer build 20…
dotnet-maestro[bot] Jun 25, 2024
bf52e5e
Re-generate global.json for PR #20753: [main] Update dependencies fro…
Jun 25, 2024
caa389b
Update dependencies from https://github.com/dotnet/installer build 20…
dotnet-maestro[bot] Jun 26, 2024
4e508a0
Update dependencies from https://github.com/dotnet/installer build 20…
dotnet-maestro[bot] Jun 27, 2024
12b7b52
Update dependencies from https://github.com/dotnet/installer build 20…
dotnet-maestro[bot] Jun 28, 2024
457d4e9
Update dependencies from https://github.com/dotnet/installer build 20…
dotnet-maestro[bot] Jun 29, 2024
9de394e
Update dependencies from https://github.com/dotnet/installer build 20…
dotnet-maestro[bot] Jun 30, 2024
9d39ecf
Update dependencies from https://github.com/dotnet/installer build 20…
dotnet-maestro[bot] Jul 1, 2024
95d56ac
Update dependencies from https://github.com/dotnet/installer build 20…
dotnet-maestro[bot] Jul 2, 2024
10df5a7
Update dependencies from https://github.com/dotnet/installer build 20…
dotnet-maestro[bot] Jul 3, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions eng/Version.Details.xml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<Dependencies>
<ProductDependencies>
<Dependency Name="Microsoft.Dotnet.Sdk.Internal" Version="8.0.107-servicing.24317.4">
<Dependency Name="Microsoft.Dotnet.Sdk.Internal" Version="8.0.107-servicing.24319.1">
<Uri>https://github.com/dotnet/installer</Uri>
<Sha>de7be3dce619f5998e041962b4a1062cc44bfd37</Sha>
<Sha>946c757c46c319dda6a6cde380297261e69ce870</Sha>
</Dependency>
<Dependency Name="Microsoft.NET.ILLink" Version="8.0.0-rtm.23524.7">
<Uri>https://github.com/dotnet/runtime</Uri>
Expand Down
2 changes: 1 addition & 1 deletion eng/Versions.props
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<!--Package versions-->
<PropertyGroup>
<!-- Versions updated by maestro -->
<MicrosoftDotnetSdkInternalPackageVersion>8.0.107-servicing.24317.4</MicrosoftDotnetSdkInternalPackageVersion>
<MicrosoftDotnetSdkInternalPackageVersion>8.0.107-servicing.24319.1</MicrosoftDotnetSdkInternalPackageVersion>
<MicrosoftNETILLinkTasksPackageVersion>8.0.5</MicrosoftNETILLinkTasksPackageVersion>
<MicrosoftNETILLinkPackageVersion>8.0.0-rtm.23524.7</MicrosoftNETILLinkPackageVersion>
<MicrosoftDotNetBuildTasksFeedPackageVersion>8.0.0-beta.24225.1</MicrosoftDotNetBuildTasksFeedPackageVersion>
Expand Down
2 changes: 1 addition & 1 deletion global.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"sdk": {
"version": "8.0.107-servicing.24317.4"
"version": "8.0.107-servicing.24319.1"
}
}