Skip to content

Commit a7c01f2

Browse files
authored
Merge branch 'main' into dnup-release-flow
2 parents 467d6ea + 86e86be commit a7c01f2

File tree

3 files changed

+20
-8
lines changed

3 files changed

+20
-8
lines changed

eng/Version.Details.props

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -140,8 +140,8 @@ This file should be imported by eng/Versions.props
140140
<!-- dotnet/core-setup dependencies -->
141141
<NETStandardLibraryRefPackageVersion>2.1.0</NETStandardLibraryRefPackageVersion>
142142
<!-- microsoft/testfx dependencies -->
143-
<MicrosoftTestingPlatformPackageVersion>2.1.0-preview.25523.1</MicrosoftTestingPlatformPackageVersion>
144-
<MSTestPackageVersion>4.1.0-preview.25523.1</MSTestPackageVersion>
143+
<MicrosoftTestingPlatformPackageVersion>2.1.0-preview.25525.1</MicrosoftTestingPlatformPackageVersion>
144+
<MSTestPackageVersion>4.1.0-preview.25525.1</MSTestPackageVersion>
145145
</PropertyGroup>
146146
<!--Property group for alternate package version names-->
147147
<PropertyGroup>

eng/Version.Details.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -553,13 +553,13 @@
553553
<Uri>https://github.com/dotnet/dotnet</Uri>
554554
<Sha>be28ec777bf12db631725399c442448d52093087</Sha>
555555
</Dependency>
556-
<Dependency Name="Microsoft.Testing.Platform" Version="2.1.0-preview.25523.1">
556+
<Dependency Name="Microsoft.Testing.Platform" Version="2.1.0-preview.25525.1">
557557
<Uri>https://github.com/microsoft/testfx</Uri>
558-
<Sha>b349d2e4c023548494bc5f2f031a08376a287563</Sha>
558+
<Sha>82daaae2be64c7d3058a15656781bbf790e4e628</Sha>
559559
</Dependency>
560-
<Dependency Name="MSTest" Version="4.1.0-preview.25523.1">
560+
<Dependency Name="MSTest" Version="4.1.0-preview.25525.1">
561561
<Uri>https://github.com/microsoft/testfx</Uri>
562-
<Sha>b349d2e4c023548494bc5f2f031a08376a287563</Sha>
562+
<Sha>82daaae2be64c7d3058a15656781bbf790e4e628</Sha>
563563
</Dependency>
564564
<Dependency Name="Microsoft.Extensions.Configuration.Ini" Version="10.0.0-rc.1.25515.110">
565565
<Uri>https://github.com/dotnet/dotnet</Uri>

src/Layout/redist/targets/GenerateBundledVersions.targets

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -252,9 +252,21 @@
252252
android-x64;
253253
" />
254254

255+
<Net110RuntimePackRids Include="
256+
@(Net100RuntimePackRids);
257+
ios-arm64;
258+
iossimulator-arm64;
259+
iossimulator-x64;
260+
tvos-arm64;
261+
tvossimulator-arm64;
262+
tvossimulator-x64;
263+
maccatalyst-x64;
264+
maccatalyst-arm64;
265+
" />
266+
255267
<NetCoreAppHostRids Include="@(Net90AppHostRids)" />
256268

257-
<NetCoreRuntimePackRids Include="@(Net100RuntimePackRids)" />
269+
<NetCoreRuntimePackRids Include="@(Net110RuntimePackRids)" />
258270

259271
<!--
260272
In source-only builds, we build the current RID from source, which may be
@@ -692,7 +704,7 @@ Copyright (c) .NET Foundation. All rights reserved.
692704
TargetingPackName="Microsoft.NETCore.App.Ref"
693705
TargetingPackVersion="$(MicrosoftNETCoreAppRefPackageVersion)"
694706
RuntimePackNamePatterns="Microsoft.NETCore.App.Runtime.**RID**"
695-
RuntimePackRuntimeIdentifiers="@(NetCoreRuntimePackRids, '%3B')"
707+
RuntimePackRuntimeIdentifiers="@(Net100RuntimePackRids, '%3B')"
696708
/>
697709
698710
<KnownAppHostPack Include="Microsoft.NETCore.App"

0 commit comments

Comments
 (0)