Import dotnetDBF for error handling.
This commit is contained in:
16
DotNetDBF.Test/Program.cs
Normal file
16
DotNetDBF.Test/Program.cs
Normal file
@@ -0,0 +1,16 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Text;
|
||||
|
||||
namespace DotNetDBF.Test
|
||||
{
|
||||
#if !NETCOREAPP2_0
|
||||
public class Program
|
||||
{
|
||||
public static void Main()
|
||||
{
|
||||
|
||||
}
|
||||
}
|
||||
#endif
|
||||
}
|
||||
Reference in New Issue
Block a user