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

Merge main to feature/triggers #731

Merged
merged 24 commits into from
Aug 18, 2021
Merged
Changes from 1 commit
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
9a5f9f9
Update dependencies from https://github.com/dotnet/diagnostics build …
dotnet-maestro[bot] Aug 11, 2021
1ac2893
Update dependencies from https://github.com/dotnet/runtime build 2021…
dotnet-maestro[bot] Aug 11, 2021
cf94ef7
Update dependencies from https://github.com/dotnet/aspnetcore build 2…
dotnet-maestro[bot] Aug 11, 2021
be7ded1
Update dependencies from https://github.com/dotnet/diagnostics build …
dotnet-maestro[bot] Aug 12, 2021
24b4b13
Update dependencies from https://github.com/dotnet/runtime build 2021…
dotnet-maestro[bot] Aug 12, 2021
5bed1b4
Update dependencies from https://github.com/dotnet/aspnetcore build 2…
dotnet-maestro[bot] Aug 12, 2021
d42c234
Update dependencies from https://github.com/dotnet/arcade build 20210…
dotnet-maestro[bot] Aug 12, 2021
b914277
Switch to Bearer auth (#463)
kelltrick Aug 13, 2021
d251001
Update dependencies from https://github.com/dotnet/runtime build 2021…
dotnet-maestro[bot] Aug 13, 2021
6fed2b4
Update dependencies from https://github.com/dotnet/aspnetcore build 2…
dotnet-maestro[bot] Aug 13, 2021
a364f7e
Update dependencies from https://github.com/dotnet/diagnostics build …
dotnet-maestro[bot] Aug 13, 2021
ed78b48
Add detailed message to output in TestSchemaBaseline (#715)
kelltrick Aug 13, 2021
d9280b3
Update dependencies from https://github.com/dotnet/arcade build 20210…
dotnet-maestro[bot] Aug 14, 2021
b358d9f
Update dependencies from https://github.com/dotnet/runtime build 2021…
dotnet-maestro[bot] Aug 14, 2021
203216d
Update dependencies from https://github.com/dotnet/runtime build 2021…
dotnet-maestro[bot] Aug 15, 2021
1430b93
Update dependencies from https://github.com/dotnet/runtime build 2021…
dotnet-maestro[bot] Aug 16, 2021
6f5de0c
Update dependencies from https://github.com/dotnet/aspnetcore build 2…
dotnet-maestro[bot] Aug 17, 2021
caa59a5
Update dependencies from https://github.com/dotnet/diagnostics build …
dotnet-maestro[bot] Aug 17, 2021
7ed86ad
Update dependencies from https://github.com/dotnet/arcade build 20210…
dotnet-maestro[bot] Aug 17, 2021
384898a
Update dependencies from https://github.com/dotnet/runtime build 2021…
dotnet-maestro[bot] Aug 17, 2021
860cfcd
Update dependencies from https://github.com/dotnet/aspnetcore build 2…
dotnet-maestro[bot] Aug 17, 2021
89a0e84
Small changes to the WithCancellation extension method. (#719)
jander-msft Aug 17, 2021
6145472
Move *EndpointInfo implementations to dotnet-monitor. (#726)
jander-msft Aug 17, 2021
f44b90c
Merge branch 'main' of https://github.com/dotnet/dotnet-monitor into …
jander-msft Aug 17, 2021
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
Prev Previous commit
Next Next commit
Update dependencies from https://github.com/dotnet/runtime build 2021…
…0815.6 (#725)

[main] Update dependencies from dotnet/runtime
dotnet-maestro[bot] authored Aug 16, 2021

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
commit 1430b931d9321e07b8bef77088901fcbdbef0eca
4 changes: 2 additions & 2 deletions eng/Version.Details.xml
Original file line number Diff line number Diff line change
@@ -30,9 +30,9 @@
<Uri>https://github.com/dotnet/aspnetcore</Uri>
<Sha>24ea7ef4b753e1d1d56d13ffa4791af242bcefd0</Sha>
</Dependency>
<Dependency Name="VS.Redist.Common.NetCore.SharedFramework.x64.6.0" Version="6.0.0-rc.1.21414.4">
<Dependency Name="VS.Redist.Common.NetCore.SharedFramework.x64.6.0" Version="6.0.0-rc.1.21415.6">
<Uri>https://github.com/dotnet/runtime</Uri>
<Sha>6c39236e9f8353758b5b841c3ce171051dc71579</Sha>
<Sha>fde6b37e985605d862c070256de7c97e2a3f3342</Sha>
</Dependency>
</ToolsetDependencies>
</Dependencies>
2 changes: 1 addition & 1 deletion eng/Versions.props
Original file line number Diff line number Diff line change
@@ -34,7 +34,7 @@
<MicrosoftDiagnosticsMonitoringVersion>5.0.0-preview.21412.1</MicrosoftDiagnosticsMonitoringVersion>
<MicrosoftDiagnosticsMonitoringEventPipeVersion>5.0.0-preview.21412.1</MicrosoftDiagnosticsMonitoringEventPipeVersion>
<!-- dotnet/runtime references -->
<VSRedistCommonNetCoreSharedFrameworkx6460Version>6.0.0-rc.1.21414.4</VSRedistCommonNetCoreSharedFrameworkx6460Version>
<VSRedistCommonNetCoreSharedFrameworkx6460Version>6.0.0-rc.1.21415.6</VSRedistCommonNetCoreSharedFrameworkx6460Version>
<!-- dotnet/symstore references -->
<MicrosoftFileFormatsVersion>1.0.240901</MicrosoftFileFormatsVersion>
</PropertyGroup>