diff --git a/.gitignore b/.gitignore
index bb8f42b..348bf02 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,9 +1,10 @@
bin
obj
/packages
+/publish
*.suo
*.user
.idea/*
-.vs/*
\ No newline at end of file
+.vs/*
diff --git a/Directory.Build.props b/Directory.Build.props
new file mode 100644
index 0000000..8596ae5
--- /dev/null
+++ b/Directory.Build.props
@@ -0,0 +1,5 @@
+
+
+ 7.0.1
+
+
diff --git a/Directory.Build.targets b/Directory.Build.targets
new file mode 100644
index 0000000..3b17dd0
--- /dev/null
+++ b/Directory.Build.targets
@@ -0,0 +1,8 @@
+
+
+
+
+
diff --git a/DotNetDBF.Enumerable/DotNetDBF.Enumerable.csproj b/DotNetDBF.Enumerable/DotNetDBF.Enumerable.csproj
index eadefb1..c2449ae 100644
--- a/DotNetDBF.Enumerable/DotNetDBF.Enumerable.csproj
+++ b/DotNetDBF.Enumerable/DotNetDBF.Enumerable.csproj
@@ -18,7 +18,6 @@
True
snupkg
true
- 6.0.0.2
True
True
@@ -26,7 +25,7 @@
-
+
@@ -35,4 +34,4 @@
-
\ No newline at end of file
+
diff --git a/DotNetDBF.Test/DotNetDBF.Test.csproj b/DotNetDBF.Test/DotNetDBF.Test.csproj
index 74974dd..4d04024 100644
--- a/DotNetDBF.Test/DotNetDBF.Test.csproj
+++ b/DotNetDBF.Test/DotNetDBF.Test.csproj
@@ -1,11 +1,11 @@
- netcoreapp2.0;net462
- Exe
+ net8.0;net472
+ Exe
Copyright © 2017
-
+
@@ -40,4 +40,4 @@
-
\ No newline at end of file
+
diff --git a/DotNetDBF.Test/Program.cs b/DotNetDBF.Test/Program.cs
index d68d107..7aff764 100644
--- a/DotNetDBF.Test/Program.cs
+++ b/DotNetDBF.Test/Program.cs
@@ -4,7 +4,7 @@
namespace DotNetDBF.Test
{
-#if !NETCOREAPP2_0
+#if NET472
public class Program
{
public static void Main()
diff --git a/DotNetDBF/DotNetDBF.csproj b/DotNetDBF/DotNetDBF.csproj
index 2abbf5b..07537bc 100644
--- a/DotNetDBF/DotNetDBF.csproj
+++ b/DotNetDBF/DotNetDBF.csproj
@@ -3,7 +3,6 @@
net35;netstandard2.0
True
sn.snk
- 7.0.0.0
Ekon Benefits
Copyright 2009-2017
This is a basic file parser for reading and writing xBase DBF files particularlly Clipper. Code originally derived from javadbf.
@@ -24,7 +23,7 @@
-
+