From 52a5ce3250893b237967ee2e443eed6c24eb0bc1 Mon Sep 17 00:00:00 2001 From: guigang xie Date: Tue, 12 Apr 2022 16:27:26 +0800 Subject: [PATCH] config for project reference errors --- CloudKit/Centos/Centos.NET5.vbproj | 2 ++ CloudKit/Centos/My Project/AssemblyInfo.vb | 3 ++- CloudKit/Centos/My Project/Settings.Designer.vb | 3 ++- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CloudKit/Centos/Centos.NET5.vbproj b/CloudKit/Centos/Centos.NET5.vbproj index a64bf7e..56d83ee 100644 --- a/CloudKit/Centos/Centos.NET5.vbproj +++ b/CloudKit/Centos/Centos.NET5.vbproj @@ -14,6 +14,7 @@ https://github.com/xieguigang/Darwinism https://github.com/xieguigang/Darwinism git + true @@ -131,6 +132,7 @@ + diff --git a/CloudKit/Centos/My Project/AssemblyInfo.vb b/CloudKit/Centos/My Project/AssemblyInfo.vb index ea44561..b3c2533 100644 --- a/CloudKit/Centos/My Project/AssemblyInfo.vb +++ b/CloudKit/Centos/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/CloudKit/Centos/My Project/Settings.Designer.vb b/CloudKit/Centos/My Project/Settings.Designer.vb index 9c2e782..5b45e56 100644 --- a/CloudKit/Centos/My Project/Settings.Designer.vb +++ b/CloudKit/Centos/My Project/Settings.Designer.vb @@ -11,7 +11,7 @@ Option Strict On Option Explicit On - +#if netcore5=0 then Namespace My