Skip to content

Commit

Permalink
try fix dependabot3
Browse files Browse the repository at this point in the history
  • Loading branch information
goswinr committed Feb 5, 2025
1 parent e7e4489 commit 229a7e8
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 10 deletions.
3 changes: 0 additions & 3 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,6 @@ updates:
# Update NuGet dependencies
- package-ecosystem: "nuget"
directory: "/"
# directories:
# - "/Fesh.Revit.Bootstrapper/"
# - "/Fesh.Revit/"
schedule:
interval: "daily"
ignore:
Expand Down
3 changes: 2 additions & 1 deletion Fesh.Revit.Bootstrapper/Fesh.Revit.Bootstrapper.fsproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
<OutputType>WinExe</OutputType>
<UseWPF>true</UseWPF>
<UseWindowsForms>true</UseWindowsForms> <!--inherited from Avalonedit ?-->
<TargetFrameworks>net48;net8.0-windows</TargetFrameworks>
<!-- <TargetFrameworks>net48;net8.0-windows</TargetFrameworks> -->
<TargetFramework>net8.0-windows</TargetFramework>

<LangVersion>preview</LangVersion> <!-- to enable indexing from end via ^ -->
<NeutralLanguage>en</NeutralLanguage>
Expand Down
3 changes: 2 additions & 1 deletion Fesh.Revit/Fesh.Revit.fsproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
<OutputType>Library</OutputType>
<UseWPF>true</UseWPF>
<UseWindowsForms>true</UseWindowsForms> <!--inherited from Avalonedit ?-->
<TargetFrameworks>net48;net8.0-windows</TargetFrameworks>
<!-- <TargetFrameworks>net48;net8.0-windows</TargetFrameworks> -->
<TargetFramework>net8.0-windows</TargetFramework>
<PlatformTarget>x64</PlatformTarget>
<LangVersion>preview</LangVersion>
<NeutralLanguage>en</NeutralLanguage>
Expand Down
5 changes: 0 additions & 5 deletions global.json

This file was deleted.

0 comments on commit 229a7e8

Please sign in to comment.