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

[release/8.0] Update dependencies from 7 repositories #90766

Merged
Merged
Show file tree
Hide file tree
Changes from 3 commits
Commits
Show all changes
19 commits
Select commit Hold shift + click to select a range
6e553e1
Update dependencies from https://github.com/dotnet/icu build 20230814.4
dotnet-maestro[bot] Aug 17, 2023
d4d6540
Update dependencies from https://github.com/dotnet/msquic build 20230…
dotnet-maestro[bot] Aug 17, 2023
891bae3
Update dependencies from https://github.com/dotnet/roslyn-analyzers b…
dotnet-maestro[bot] Aug 17, 2023
a0b87d3
Update dependencies from https://github.com/dotnet/cecil build 202308…
dotnet-maestro[bot] Aug 18, 2023
fa40da3
Update dependencies from https://github.com/dotnet/roslyn-analyzers b…
dotnet-maestro[bot] Aug 18, 2023
745f6f2
Update dependencies from https://github.com/dotnet/source-build-refer…
dotnet-maestro[bot] Aug 18, 2023
91ea046
Revert "Update dependencies from https://github.com/dotnet/icu build …
lewing Aug 18, 2023
30a4c03
Merge branch 'release/8.0' into darc-release/8.0-1c197c05-ed87-49b7-a…
lewing Aug 18, 2023
61060dd
Update dependencies from https://github.com/dotnet/icu build 20230818.1
dotnet-maestro[bot] Aug 19, 2023
f758f46
Update dependencies from https://github.com/dotnet/arcade build 20230…
dotnet-maestro[bot] Aug 19, 2023
94b2c5a
Dependency coherency updates
dotnet-maestro[bot] Aug 19, 2023
105d7cf
Update dependencies from https://github.com/dotnet/arcade build 20230…
dotnet-maestro[bot] Aug 20, 2023
47e76d8
Update dependencies from https://github.com/dotnet/roslyn-analyzers b…
dotnet-maestro[bot] Aug 21, 2023
e7701a8
Update dependencies from https://github.com/dotnet/cecil build 202308…
dotnet-maestro[bot] Aug 22, 2023
0b3286f
Update dependencies from https://github.com/dotnet/hotreload-utils bu…
dotnet-maestro[bot] Aug 22, 2023
a42f472
Update dependencies from https://github.com/dotnet/icu build 20230821.2
dotnet-maestro[bot] Aug 22, 2023
ea9a054
Update dependencies from https://github.com/dotnet/roslyn-analyzers b…
dotnet-maestro[bot] Aug 22, 2023
da2137a
Update dependencies from https://github.com/dotnet/source-build-refer…
dotnet-maestro[bot] Aug 22, 2023
06330fa
[wasm] Fix Wasm.Build.Tests build (#90927)
radical Aug 22, 2023
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
16 changes: 8 additions & 8 deletions eng/Version.Details.xml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
<Dependencies>
<ProductDependencies>
<Dependency Name="Microsoft.NETCore.Runtime.ICU.Transport" Version="8.0.0-rc.1.23407.2">
<Dependency Name="Microsoft.NETCore.Runtime.ICU.Transport" Version="9.0.0-alpha.1.23414.4">
<Uri>https://github.com/dotnet/icu</Uri>
<Sha>92124838d3f0efde3ac483a904691a611babb9a0</Sha>
<Sha>f30b8b72f0ef60f2633d39c2d86422b5726498fd</Sha>
</Dependency>
<Dependency Name="System.Net.MsQuic.Transport" Version="8.0.0-alpha.1.23166.1">
<Dependency Name="System.Net.MsQuic.Transport" Version="8.0.0-alpha.1.23412.1">
<Uri>https://github.com/dotnet/msquic</Uri>
<Sha>a880e93af4e50d19110d228e698900c110e2b0e9</Sha>
<Sha>72811ab66f2611ac9f652cbb020dba033fc37401</Sha>
</Dependency>
<Dependency Name="System.ServiceModel.Primitives" Version="4.9.0-rc2.21473.1">
<Uri>https://github.com/dotnet/wcf</Uri>
Expand Down Expand Up @@ -371,13 +371,13 @@
<Uri>https://github.com/dotnet/roslyn</Uri>
<Sha>1fd4ff9d594b227baa3fc0962e2251323311ec19</Sha>
</Dependency>
<Dependency Name="Microsoft.CodeAnalysis.Analyzers" Version="3.11.0-beta1.23412.1">
<Dependency Name="Microsoft.CodeAnalysis.Analyzers" Version="3.11.0-beta1.23416.1">
<Uri>https://github.com/dotnet/roslyn-analyzers</Uri>
<Sha>755a4f888d64fc7c0f2802adca731f301a53283d</Sha>
<Sha>28fbf1107491dd5acafdca1e85a2ad136e30e796</Sha>
</Dependency>
<Dependency Name="Microsoft.CodeAnalysis.NetAnalyzers" Version="8.0.0-preview.23412.1">
<Dependency Name="Microsoft.CodeAnalysis.NetAnalyzers" Version="8.0.0-preview.23416.1">
<Uri>https://github.com/dotnet/roslyn-analyzers</Uri>
<Sha>755a4f888d64fc7c0f2802adca731f301a53283d</Sha>
<Sha>28fbf1107491dd5acafdca1e85a2ad136e30e796</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.ApiCompat.Task" Version="8.0.100-preview.7.23329.3">
<Uri>https://github.com/dotnet/sdk</Uri>
Expand Down
8 changes: 4 additions & 4 deletions eng/Versions.props
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@
</ItemGroup>
<PropertyGroup>
<!-- dotnet/roslyn-analyzers dependencies -->
<MicrosoftCodeAnalysisAnalyzersVersion>3.11.0-beta1.23412.1</MicrosoftCodeAnalysisAnalyzersVersion>
<MicrosoftCodeAnalysisNetAnalyzersVersion>8.0.0-preview.23412.1</MicrosoftCodeAnalysisNetAnalyzersVersion>
<MicrosoftCodeAnalysisAnalyzersVersion>3.11.0-beta1.23416.1</MicrosoftCodeAnalysisAnalyzersVersion>
<MicrosoftCodeAnalysisNetAnalyzersVersion>8.0.0-preview.23416.1</MicrosoftCodeAnalysisNetAnalyzersVersion>
<!-- dotnet/roslyn dependencies -->
<!--
These versions should not be used by any project that contributes to the design-time experience in VS, such as an analyzer, code-fix, or generator assembly.
Expand Down Expand Up @@ -217,10 +217,10 @@
<!-- ILCompiler -->
<MicrosoftDotNetILCompilerVersion>8.0.0-rc.1.23406.6</MicrosoftDotNetILCompilerVersion>
<!-- ICU -->
<MicrosoftNETCoreRuntimeICUTransportVersion>8.0.0-rc.1.23407.2</MicrosoftNETCoreRuntimeICUTransportVersion>
<MicrosoftNETCoreRuntimeICUTransportVersion>9.0.0-alpha.1.23414.4</MicrosoftNETCoreRuntimeICUTransportVersion>
<!-- MsQuic -->
<MicrosoftNativeQuicMsQuicVersion>2.2.2</MicrosoftNativeQuicMsQuicVersion>
<SystemNetMsQuicTransportVersion>8.0.0-alpha.1.23180.2</SystemNetMsQuicTransportVersion>
<SystemNetMsQuicTransportVersion>8.0.0-alpha.1.23412.1</SystemNetMsQuicTransportVersion>
<!-- Mono LLVM -->
<runtimelinuxarm64MicrosoftNETCoreRuntimeMonoLLVMSdkVersion>16.0.5-alpha.1.23408.1</runtimelinuxarm64MicrosoftNETCoreRuntimeMonoLLVMSdkVersion>
<runtimelinuxarm64MicrosoftNETCoreRuntimeMonoLLVMToolsVersion>16.0.5-alpha.1.23408.1</runtimelinuxarm64MicrosoftNETCoreRuntimeMonoLLVMToolsVersion>
Expand Down
Loading