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 dotnet/msquic #94032

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
15 commits
Select commit Hold shift + click to select a range
094120e
Update dependencies from https://github.com/dotnet/msquic build 20231…
dotnet-maestro[bot] Oct 26, 2023
43cfc7b
Update dependencies from https://github.com/dotnet/msquic build 20231…
dotnet-maestro[bot] Oct 27, 2023
2a81a49
Update dependencies from https://github.com/dotnet/msquic build 20231…
dotnet-maestro[bot] Oct 28, 2023
e8fdd3a
Update dependencies from https://github.com/dotnet/msquic build 20231…
dotnet-maestro[bot] Oct 29, 2023
f97b60c
Update dependencies from https://github.com/dotnet/msquic build 20231…
dotnet-maestro[bot] Oct 30, 2023
1ef8220
Update dependencies from https://github.com/dotnet/msquic build 20231…
dotnet-maestro[bot] Oct 31, 2023
513a039
Update dependencies from https://github.com/dotnet/msquic build 20231…
dotnet-maestro[bot] Nov 1, 2023
2588e13
Update dependencies from https://github.com/dotnet/msquic build 20231…
dotnet-maestro[bot] Nov 2, 2023
1978001
Update dependencies from https://github.com/dotnet/msquic build 20231…
dotnet-maestro[bot] Nov 3, 2023
33626ab
Update dependencies from https://github.com/dotnet/msquic build 20231…
dotnet-maestro[bot] Nov 4, 2023
ebff3ff
Update dependencies from https://github.com/dotnet/msquic build 20231…
dotnet-maestro[bot] Nov 5, 2023
9d5cc9d
Update dependencies from https://github.com/dotnet/msquic build 20231…
dotnet-maestro[bot] Nov 6, 2023
2ec78ce
Update dependencies from https://github.com/dotnet/msquic build 20231…
dotnet-maestro[bot] Nov 7, 2023
193f334
Update dependencies from https://github.com/dotnet/msquic build 20231…
dotnet-maestro[bot] Nov 8, 2023
6953542
Merge branch 'release/8.0' into darc-release/8.0-257214cf-2b2e-4fed-b…
carlossanlop Nov 8, 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
4 changes: 4 additions & 0 deletions NuGet.config
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@
<clear />
<!--Begin: Package sources managed by Dependency Flow automation. Do not edit the sources below.-->
<!-- Begin: Package sources from dotnet-emsdk -->
<add key="darc-pub-dotnet-emsdk-51bf18a" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-emsdk-51bf18a2/nuget/v3/index.json" />
<add key="darc-pub-dotnet-emsdk-51bf18a-3" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-emsdk-51bf18a2-3/nuget/v3/index.json" />
<add key="darc-pub-dotnet-emsdk-51bf18a-2" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-emsdk-51bf18a2-2/nuget/v3/index.json" />
<add key="darc-pub-dotnet-emsdk-51bf18a-1" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-emsdk-51bf18a2-1/nuget/v3/index.json" />
<add key="darc-pub-dotnet-emsdk-2406616" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-emsdk-2406616d/nuget/v3/index.json" />
<!-- End: Package sources from dotnet-emsdk -->
<!--End: Package sources managed by Dependency Flow automation. Do not edit the sources above.-->
Expand Down
4 changes: 2 additions & 2 deletions eng/Version.Details.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
<Uri>https://github.com/dotnet/icu</Uri>
<Sha>e76010c828e5913da4b6a5332f4d8b14f660dd88</Sha>
</Dependency>
<Dependency Name="System.Net.MsQuic.Transport" Version="8.0.0-alpha.1.23468.1">
<Dependency Name="System.Net.MsQuic.Transport" Version="8.0.0-alpha.1.23527.1">
<Uri>https://github.com/dotnet/msquic</Uri>
<Sha>bbb1252b31e3a194be3163982d972e4583c75476</Sha>
<Sha>4e887bb039a972819bce916ab8fbeb0c63c53bd1</Sha>
</Dependency>
<Dependency Name="System.ServiceModel.Primitives" Version="4.9.0-rc2.21473.1">
<Uri>https://github.com/dotnet/wcf</Uri>
Expand Down
2 changes: 1 addition & 1 deletion eng/Versions.props
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@
<MicrosoftNETCoreRuntimeICUTransportVersion>8.0.0-rtm.23523.2</MicrosoftNETCoreRuntimeICUTransportVersion>
<!-- MsQuic -->
<MicrosoftNativeQuicMsQuicVersion>2.2.3</MicrosoftNativeQuicMsQuicVersion>
<SystemNetMsQuicTransportVersion>8.0.0-alpha.1.23468.1</SystemNetMsQuicTransportVersion>
<SystemNetMsQuicTransportVersion>8.0.0-alpha.1.23527.1</SystemNetMsQuicTransportVersion>
<!-- Mono LLVM -->
<runtimelinuxarm64MicrosoftNETCoreRuntimeMonoLLVMSdkVersion>16.0.5-alpha.1.23478.1</runtimelinuxarm64MicrosoftNETCoreRuntimeMonoLLVMSdkVersion>
<runtimelinuxarm64MicrosoftNETCoreRuntimeMonoLLVMToolsVersion>16.0.5-alpha.1.23478.1</runtimelinuxarm64MicrosoftNETCoreRuntimeMonoLLVMToolsVersion>
Expand Down
Loading