config for .net 5

master
この中二病に爆焔を! 5 years ago
parent c8969728e7
commit 5ee8708912

@ -7,7 +7,7 @@ Imports System.Runtime.InteropServices
' associated with an assembly.
' Review the values of the assembly attributes
#If netcore5 = 0 Then
<Assembly: AssemblyTitle("Parallel")>
<Assembly: AssemblyDescription("")>
<Assembly: AssemblyCompany("")>
@ -33,3 +33,4 @@ Imports System.Runtime.InteropServices
<Assembly: AssemblyVersion("1.0.0.0")>
<Assembly: AssemblyFileVersion("1.0.0.0")>
#end if

@ -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

@ -25,4 +25,10 @@
</None>
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj" />
<ProjectReference Include="..\..\sciBASIC#\mime\application%json\JSON-netcore5.vbproj" />
<ProjectReference Include="..\..\sciBASIC#\www\Microsoft.VisualBasic.NETProtocol\network-netcore5.vbproj" />
</ItemGroup>
</Project>

Loading…
Cancel
Save