This pull request updates the following dependencies
[marker]: <> (Begin:
a9fe20fc-c5cb-441c-a7ce-
08dc4e3fac2f)
## From https://github.com/dotnet/runtime
- **Subscription**:
a9fe20fc-c5cb-441c-a7ce-
08dc4e3fac2f
- **Build**:
20240521.1
- **Date Produced**: May 21, 2024 11:23:14 AM UTC
- **Commit**:
2bfd1b44200de244a66b7f4a7604be1f2d5585bc
- **Branch**: refs/heads/main
[DependencyUpdate]: <> (Begin)
- **Updates**:
- **Microsoft.NETCore.App.Runtime.win-x64**: [from
9.0.0-preview.5.24268.2 to 9.0.0-preview.5.24271.1][1]
- **VS.Redist.Common.NetCore.SharedFramework.x64.9.0**: [from
9.0.0-preview.5.24268.2 to 9.0.0-preview.5.24271.1][1]
[1]: https://github.com/dotnet/runtime/compare/
5474ab5c50...
2bfd1b4420
[DependencyUpdate]: <> (End)
[marker]: <> (End:
a9fe20fc-c5cb-441c-a7ce-
08dc4e3fac2f)
---------
Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
Co-authored-by: Mike McLaughlin <mikem@microsoft.com>
<Uri>https://github.com/dotnet/aspnetcore</Uri>
<Sha>576f7cb8ec5aed536319bcc65ad4ec34149b5a16</Sha>
</Dependency>
- <Dependency Name="Microsoft.NETCore.App.Runtime.win-x64" Version="9.0.0-preview.5.24268.2">
+ <Dependency Name="Microsoft.NETCore.App.Runtime.win-x64" Version="9.0.0-preview.5.24271.1">
<Uri>https://github.com/dotnet/runtime</Uri>
- <Sha>5474ab5c50fc639e780e0322cd500b2e43ee9b0d</Sha>
+ <Sha>2bfd1b44200de244a66b7f4a7604be1f2d5585bc</Sha>
</Dependency>
- <Dependency Name="VS.Redist.Common.NetCore.SharedFramework.x64.9.0" Version="9.0.0-preview.5.24268.2">
+ <Dependency Name="VS.Redist.Common.NetCore.SharedFramework.x64.9.0" Version="9.0.0-preview.5.24271.1">
<Uri>https://github.com/dotnet/runtime</Uri>
- <Sha>5474ab5c50fc639e780e0322cd500b2e43ee9b0d</Sha>
+ <Sha>2bfd1b44200de244a66b7f4a7604be1f2d5585bc</Sha>
</Dependency>
<!-- Intermediate is necessary for source build. -->
<Dependency Name="Microsoft.SourceBuild.Intermediate.source-build-reference-packages" Version="9.0.0-alpha.1.24270.1">
</PropertyGroup>
<PropertyGroup>
<!-- Latest shared runtime version updated by darc -->
- <VSRedistCommonNetCoreSharedFrameworkx6490Version>9.0.0-preview.5.24268.2</VSRedistCommonNetCoreSharedFrameworkx6490Version>
- <MicrosoftNETCoreAppRuntimewinx64Version>9.0.0-preview.5.24268.2</MicrosoftNETCoreAppRuntimewinx64Version>
+ <VSRedistCommonNetCoreSharedFrameworkx6490Version>9.0.0-preview.5.24271.1</VSRedistCommonNetCoreSharedFrameworkx6490Version>
+ <MicrosoftNETCoreAppRuntimewinx64Version>9.0.0-preview.5.24271.1</MicrosoftNETCoreAppRuntimewinx64Version>
<!-- Latest shared aspnetcore version updated by darc -->
<MicrosoftAspNetCoreAppRefInternalVersion>9.0.0-preview.4.24222.16</MicrosoftAspNetCoreAppRefInternalVersion>
<MicrosoftAspNetCoreAppRefVersion>9.0.0-preview.4.24222.16</MicrosoftAspNetCoreAppRefVersion>
Debugger.Break(); // GCWhere should temp in Gen2
GC.Collect();
int genFourthTime = GC.GetGeneration(temp);
- Console.WriteLine("1st: {0} 2nd: {1}, 3rd: {2} 4th: {3}", genFirstTime, genSecondTime, genThirdTime, genFourthTime);
+ Console.WriteLine($"1st: {genFirstTime} 2nd: {genSecondTime}, 3rd: {genThirdTime} 4th: {genFourthTime}");
Debugger.Break(); // GCWhere should temp in Gen2
PrintIt(temp);
GC.KeepAlive(temp);