From 0c262206af51246ba359692c8127f35a21f2c3fe Mon Sep 17 00:00:00 2001 From: KyJah Keys Date: Tue, 6 Feb 2024 16:08:47 -0500 Subject: [PATCH] updated docfx to use net8.0 --- .gitignore | 3 +++ src/DeltaLake.ApiDoc/docfx.json | 5 ++++- src/DeltaLake/DeltaLake.csproj | 6 ++---- 3 files changed, 9 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index 8d926b1..906efba 100644 --- a/.gitignore +++ b/.gitignore @@ -5,6 +5,9 @@ obj/ /.vscode .idea/ target/ +src/DeltaLake.ApiDoc/_site +src/DeltaLake.ApiDoc/api +!src/DeltaLake.ApiDoc/api/index.md *.DotSettings.User tests/data/checkpoints_tombstones/expired/ tests/data/checkpoints_tombstones/metadata_broken/ diff --git a/src/DeltaLake.ApiDoc/docfx.json b/src/DeltaLake.ApiDoc/docfx.json index 58833a2..eb6b6d6 100644 --- a/src/DeltaLake.ApiDoc/docfx.json +++ b/src/DeltaLake.ApiDoc/docfx.json @@ -15,7 +15,10 @@ "noRestore": false, "namespaceLayout": "nested", "memberLayout": "samePage", - "allowCompilationErrors": false + "allowCompilationErrors": false, + "properties": { + "TargetFramework": "net8.0" + } } ], "build": { diff --git a/src/DeltaLake/DeltaLake.csproj b/src/DeltaLake/DeltaLake.csproj index 88e85e2..0c59022 100644 --- a/src/DeltaLake/DeltaLake.csproj +++ b/src/DeltaLake/DeltaLake.csproj @@ -1,17 +1,15 @@ - true DeltaLake for .NET true 9.0 + true README.md true snupkg - net6.0;net8.0; enable - true - UNSAFE_BYTEBUFFER;BYTEBUFFER_NO_BOUNDS_CHECK;ENABLE_SPAN_T + net6.0;net8.0;