Skip to content

[main] Update dependencies from dotnet/source-build-reference-packages #17435

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

Merged
merged 18 commits into from
Aug 7, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
18 commits
Select commit Hold shift + click to select a range
09a7d16
Update dependencies from https://github.com/dotnet/source-build-refer…
dotnet-maestro[bot] Jul 23, 2024
e2bc109
Update dependencies from https://github.com/dotnet/source-build-refer…
dotnet-maestro[bot] Jul 24, 2024
7c36eea
Update dependencies from https://github.com/dotnet/source-build-refer…
dotnet-maestro[bot] Jul 25, 2024
2b4c380
Update dependencies from https://github.com/dotnet/source-build-refer…
dotnet-maestro[bot] Jul 26, 2024
5fc563d
Update dependencies from https://github.com/dotnet/source-build-refer…
dotnet-maestro[bot] Jul 27, 2024
cbf6172
Update dependencies from https://github.com/dotnet/source-build-refer…
dotnet-maestro[bot] Jul 28, 2024
41c61bf
Update dependencies from https://github.com/dotnet/source-build-refer…
dotnet-maestro[bot] Jul 29, 2024
96928be
Merge branch 'main' into darc-main-941ecbc8-2a0e-4727-a6cf-1a755958c65a
psfinaki Jul 29, 2024
56e4d47
Update dependencies from https://github.com/dotnet/source-build-refer…
dotnet-maestro[bot] Jul 30, 2024
fe06166
Update dependencies from https://github.com/dotnet/source-build-refer…
dotnet-maestro[bot] Jul 31, 2024
9ebb607
Update dependencies from https://github.com/dotnet/source-build-refer…
dotnet-maestro[bot] Aug 1, 2024
e7d694c
Update dependencies from https://github.com/dotnet/source-build-refer…
dotnet-maestro[bot] Aug 2, 2024
3b07750
Update dependencies from https://github.com/dotnet/source-build-refer…
dotnet-maestro[bot] Aug 3, 2024
a4e232a
Update dependencies from https://github.com/dotnet/source-build-refer…
dotnet-maestro[bot] Aug 4, 2024
f3352b3
Update dependencies from https://github.com/dotnet/source-build-refer…
dotnet-maestro[bot] Aug 5, 2024
f8c687e
Update dependencies from https://github.com/dotnet/source-build-refer…
dotnet-maestro[bot] Aug 7, 2024
04d417a
Add prebuilt ignore
vzarytovskii Aug 7, 2024
02fe1a1
Merge branch 'main' into darc-main-941ecbc8-2a0e-4727-a6cf-1a755958c65a
vzarytovskii Aug 7, 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
1 change: 1 addition & 0 deletions eng/SourceBuildPrebuiltBaseline.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
<UsagePattern IdentityGlob="System.CodeDom/8.0.0" />
<UsagePattern IdentityGlob="System.Resources.Extensions/8.0.0" />
<UsagePattern IdentityGlob="System.Diagnostics.DiagnosticSource/8.0.0" />
<UsagePattern IdentityGlob="System.Threading.Tasks.Dataflow/8.0.0" />

<UsagePattern IdentityGlob="Microsoft.AspNetCore.App.Runtime.linux-x64/9.0.*" />
<UsagePattern IdentityGlob="Microsoft.NETCore.App.Crossgen2.linux-x64/9.0.*" />
Expand Down
4 changes: 2 additions & 2 deletions eng/Version.Details.xml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<Dependencies>
<ProductDependencies>
<Dependency Name="Microsoft.SourceBuild.Intermediate.source-build-reference-packages" Version="9.0.0-alpha.1.24352.1">
<Dependency Name="Microsoft.SourceBuild.Intermediate.source-build-reference-packages" Version="9.0.0-alpha.1.24405.2">
<Uri>https://github.com/dotnet/source-build-reference-packages</Uri>
<Sha>cc732c57199f725857c201da146525e3be6bc504</Sha>
<Sha>0d066e61a30c2599d0ced871ea45acf0e10571af</Sha>
<SourceBuild RepoName="source-build-reference-packages" ManagedOnly="true" />
</Dependency>
<!-- Intermediate is necessary for source build. -->
Expand Down
Loading