diff --git a/.gitignore b/.gitignore index 6df3d1c..f0649aa 100644 --- a/.gitignore +++ b/.gitignore @@ -45,3 +45,4 @@ project.fragment.lock.json artifacts/ **/Properties/launchSettings.json /test/DbfDataReader.Benchmarks/BenchmarkDotNet.Artifacts/results +**/Properties/PublishProfiles \ No newline at end of file diff --git a/src/DbfDataReader/DbfDataReader.csproj b/src/DbfDataReader/DbfDataReader.csproj index 53736bb..9225dbf 100644 --- a/src/DbfDataReader/DbfDataReader.csproj +++ b/src/DbfDataReader/DbfDataReader.csproj @@ -4,7 +4,7 @@ DbfDataReader is a small fast .Net Core library for reading dBase, xBase, Clipper and FoxPro database files Copyright Chris Richards Chris Richards - net6.0;netstandard2.1 + DbfDataReader DbfDataReader dbf;dBase;xBase;Clipper;FoxPro @@ -18,22 +18,24 @@ snupkg true v + net10.0 - - + + + - - + + - - + + diff --git a/test/DbfDataReader.Benchmarks/DbfDataReader.Benchmarks.csproj b/test/DbfDataReader.Benchmarks/DbfDataReader.Benchmarks.csproj index 7902ab6..a0d9260 100644 --- a/test/DbfDataReader.Benchmarks/DbfDataReader.Benchmarks.csproj +++ b/test/DbfDataReader.Benchmarks/DbfDataReader.Benchmarks.csproj @@ -2,7 +2,7 @@ Exe - net6.0 + net10.0 @@ -15,8 +15,8 @@ - - + + diff --git a/test/DbfDataReader.Tests/DbfDataReader.Tests.csproj b/test/DbfDataReader.Tests/DbfDataReader.Tests.csproj index 0508efd..866bb4e 100644 --- a/test/DbfDataReader.Tests/DbfDataReader.Tests.csproj +++ b/test/DbfDataReader.Tests/DbfDataReader.Tests.csproj @@ -2,7 +2,7 @@ DbfDataReader.Tests - net6.0 + net10.0 DbfDataReader.Tests DbfDataReader.Tests @@ -12,14 +12,14 @@ - - - + + + all runtime; build; native; contentfiles; analyzers - - + +