Skip to content

Commit bc7ab30

Browse files
authored
[automated] Merge branch 'release/9.0.3xx' => 'main' (#50042)
2 parents 2e4b558 + 9768d04 commit bc7ab30

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

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)