Skip to content

Commit 9da1999

Browse files
author
Simon Zhao (BEYONDSOFT CONSULTING INC)
committed
Merge branch 'main' of https://github.com/dotnet/sdk into darc-main-3179108c-c6b8-45ea-ab29-d26b162530ec
2 parents dd307c8 + bc7ab30 commit 9da1999

File tree

4 files changed

+12
-11
lines changed

4 files changed

+12
-11
lines changed

eng/Version.Details.props

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -142,8 +142,8 @@ This file should be imported by eng/Versions.props
142142
<!-- nuget/nuget.client dependencies -->
143143
<NuGetLocalizationPackageVersion>7.0.0-preview.1.100</NuGetLocalizationPackageVersion>
144144
<!-- microsoft/testfx dependencies -->
145-
<MicrosoftTestingPlatformPackageVersion>1.9.0-preview.25404.3</MicrosoftTestingPlatformPackageVersion>
146-
<MSTestPackageVersion>3.11.0-preview.25404.3</MSTestPackageVersion>
145+
<MicrosoftTestingPlatformPackageVersion>1.9.0-preview.25405.2</MicrosoftTestingPlatformPackageVersion>
146+
<MSTestPackageVersion>3.11.0-preview.25405.2</MSTestPackageVersion>
147147
</PropertyGroup>
148148
<!--Property group for alternate package version names-->
149149
<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>8cb85e042157ddb8122121a13b7b05329636214c</Sha>
555555
</Dependency>
556-
<Dependency Name="Microsoft.Testing.Platform" Version="1.9.0-preview.25404.3">
556+
<Dependency Name="Microsoft.Testing.Platform" Version="1.9.0-preview.25405.2">
557557
<Uri>https://github.com/microsoft/testfx</Uri>
558-
<Sha>f3ec4dde6ee95396a53012dad96885827b7f932b</Sha>
558+
<Sha>07d36fd9a7959c757a9f0dade43667bdec159944</Sha>
559559
</Dependency>
560-
<Dependency Name="MSTest" Version="3.11.0-preview.25404.3">
560+
<Dependency Name="MSTest" Version="3.11.0-preview.25405.2">
561561
<Uri>https://github.com/microsoft/testfx</Uri>
562-
<Sha>f3ec4dde6ee95396a53012dad96885827b7f932b</Sha>
562+
<Sha>07d36fd9a7959c757a9f0dade43667bdec159944</Sha>
563563
</Dependency>
564564
<Dependency Name="Microsoft.Extensions.Configuration.Ini" Version="10.0.0-rc.1.25405.103">
565565
<Uri>https://github.com/dotnet/dotnet</Uri>

src/Layout/redist/tools/tool_fsc.csproj

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,10 @@
1717

1818
<ItemGroup>
1919
<PackageReference Include="Microsoft.FSharp.Compiler" ExcludeAssets="contentFiles" GeneratePathProperty="true" />
20-
<PackageReference Include="Microsoft.Build.Framework" />
21-
<PackageReference Include="Microsoft.Build.Tasks.Core" />
22-
<PackageReference Include="Microsoft.Build.Utilities.Core" />
20+
<PackageReference Include="Microsoft.Build.Framework" VersionOverride="$(MicrosoftBuildCurrentPackageVersion)" />
21+
<PackageReference Include="Microsoft.Build.Tasks.Core" VersionOverride="$(MicrosoftBuildCurrentPackageVersion)" />
22+
<PackageReference Include="Microsoft.Build.Utilities.Core" VersionOverride="$(MicrosoftBuildCurrentPackageVersion)" />
23+
<PackageReference Include="Microsoft.NET.StringTools" VersionOverride="$(MicrosoftBuildCurrentPackageVersion)" />
2324
</ItemGroup>
2425

2526
<!-- MIBC don't work for SB yet: https://github.com/dotnet/source-build/issues/247 -->

test/Microsoft.NET.Restore.Tests/GivenThatWeWantToUseFrameworkRoslyn.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ public GivenThatWeWantToUseFrameworkRoslyn(ITestOutputHelper log) : base(log)
1111
{
1212
}
1313

14-
[FullMSBuildOnlyFact]
14+
[FullMSBuildOnlyFact(Skip = "https://github.com/dotnet/sdk/pull/49654/")]
1515
public void It_downloads_Microsoft_Net_Compilers_Toolset_Framework_when_requested()
1616
{
1717
const string testProjectName = "NetCoreApp";
@@ -46,7 +46,7 @@ public void It_downloads_Microsoft_Net_Compilers_Toolset_Framework_when_requeste
4646
.HaveStdOutContaining(Path.Combine(toolsetPackageDir, toolsetPackageVersion, "csc.exe") + " /noconfig");
4747
}
4848

49-
[FullMSBuildOnlyFact]
49+
[FullMSBuildOnlyFact(Skip = "https://github.com/dotnet/sdk/pull/49654/")]
5050
public void It_downloads_Microsoft_Net_Compilers_Toolset_Framework_when_MSBuild_is_torn()
5151
{
5252
const string testProjectName = "NetCoreApp";

0 commit comments

Comments
 (0)