From 5ee87089127429fa7017c547bd66d2fa42d935bb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E3=81=93=E3=81=AE=E4=B8=AD=E4=BA=8C=E7=97=85=E3=81=AB?= =?UTF-8?q?=E7=88=86=E7=84=94=E3=82=92=EF=BC=81?= Date: Wed, 13 Jan 2021 13:47:16 +0800 Subject: [PATCH] config for .net 5 --- Parallel/My Project/AssemblyInfo.vb | 3 ++- Parallel/My Project/Settings.Designer.vb | 3 ++- Parallel/parallel-netcore5.vbproj | 6 ++++++ 3 files changed, 10 insertions(+), 2 deletions(-) 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 @@ + + + + + +