diff --git a/Parallel/My Project/AssemblyInfo.vb b/Parallel/My Project/AssemblyInfo.vb index 7eaa5ed..df0df1d 100644 --- a/Parallel/My Project/AssemblyInfo.vb +++ b/Parallel/My Project/AssemblyInfo.vb @@ -7,7 +7,7 @@ Imports System.Runtime.InteropServices ' associated with an assembly. ' Review the values of the assembly attributes - +#If netcore5 = 0 Then @@ -33,3 +33,4 @@ Imports System.Runtime.InteropServices +#end if \ No newline at end of file diff --git a/Parallel/My Project/Settings.Designer.vb b/Parallel/My Project/Settings.Designer.vb index 22245ed..0014099 100644 --- a/Parallel/My Project/Settings.Designer.vb +++ b/Parallel/My Project/Settings.Designer.vb @@ -10,7 +10,7 @@ Option Strict On Option Explicit On - +#If netcore5 = 0 Then Namespace My @@ -71,3 +71,4 @@ Namespace My End Property End Module End Namespace +#end if \ No newline at end of file diff --git a/Parallel/parallel-netcore5.vbproj b/Parallel/parallel-netcore5.vbproj index d095eb2..046f1d0 100644 --- a/Parallel/parallel-netcore5.vbproj +++ b/Parallel/parallel-netcore5.vbproj @@ -25,4 +25,10 @@ + + + + + +