Skip to content

Commit 3571289

Browse files
author
Simon Zhao (BEYONDSOFT CONSULTING INC)
committed
Merge branch 'release/9.0.3xx' of https://github.com/dotnet/sdk into darc-release/9.0.3xx-f7b44bff-071f-4e3f-9b7d-e512981053f3
2 parents c17870e + a2c7eba commit 3571289

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

eng/Versions.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<VersionMajor>9</VersionMajor>
77
<VersionMinor>0</VersionMinor>
88
<VersionSDKMinor>3</VersionSDKMinor>
9-
<VersionFeature>02</VersionFeature>
9+
<VersionFeature>03</VersionFeature>
1010
<!-- This property powers the SdkAnalysisLevel property in end-user MSBuild code.
1111
It should always be the hundreds-value of the current SDK version, never any
1212
preview version components or anything else. E.g. 8.0.100, 9.0.300, etc. -->

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

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

12-
[FullMSBuildOnlyFact]
12+
[FullMSBuildOnlyFact(Skip = "https://github.com/dotnet/sdk/pull/49654/")]
1313
public void It_downloads_Microsoft_Net_Compilers_Toolset_Framework_when_requested()
1414
{
1515
const string testProjectName = "NetCoreApp";
@@ -44,7 +44,7 @@ public void It_downloads_Microsoft_Net_Compilers_Toolset_Framework_when_requeste
4444
.HaveStdOutContaining(Path.Combine(toolsetPackageDir, toolsetPackageVersion, "csc.exe") + " /noconfig");
4545
}
4646

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

0 commit comments

Comments
 (0)