diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml
index 9796f2ccb..18dee3c83 100644
--- a/eng/Version.Details.xml
+++ b/eng/Version.Details.xml
@@ -71,21 +71,21 @@
https://github.com/dotnet/test-templates
5117d3d9d7dfd3583f0c42a639efaf092f957b7b
-
+
https://github.com/dotnet/templating
- dcf5adbd4b5665887f22ad19592dedfb9f1e1b68
+ 57ef4acae64d52b98e4aad4d8df3fc69a9e603d0
-
+
https://github.com/dotnet/toolset
- 52ad01255b30c157c5fbea985d4cd0834d1fc9fb
+ e491ffb69ef5ad6769ab11b6cc53b0cbad513fd4
-
+
https://github.com/dotnet/sdk
- 419501cb5731805c7e49bae276a2938e7c1844de
+ f6092eeadbddcd00b3249719e145b2190b40a48c
-
+
https://github.com/dotnet/toolset
- 52ad01255b30c157c5fbea985d4cd0834d1fc9fb
+ e491ffb69ef5ad6769ab11b6cc53b0cbad513fd4
diff --git a/eng/Versions.props b/eng/Versions.props
index 1ce159b60..f213a788f 100644
--- a/eng/Versions.props
+++ b/eng/Versions.props
@@ -13,7 +13,7 @@
- 5.0.100-alpha.1.19567.1
+ 5.0.100-alpha.1.19627.7
@@ -25,7 +25,7 @@
- 5.0.0-alpha1.19566.1
+ 5.0.0-alpha1.19627.1
@@ -46,14 +46,14 @@
- 5.0.100-alpha.1.19567.1
+ 5.0.100-alpha.1.19627.7
0.2.0
- 5.0.100-alpha1.19501.2
+ 5.0.100-alpha.1.19626.1
$(MicrosoftNETSdkPackageVersion)
diff --git a/global.json b/global.json
index afcef9302..7a677affb 100644
--- a/global.json
+++ b/global.json
@@ -1,6 +1,6 @@
{
"tools": {
- "dotnet": "5.0.100-alpha1-014915"
+ "dotnet": "5.0.100-alpha1-015949"
},
"msbuild-sdks": {
"Microsoft.DotNet.Arcade.Sdk": "5.0.0-beta.19626.1"
diff --git a/test/EndToEnd/ProjectBuildTests.cs b/test/EndToEnd/ProjectBuildTests.cs
index ab3558dc8..e0080792f 100644
--- a/test/EndToEnd/ProjectBuildTests.cs
+++ b/test/EndToEnd/ProjectBuildTests.cs
@@ -99,15 +99,15 @@ namespace EndToEnd.Tests
}
[WindowsOnlyTheory]
- [InlineData("wpf")]
- [InlineData("winforms")]
+ [InlineData("wpf", Skip = "https://github.com/dotnet/wpf/issues/2363")]
+ [InlineData("winforms", Skip = "https://github.com/dotnet/wpf/issues/2363")]
public void ItCanBuildDesktopTemplates(string templateName)
{
TestTemplateBuild(templateName);
}
[WindowsOnlyTheory]
- [InlineData("wpf")]
+ [InlineData("wpf", Skip = "https://github.com/dotnet/wpf/issues/2363")]
public void ItCanBuildDesktopTemplatesSelfContained(string templateName)
{
TestTemplateBuild(templateName);
diff --git a/test/SdkTests/TestConfig.xml b/test/SdkTests/TestConfig.xml
index 441cc6cc7..19948f4dd 100644
--- a/test/SdkTests/TestConfig.xml
+++ b/test/SdkTests/TestConfig.xml
@@ -169,5 +169,9 @@
Issue=""
Reason="Assumes netcoreapp3.1 targeting pack is bundled, which it is not in 5.0 SDK. Will resolve when sdk takes newer stage 0 and hits same issue."/>
+