diff --git a/build/Targets/Packages.props b/build/Targets/Packages.props index d7b922401b3132067ecc3cd34fd12b9ed283e8fe..8f5a3fefcb6c17863f25c5a2db036152befe10ed 100644 --- a/build/Targets/Packages.props +++ b/build/Targets/Packages.props @@ -168,6 +168,7 @@ 1.3.1 4.3.0 4.3.0 + 4.3.0 4.3.0 4.3.0 4.3.0 @@ -176,6 +177,7 @@ 4.3.0 4.3.0 4.3.0 + 4.5.0 4.3.0 5.0.0 4.3.0 diff --git a/src/Compilers/VisualBasic/Test/Semantic/BasicCompilerSemanticTest.vbproj b/src/Compilers/VisualBasic/Test/Semantic/BasicCompilerSemanticTest.vbproj index 1f4eb47095ab2bf09f119c36ed7f4a3cb72295fa..8b0ce929208ecba60b19b7f3dfd027aa0ff6aa46 100644 --- a/src/Compilers/VisualBasic/Test/Semantic/BasicCompilerSemanticTest.vbproj +++ b/src/Compilers/VisualBasic/Test/Semantic/BasicCompilerSemanticTest.vbproj @@ -7,9 +7,8 @@ AnyCPU Library Roslyn.Compilers.VisualBasic.Semantic.UnitTests - net46 - $(RoslynDesktopRuntimeIdentifier) - UnitTest + $(RoslynPortableTargetFrameworks) + UnitTestPortable @@ -24,15 +23,11 @@ - - - - - + diff --git a/src/Compilers/VisualBasic/Test/Semantic/HasValidFonts.vb b/src/Compilers/VisualBasic/Test/Semantic/HasValidFonts.vb index fb2921ec788eae52c0f55bcc2d880e89de7c379e..a621683f22d7f99ceb04d09b4e19caf955d4ae66 100644 --- a/src/Compilers/VisualBasic/Test/Semantic/HasValidFonts.vb +++ b/src/Compilers/VisualBasic/Test/Semantic/HasValidFonts.vb @@ -3,7 +3,6 @@ Imports System.Drawing Imports Roslyn.Test.Utilities - Friend Class HasValidFonts Inherits ExecutionCondition