dotnet-maestro[bot] [Sat, 31 Jul 2021 12:42:10 +0000 (12:42 +0000)]
Update dependencies from https://github.com/dotnet/aspnetcore build
20210731.1 (#2467)
[main] Update dependencies from dotnet/aspnetcore
dotnet-maestro[bot] [Fri, 30 Jul 2021 12:51:48 +0000 (12:51 +0000)]
Update dependencies from https://github.com/dotnet/runtime build
20210730.1 (#2465)
[main] Update dependencies from dotnet/runtime
dotnet-maestro[bot] [Fri, 30 Jul 2021 12:50:59 +0000 (12:50 +0000)]
Update dependencies from https://github.com/dotnet/aspnetcore build
20210729.10 (#2464)
[main] Update dependencies from dotnet/aspnetcore
Mike McLaughlin [Thu, 29 Jul 2021 17:59:39 +0000 (10:59 -0700)]
Fix unknown type/methods in core dumps. (#2442)
Fixes some of the issues in https://github.com/dotnet/diagnostics/issues/2375
The problem is that the image mapping memory service didn't convert the rva from a
loaded layout calculated from the in-memory module to the file layout (the PEReader
with the downloaded image).
On Windows, images (native or managed) are always loaded layout so return false in
IModule.IsFileLayout without calling GetPEInfo() to avoid the recursion that broken
getting the info about coreclr.dll. It turns out that the heap dumps generated on
Windows don't have the image in-memory.
Don't get module version in GetPEInfo() to determine the layout. Cleanup.
Skip relocations that span cache blocks. This happens very rarely and should not affect
anything unless we get really really unlucky.
Justin Anderson [Thu, 29 Jul 2021 17:55:28 +0000 (10:55 -0700)]
Remove old IVTs and add new one for dotnet-monitor. (#2463)
dotnet-maestro[bot] [Thu, 29 Jul 2021 17:10:57 +0000 (17:10 +0000)]
Update dependencies from https://github.com/dotnet/runtime build
20210728.9 (#2462)
[main] Update dependencies from dotnet/runtime
dotnet-maestro[bot] [Thu, 29 Jul 2021 12:51:50 +0000 (12:51 +0000)]
Update dependencies from https://github.com/dotnet/aspnetcore build
20210729.1 (#2461)
[main] Update dependencies from dotnet/aspnetcore
Andrew Au [Thu, 29 Jul 2021 07:04:47 +0000 (00:04 -0700)]
We should check against alloc_allocated instead of heap_segment_allocated for ephemeral segment (#2450)
Mike McLaughlin [Wed, 28 Jul 2021 21:17:27 +0000 (14:17 -0700)]
Update alpine image that includes lldb python support and enable tests on 6.0 (#2460)
* Update alpine image that includes lldb python support
* Enable lldb and dump tests on Alpine
* Don't run the bpmd portions of the tests on Alpine
* Add requiresCapPtraceContainer:true to Alpine legs
dotnet-maestro[bot] [Wed, 28 Jul 2021 12:56:05 +0000 (12:56 +0000)]
Update dependencies from https://github.com/dotnet/aspnetcore build
20210728.1 (#2456)
[main] Update dependencies from dotnet/aspnetcore
dotnet-maestro[bot] [Wed, 28 Jul 2021 12:51:54 +0000 (12:51 +0000)]
Update dependencies from https://github.com/dotnet/runtime build
20210728.2 (#2457)
[main] Update dependencies from dotnet/runtime
Koundinya Veluri [Tue, 27 Jul 2021 18:46:45 +0000 (11:46 -0700)]
Add thread adjustment reason for cooperative blocking (#2455)
Koundinya Veluri [Tue, 27 Jul 2021 16:59:43 +0000 (09:59 -0700)]
Revert "Update `ThreadCounts` usage based on a change (#2324)" (#2452)
- Depends on https://github.com/dotnet/runtime/pull/56346
- Reverted commit
3d57bee719e6db6b19dce4026bdc7c47b1c3519b from PR https://github.com/dotnet/diagnostics/pull/2324 since the relevant change to `ThreadCounts` was reverted in https://github.com/dotnet/runtime/pull/56346
dotnet-maestro[bot] [Tue, 27 Jul 2021 16:54:11 +0000 (16:54 +0000)]
Update dependencies from https://github.com/dotnet/aspnetcore build
20210727.2 (#2453)
[main] Update dependencies from dotnet/aspnetcore
dotnet-maestro[bot] [Tue, 27 Jul 2021 16:49:45 +0000 (16:49 +0000)]
Update dependencies from https://github.com/dotnet/runtime build
20210726.24 (#2454)
[main] Update dependencies from dotnet/runtime
dotnet-maestro[bot] [Mon, 26 Jul 2021 12:54:18 +0000 (12:54 +0000)]
[main] Update dependencies from dotnet/aspnetcore (#2439)
[main] Update dependencies from dotnet/aspnetcore
dotnet-maestro[bot] [Mon, 26 Jul 2021 12:42:47 +0000 (12:42 +0000)]
Update dependencies from https://github.com/dotnet/runtime build
20210725.2 (#2449)
[main] Update dependencies from dotnet/runtime
dotnet-maestro[bot] [Sun, 25 Jul 2021 20:18:45 +0000 (13:18 -0700)]
[main] Update dependencies from dotnet/runtime (#2435)
* Fix asssuption in SOS what the IXClrDataModule::GetFlags returns.
* Update to lldb-included Alpine 3.13 container
* Try node image for agent comms
* Use container with correct metadata to node path
* Remove libintl dependencies
* Update dependencies from https://github.com/dotnet/runtime build
20210724.7
Microsoft.NETCore.App.Runtime.win-x64 , VS.Redist.Common.NetCore.SharedFramework.x64.6.0
From Version 6.0.0-preview.7.21361.10 -> To Version 6.0.0-rc.1.21374.7
* Disable testing against dumps on Alpine for now (until the 6.0 createdump change is in)
Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
Co-authored-by: Mike McLaughlin <mikem@microsoft.com>
Co-authored-by: Juan Hoyos <juan.hoyos@microsoft.com>
Co-authored-by: Juan Sebastian Hoyos Ayala <juhoyosa@microsoft.com>
mikelle-rogers [Fri, 23 Jul 2021 17:51:47 +0000 (11:51 -0600)]
fixed dotnet-trace when output is not redirected (#2448)
Co-authored-by: Mikelle Rogers <mirogers@microsoft.com>
John Salem [Tue, 20 Jul 2021 00:02:59 +0000 (17:02 -0700)]
Fix fallback for resumeruntime (#2441)
* Fix fallback for resumeruntime
* Throw unsupported exception and catch everywhere it is used.
Mike McLaughlin [Fri, 16 Jul 2021 04:23:40 +0000 (21:23 -0700)]
Fix clrstack -i crash (#2440)
dotnet-maestro[bot] [Wed, 14 Jul 2021 17:04:48 +0000 (17:04 +0000)]
Update dependencies from https://github.com/dotnet/aspnetcore build
20210713.17 (#2437)
[main] Update dependencies from dotnet/aspnetcore
dotnet-maestro[bot] [Tue, 13 Jul 2021 12:56:09 +0000 (12:56 +0000)]
Update dependencies from https://github.com/dotnet/aspnetcore build
20210713.1 (#2434)
[main] Update dependencies from dotnet/aspnetcore
David Mason [Tue, 13 Jul 2021 09:29:22 +0000 (02:29 -0700)]
Remove erroneous mentions of reverse server in comments (#2433)
dotnet-maestro[bot] [Mon, 12 Jul 2021 12:54:30 +0000 (12:54 +0000)]
[main] Update dependencies from dotnet/runtime (#2432)
[main] Update dependencies from dotnet/runtime
dotnet-maestro[bot] [Sun, 11 Jul 2021 12:42:25 +0000 (12:42 +0000)]
Update dependencies from https://github.com/dotnet/aspnetcore build
20210710.2 (#2431)
[main] Update dependencies from dotnet/aspnetcore
dotnet-maestro[bot] [Sat, 10 Jul 2021 12:42:00 +0000 (12:42 +0000)]
Update dependencies from https://github.com/dotnet/runtime build
20210710.1 (#2430)
[main] Update dependencies from dotnet/runtime
dotnet-maestro[bot] [Sat, 10 Jul 2021 12:41:42 +0000 (12:41 +0000)]
Update dependencies from https://github.com/dotnet/aspnetcore build
20210709.15 (#2429)
[main] Update dependencies from dotnet/aspnetcore
dotnet-maestro[bot] [Fri, 9 Jul 2021 16:34:54 +0000 (16:34 +0000)]
Update dependencies from https://github.com/dotnet/runtime build
20210709.1 (#2428)
[main] Update dependencies from dotnet/runtime
dotnet-maestro[bot] [Fri, 9 Jul 2021 12:41:49 +0000 (12:41 +0000)]
Update dependencies from https://github.com/dotnet/aspnetcore build
20210708.5 (#2427)
[main] Update dependencies from dotnet/aspnetcore
Juan Hoyos [Fri, 9 Jul 2021 02:10:54 +0000 (19:10 -0700)]
Disable dsrouter single-file publish (#2337)
dotnet-maestro[bot] [Thu, 8 Jul 2021 17:36:45 +0000 (17:36 +0000)]
Update dependencies from https://github.com/dotnet/runtime build
20210708.2 (#2425)
[main] Update dependencies from dotnet/runtime
dotnet-maestro[bot] [Thu, 8 Jul 2021 12:52:22 +0000 (12:52 +0000)]
Update dependencies from https://github.com/dotnet/aspnetcore build
20210707.22 (#2424)
[main] Update dependencies from dotnet/aspnetcore
Johan Lorensson [Thu, 8 Jul 2021 08:05:31 +0000 (10:05 +0200)]
Implement tooling support to connect using custom IPC channels. (#2374)
dsrouter presents same default IPC channel to tools as a regular coreclr process so there is a risk of collision with its own coreclr runtime default IPC channel (if used).
dsrouter supports custom named IPC channels using its -ipcs argument, but current tooling can't connect to custom named IPC channels, only supporting the default IPC channel through use of --process-id or --name arguments.
This commit extend tooling support in dotnet-counters and dotnet-trace extending the --diagnostic-port command accepting custom IPC channels to connect to, instead of default channels based on process id.
Thefrank [Wed, 7 Jul 2021 18:05:16 +0000 (11:05 -0700)]
fix building native component for FreeBSD (#2419)
Fix building native under FreeBSD
Co-authored-by: TheFrank <none>
dotnet-maestro[bot] [Wed, 7 Jul 2021 12:54:03 +0000 (12:54 +0000)]
Update dependencies from https://github.com/dotnet/runtime build
20210707.1 (#2423)
[main] Update dependencies from dotnet/runtime
dotnet-maestro[bot] [Wed, 7 Jul 2021 12:43:21 +0000 (12:43 +0000)]
Update dependencies from https://github.com/dotnet/aspnetcore build
20210707.1 (#2422)
[main] Update dependencies from dotnet/aspnetcore
Juan Hoyos [Wed, 7 Jul 2021 06:30:11 +0000 (23:30 -0700)]
Fix DSRouter build break in diag client (#2421)
Johan Lorensson [Tue, 6 Jul 2021 16:53:46 +0000 (18:53 +0200)]
Add dsrouter client-client mode. (#2385)
* Add dsrouter client-client mode.
* Make retry explicit parameter in ConnectTcpStreamAsync.
dotnet-maestro[bot] [Tue, 6 Jul 2021 12:56:55 +0000 (12:56 +0000)]
Update dependencies from https://github.com/dotnet/aspnetcore build
20210705.4 (#2416)
[main] Update dependencies from dotnet/aspnetcore
dotnet-maestro[bot] [Tue, 6 Jul 2021 12:52:47 +0000 (12:52 +0000)]
Update dependencies from https://github.com/dotnet/runtime build
20210706.2 (#2417)
[main] Update dependencies from dotnet/runtime
Sung Yoon Whang [Tue, 6 Jul 2021 05:39:22 +0000 (22:39 -0700)]
Clean up error code used by dotnet-counters and dotnet-trace (#2412)
dotnet-maestro[bot] [Mon, 5 Jul 2021 17:18:40 +0000 (17:18 +0000)]
Update dependencies from https://github.com/dotnet/aspnetcore build
20210703.3 (#2414)
[main] Update dependencies from dotnet/aspnetcore
dotnet-maestro[bot] [Mon, 5 Jul 2021 12:49:21 +0000 (12:49 +0000)]
Update dependencies from https://github.com/dotnet/runtime build
20210705.1 (#2415)
[main] Update dependencies from dotnet/runtime
dotnet-maestro[bot] [Sat, 3 Jul 2021 12:42:18 +0000 (12:42 +0000)]
Update dependencies from https://github.com/dotnet/runtime build
20210702.16 (#2411)
[main] Update dependencies from dotnet/runtime
dotnet-maestro[bot] [Sat, 3 Jul 2021 12:36:58 +0000 (12:36 +0000)]
Update dependencies from https://github.com/dotnet/aspnetcore build
20210702.7 (#2410)
[main] Update dependencies from dotnet/aspnetcore
Aaron Robinson [Fri, 2 Jul 2021 20:49:43 +0000 (13:49 -0700)]
Update DumpObj command to show TrackedType and TaggedMemory (#2407)
* Update DumpObj command to show TrackedType and TaggedMemory if applicable.
* Update DML for tagged memory to compute the pointer size of memory dynamically.
dotnet-maestro[bot] [Fri, 2 Jul 2021 17:34:20 +0000 (17:34 +0000)]
Update dependencies from https://github.com/dotnet/aspnetcore build
20210701.9 (#2408)
[main] Update dependencies from dotnet/aspnetcore
dotnet-maestro[bot] [Fri, 2 Jul 2021 12:51:48 +0000 (12:51 +0000)]
Update dependencies from https://github.com/dotnet/runtime build
20210702.2 (#2409)
[main] Update dependencies from dotnet/runtime
dotnet-maestro[bot] [Thu, 1 Jul 2021 12:56:57 +0000 (12:56 +0000)]
Update dependencies from https://github.com/dotnet/runtime build
20210701.2 (#2406)
[main] Update dependencies from dotnet/runtime
dotnet-maestro[bot] [Thu, 1 Jul 2021 12:56:02 +0000 (12:56 +0000)]
Update dependencies from https://github.com/dotnet/aspnetcore build
20210630.3 (#2405)
[main] Update dependencies from dotnet/aspnetcore
Justin Anderson [Thu, 1 Jul 2021 05:37:58 +0000 (22:37 -0700)]
Add GetProcessInfo2 command, response, tests, and docs. (#2360)
Justin Anderson [Thu, 1 Jul 2021 04:19:45 +0000 (21:19 -0700)]
Remove endpoint info, runtime info, and command line helper. (#2371)
dotnet-maestro[bot] [Wed, 30 Jun 2021 16:09:35 +0000 (16:09 +0000)]
Update dependencies from https://github.com/dotnet/runtime build
20210630.2 (#2402)
[main] Update dependencies from dotnet/runtime
dotnet-maestro[bot] [Wed, 30 Jun 2021 12:56:34 +0000 (12:56 +0000)]
Update dependencies from https://github.com/dotnet/aspnetcore build
20210629.9 (#2401)
[main] Update dependencies from dotnet/aspnetcore
dotnet-maestro[bot] [Tue, 29 Jun 2021 16:21:01 +0000 (16:21 +0000)]
Update dependencies from https://github.com/dotnet/aspnetcore build
20210628.9 (#2399)
[main] Update dependencies from dotnet/aspnetcore
dotnet-maestro[bot] [Tue, 29 Jun 2021 14:41:00 +0000 (14:41 +0000)]
Update dependencies from https://github.com/dotnet/runtime build
20210629.1 (#2400)
[main] Update dependencies from dotnet/runtime
David Mason [Mon, 28 Jun 2021 18:17:35 +0000 (11:17 -0700)]
Add new DiagnosticClient commands for IPC features (#2268)
Client commands for dotnet/runtime#52175 and dotnet/runtime#52567
dotnet-maestro[bot] [Mon, 28 Jun 2021 12:44:01 +0000 (12:44 +0000)]
Update dependencies from https://github.com/dotnet/runtime build
20210628.2 (#2397)
[main] Update dependencies from dotnet/runtime
dotnet-maestro[bot] [Sun, 27 Jun 2021 12:50:11 +0000 (12:50 +0000)]
Update dependencies from https://github.com/dotnet/runtime build
20210626.8 (#2396)
[main] Update dependencies from dotnet/runtime
dotnet-maestro[bot] [Sat, 26 Jun 2021 12:42:51 +0000 (12:42 +0000)]
Update dependencies from https://github.com/dotnet/runtime build
20210626.1 (#2395)
[main] Update dependencies from dotnet/runtime
dotnet-maestro[bot] [Sat, 26 Jun 2021 12:42:18 +0000 (12:42 +0000)]
Update dependencies from https://github.com/dotnet/aspnetcore build
20210625.3 (#2394)
[main] Update dependencies from dotnet/aspnetcore
Peter Sollich [Fri, 25 Jun 2021 16:49:15 +0000 (18:49 +0200)]
Use a different way of recognizing a GC build using regions that works for SVR GC. (#2391)
dotnet-maestro[bot] [Fri, 25 Jun 2021 12:51:56 +0000 (12:51 +0000)]
Update dependencies from https://github.com/dotnet/runtime build
20210624.24 (#2393)
[main] Update dependencies from dotnet/runtime
dotnet-maestro[bot] [Fri, 25 Jun 2021 12:50:58 +0000 (12:50 +0000)]
Update dependencies from https://github.com/dotnet/aspnetcore build
20210624.13 (#2392)
[main] Update dependencies from dotnet/aspnetcore
Mike McLaughlin [Fri, 25 Jun 2021 03:28:42 +0000 (20:28 -0700)]
Fix build break on xcode 12 (#2390)
Merge utf8.cpp from runtime
dotnet-maestro[bot] [Thu, 24 Jun 2021 17:25:47 +0000 (17:25 +0000)]
Update dependencies from https://github.com/dotnet/aspnetcore build
20210623.6 (#2387)
[main] Update dependencies from dotnet/aspnetcore
dotnet-maestro[bot] [Thu, 24 Jun 2021 13:03:28 +0000 (13:03 +0000)]
Update dependencies from https://github.com/dotnet/runtime build
20210624.1 (#2388)
[main] Update dependencies from dotnet/runtime
Thefrank [Thu, 24 Jun 2021 04:23:40 +0000 (21:23 -0700)]
Updates scripts for LLVM/Clang versions that are double digits (#2386)
Co-authored-by: TheFrank <none>
Johan Lorensson [Wed, 23 Jun 2021 18:22:32 +0000 (20:22 +0200)]
Add adb port forward and usbmux support to dsrouter. (#2366)
dotnet-maestro[bot] [Wed, 23 Jun 2021 13:02:29 +0000 (13:02 +0000)]
[main] Update dependencies from dotnet/aspnetcore (#2383)
[main] Update dependencies from dotnet/aspnetcore
dotnet-maestro[bot] [Wed, 23 Jun 2021 12:58:27 +0000 (12:58 +0000)]
[main] Update dependencies from dotnet/runtime (#2384)
[main] Update dependencies from dotnet/runtime
dotnet-maestro[bot] [Mon, 21 Jun 2021 12:48:38 +0000 (12:48 +0000)]
Update dependencies from https://github.com/dotnet/runtime build
20210621.2 (#2382)
[main] Update dependencies from dotnet/runtime
dotnet-maestro[bot] [Sun, 20 Jun 2021 12:51:24 +0000 (12:51 +0000)]
Update dependencies from https://github.com/dotnet/runtime build
20210619.2 (#2380)
[main] Update dependencies from dotnet/runtime
dotnet-maestro[bot] [Sun, 20 Jun 2021 12:50:31 +0000 (12:50 +0000)]
Update dependencies from https://github.com/dotnet/aspnetcore build
20210619.2 (#2379)
[main] Update dependencies from dotnet/aspnetcore
dotnet-maestro[bot] [Sat, 19 Jun 2021 12:53:10 +0000 (12:53 +0000)]
Update dependencies from https://github.com/dotnet/runtime build
20210618.21 (#2378)
[main] Update dependencies from dotnet/runtime
dotnet-maestro[bot] [Sat, 19 Jun 2021 12:52:19 +0000 (12:52 +0000)]
Update dependencies from https://github.com/dotnet/aspnetcore build
20210619.1 (#2377)
[main] Update dependencies from dotnet/aspnetcore
Johan Lorensson [Fri, 18 Jun 2021 21:04:56 +0000 (23:04 +0200)]
Add runtime resume option to dotnet-trace and dotnet-counters. (#2343)
dotnet-maestro[bot] [Fri, 18 Jun 2021 17:38:52 +0000 (17:38 +0000)]
Update dependencies from https://github.com/dotnet/runtime build
20210618.2 (#2376)
[main] Update dependencies from dotnet/runtime
dotnet-maestro[bot] [Fri, 18 Jun 2021 12:52:53 +0000 (12:52 +0000)]
[main] Update dependencies from dotnet/aspnetcore (#2365)
[main] Update dependencies from dotnet/aspnetcore
dotnet-maestro[bot] [Thu, 17 Jun 2021 19:22:38 +0000 (19:22 +0000)]
[main] Update dependencies from dotnet/runtime (#2372)
[main] Update dependencies from dotnet/runtime
dotnet-maestro[bot] [Wed, 16 Jun 2021 21:37:31 +0000 (21:37 +0000)]
[main] Update dependencies from dotnet/runtime (#2364)
[main] Update dependencies from dotnet/runtime
Justin Anderson [Tue, 15 Jun 2021 00:56:12 +0000 (17:56 -0700)]
Add IVT for Microsoft.Diagnostics.Monitoring.WebApi (#2355)
dotnet-maestro[bot] [Sun, 13 Jun 2021 12:52:32 +0000 (12:52 +0000)]
Update dependencies from https://github.com/dotnet/aspnetcore build
20210612.4 (#2363)
[main] Update dependencies from dotnet/aspnetcore
dotnet-maestro[bot] [Sat, 12 Jun 2021 12:56:08 +0000 (12:56 +0000)]
Update dependencies from https://github.com/dotnet/runtime build
20210611.11 (#2362)
[main] Update dependencies from dotnet/runtime
dotnet-maestro[bot] [Sat, 12 Jun 2021 12:50:18 +0000 (12:50 +0000)]
Update dependencies from https://github.com/dotnet/aspnetcore build
20210611.10 (#2361)
[main] Update dependencies from dotnet/aspnetcore
dotnet-maestro[bot] [Fri, 11 Jun 2021 12:48:06 +0000 (12:48 +0000)]
Update dependencies from https://github.com/dotnet/runtime build
20210611.1 (#2359)
[main] Update dependencies from dotnet/runtime
dotnet-maestro[bot] [Fri, 11 Jun 2021 12:42:38 +0000 (12:42 +0000)]
Update dependencies from https://github.com/dotnet/aspnetcore build
20210610.11 (#2358)
[main] Update dependencies from dotnet/aspnetcore
Mike McLaughlin [Fri, 11 Jun 2021 02:10:42 +0000 (19:10 -0700)]
Remove the CLRMD dependency from Microsoft.Diagnostics.DebugServices (#2303)
Remove the CLRMD dependency from Microsoft.Diagnostics.DebugServices
Add VersionData and PdbFileInfo classes.
Fixed module dwTransientFlags for ENC
Koundinya Veluri [Thu, 10 Jun 2021 22:57:10 +0000 (15:57 -0700)]
Update `ThreadCounts` usage based on a change (#2324)
- Depends on https://github.com/dotnet/runtime/pull/53471
- In the above change `ThreadCounts._data` was changed from `ulong` to `uint`. Its usage in SOS was reading 8 bytes and only using the lower 4 bytes. Updated to read 4 bytes instead. No functional change, just updated to match.
dotnet-maestro[bot] [Thu, 10 Jun 2021 17:23:29 +0000 (17:23 +0000)]
Update dependencies from https://github.com/dotnet/runtime build
20210610.1 (#2354)
[main] Update dependencies from dotnet/runtime
dotnet-maestro[bot] [Thu, 10 Jun 2021 12:39:45 +0000 (12:39 +0000)]
Update dependencies from https://github.com/dotnet/aspnetcore build
20210609.7 (#2353)
[main] Update dependencies from dotnet/aspnetcore
dotnet-maestro[bot] [Wed, 9 Jun 2021 16:47:04 +0000 (16:47 +0000)]
Update dependencies from https://github.com/dotnet/runtime build
20210609.2 (#2352)
[main] Update dependencies from dotnet/runtime
dotnet-maestro[bot] [Wed, 9 Jun 2021 12:49:24 +0000 (12:49 +0000)]
Update dependencies from https://github.com/dotnet/aspnetcore build
20210608.15 (#2351)
[main] Update dependencies from dotnet/aspnetcore
dotnet-maestro[bot] [Tue, 8 Jun 2021 12:48:52 +0000 (12:48 +0000)]
Update dependencies from https://github.com/dotnet/runtime build
20210608.1 (#2348)
[main] Update dependencies from dotnet/runtime
dotnet-maestro[bot] [Tue, 8 Jun 2021 12:48:32 +0000 (12:48 +0000)]
Update dependencies from https://github.com/dotnet/aspnetcore build
20210608.1 (#2347)
[main] Update dependencies from dotnet/aspnetcore
dotnet-maestro[bot] [Mon, 7 Jun 2021 12:57:18 +0000 (12:57 +0000)]
Update dependencies from https://github.com/dotnet/runtime build
20210607.1 (#2346)
[main] Update dependencies from dotnet/runtime
dotnet-maestro[bot] [Mon, 7 Jun 2021 12:51:58 +0000 (12:51 +0000)]
Update dependencies from https://github.com/dotnet/aspnetcore build
20210606.3 (#2345)
[main] Update dependencies from dotnet/aspnetcore
dotnet-maestro[bot] [Sun, 6 Jun 2021 12:47:19 +0000 (12:47 +0000)]
Update dependencies from https://github.com/dotnet/runtime build
20210606.1 (#2342)
[main] Update dependencies from dotnet/runtime
dotnet-maestro[bot] [Sun, 6 Jun 2021 12:41:59 +0000 (12:41 +0000)]
Update dependencies from https://github.com/dotnet/aspnetcore build
20210605.2 (#2341)
[main] Update dependencies from dotnet/aspnetcore