diff --git a/Winforms.sln b/Winforms.sln index ec03bf2922d..2851e96a970 100644 --- a/Winforms.sln +++ b/Winforms.sln @@ -182,7 +182,9 @@ Global {87CF8481-647B-4951-8A57-468B2F0CD84B}.Release|Any CPU.ActiveCfg = Release|Any CPU {87CF8481-647B-4951-8A57-468B2F0CD84B}.Release|Any CPU.Build.0 = Release|Any CPU {840B70B2-4F4B-4FF0-A26F-185789625C78}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {840B70B2-4F4B-4FF0-A26F-185789625C78}.Debug|Any CPU.Build.0 = Debug|Any CPU {840B70B2-4F4B-4FF0-A26F-185789625C78}.Release|Any CPU.ActiveCfg = Release|Any CPU + {840B70B2-4F4B-4FF0-A26F-185789625C78}.Release|Any CPU.Build.0 = Release|Any CPU {48979B4E-EAEC-4B41-BB49-44CA230BECAB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU {48979B4E-EAEC-4B41-BB49-44CA230BECAB}.Debug|Any CPU.Build.0 = Debug|Any CPU {48979B4E-EAEC-4B41-BB49-44CA230BECAB}.Release|Any CPU.ActiveCfg = Release|Any CPU diff --git a/eng/Versions.props b/eng/Versions.props index 6a8b258d26f..d33aa972d7f 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -9,7 +9,8 @@ $(RestoreSources); - https://dotnetfeed.blob.core.windows.net/dotnet-coreclr/index.json + https://dotnetfeed.blob.core.windows.net/dotnet-core/index.json; + https://dotnetfeed.blob.core.windows.net/dotnet-coreclr/index.json; diff --git a/src/System.Windows.Forms/tests/IntegrationTests/WinFormsControlsClassicTests/WinFormsControlsClassicTests.csproj b/src/System.Windows.Forms/tests/IntegrationTests/WinFormsControlsClassicTests/WinFormsControlsClassicTests.csproj index ae131d7289e..591e8e2141c 100644 --- a/src/System.Windows.Forms/tests/IntegrationTests/WinFormsControlsClassicTests/WinFormsControlsClassicTests.csproj +++ b/src/System.Windows.Forms/tests/IntegrationTests/WinFormsControlsClassicTests/WinFormsControlsClassicTests.csproj @@ -17,7 +17,15 @@ true false false + false + + + + msbuild + + + AnyCPU true @@ -28,6 +36,9 @@ prompt 4 latest + false + bin\WinFormsControlsClassicTests.xml + $(NoWarn),1573,1591,1712 AnyCPU @@ -37,6 +48,10 @@ TRACE prompt 4 + latest + false + bin\WinFormsControlsClassicTests.xml + $(NoWarn),1573,1591,1712 false @@ -59,6 +74,15 @@ Interop.WindowMessages.cs + + ExternalTestHelpers.cs + + + MainFormControlsTabOrder.cs + + + TestHelpers.cs + Buttons.cs Form @@ -286,5 +310,10 @@ false + + + 9.0.1 + + \ No newline at end of file