From 229a7e85c1e59066b9f6242e030c7950bdb00f05 Mon Sep 17 00:00:00 2001 From: Goswin Rothenthal Date: Wed, 5 Feb 2025 19:45:59 +0100 Subject: [PATCH] try fix dependabot3 --- .github/dependabot.yml | 3 --- Fesh.Revit.Bootstrapper/Fesh.Revit.Bootstrapper.fsproj | 3 ++- Fesh.Revit/Fesh.Revit.fsproj | 3 ++- global.json | 5 ----- 4 files changed, 4 insertions(+), 10 deletions(-) delete mode 100644 global.json diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 44a0bc3..255021c 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -9,9 +9,6 @@ updates: # Update NuGet dependencies - package-ecosystem: "nuget" directory: "/" - # directories: - # - "/Fesh.Revit.Bootstrapper/" - # - "/Fesh.Revit/" schedule: interval: "daily" ignore: diff --git a/Fesh.Revit.Bootstrapper/Fesh.Revit.Bootstrapper.fsproj b/Fesh.Revit.Bootstrapper/Fesh.Revit.Bootstrapper.fsproj index ec22018..705cf7a 100644 --- a/Fesh.Revit.Bootstrapper/Fesh.Revit.Bootstrapper.fsproj +++ b/Fesh.Revit.Bootstrapper/Fesh.Revit.Bootstrapper.fsproj @@ -4,7 +4,8 @@ WinExe true true - net48;net8.0-windows + + net8.0-windows preview en diff --git a/Fesh.Revit/Fesh.Revit.fsproj b/Fesh.Revit/Fesh.Revit.fsproj index 2811d95..aa28660 100644 --- a/Fesh.Revit/Fesh.Revit.fsproj +++ b/Fesh.Revit/Fesh.Revit.fsproj @@ -4,7 +4,8 @@ Library true true - net48;net8.0-windows + + net8.0-windows x64 preview en diff --git a/global.json b/global.json deleted file mode 100644 index 20f482a..0000000 --- a/global.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "sdk": { - "version": "9.0.100" - } -} \ No newline at end of file