Skip to content
Merged
4 changes: 2 additions & 2 deletions eng/Version.Details.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
<ProductDependencies>
</ProductDependencies>
<ToolsetDependencies>
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="5.0.0-beta.20111.11">
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="5.0.0-beta.20112.7">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>998b715ed1fbb966437345a1996af64e22c83368</Sha>
<Sha>951ea7430678b2682ff861fe1149b8a2f55887ca</Sha>
</Dependency>
</ToolsetDependencies>
</Dependencies>
1 change: 1 addition & 0 deletions eng/Versions.props
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
<VisualStudioEditorPackagesVersion>16.4.248</VisualStudioEditorPackagesVersion>
<ILToolsPackageVersion>5.0.0-alpha1.19409.1</ILToolsPackageVersion>
<MicrosoftVisualStudioLanguageServerPackagesVersion>16.3.27-develop-gdd55e997</MicrosoftVisualStudioLanguageServerPackagesVersion>
<MicrosoftNetCompilersToolsetVersion>3.5.0-beta2-20074-05</MicrosoftNetCompilersToolsetVersion>
</PropertyGroup>
<!--
Dependency versions
Expand Down
5 changes: 0 additions & 5 deletions eng/targets/Imports.targets
Original file line number Diff line number Diff line change
Expand Up @@ -50,11 +50,6 @@
<BypassFrameworkInstallChecks>true</BypassFrameworkInstallChecks>
</PropertyGroup>

<!-- Add the UnitTestContainer project capability -->
<ItemGroup Condition="'$(IsTestProject)' == 'true'">
<ProjectCapability Include="UnitTestContainer" />
</ItemGroup>

<!--
Do not copy dependencies to the output directory of a library project, unless it's a unit test project.
-->
Expand Down
2 changes: 1 addition & 1 deletion global.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@
"xcopy-msbuild": "16.4.0-alpha"
},
"msbuild-sdks": {
"Microsoft.DotNet.Arcade.Sdk": "5.0.0-beta.20111.11"
"Microsoft.DotNet.Arcade.Sdk": "5.0.0-beta.20112.7"
}
}
2 changes: 1 addition & 1 deletion src/Compilers/CSharp/Test/Emit/Emit/DeterministicTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ public void CompareAllBytesEmitted_Release(DebugInformationFormat pdbFormat)
}

[WorkItem(926, "https://github.com/dotnet/roslyn/issues/926")]
[Theory]
[Theory(Skip = "https://github.com/dotnet/roslyn/issues/41626")]
[MemberData(nameof(PdbFormats))]
public void CompareAllBytesEmitted_Debug(DebugInformationFormat pdbFormat)
{
Expand Down