Skip to content

Commit

Permalink
fesh 21
Browse files Browse the repository at this point in the history
  • Loading branch information
goswinr committed Feb 5, 2025
1 parent 3198253 commit d4e9cd0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
1 change: 1 addition & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ updates:
schedule:
interval: "weekly"


# Update NuGet dependencies
- package-ecosystem: "nuget"
directory: "/"
Expand Down
6 changes: 2 additions & 4 deletions Fesh.Revit/Fesh.Revit.fsproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,7 @@
<OutputType>Library</OutputType>
<UseWPF>true</UseWPF>
<UseWindowsForms>true</UseWindowsForms> <!--inherited from Avalonedit ?-->
<!-- <TargetFrameworks>net8.0-windows;net48</TargetFrameworks> -->
<!-- dependabot fails to build with multiple Target frameworks -->
<TargetFrameworks>net472;net7.0-windows</TargetFrameworks>
<TargetFrameworks>net8.0-windows;net48</TargetFrameworks> <!-- dependabot fails to build with multiple Target frameworks -->
<!-- <TargetFramework>net8.0-windows</TargetFramework> -->
<LangVersion>preview</LangVersion>
<NeutralLanguage>en</NeutralLanguage>
Expand Down Expand Up @@ -44,7 +42,7 @@
<PackageReference Update="FSharp.Core" Version="9.0.101" GeneratePathProperty="true"/> -->
<!--this reference is needed for tooling only, it might not be installed on host PC. see also https://github.com/fsprojects/IfSharp/issues/213 -->
<PackageReference Include="NETStandard.Library" Version="2.0.3" GeneratePathProperty="true" />
<PackageReference Include="Autodesk.Revit.SDK" Version="2025.0.2.419" Condition="'$(TargetFramework)' == 'net48'" PrivateAssets="all" ExcludeAssets="runtime" />
<PackageReference Include="Autodesk.Revit.SDK" Version="2018.2.0.2001" Condition="'$(TargetFramework)' == 'net48'" PrivateAssets="all" ExcludeAssets="runtime" />
<PackageReference Include="Autodesk.Revit.SDK" Version="2025.0.2.419" Condition="'$(TargetFramework)' == 'net8.0-windows'" PrivateAssets="all" ExcludeAssets="runtime" />
<PackageReference Include="Fesh" Version="0.21.0" GeneratePathProperty="true" />
<!-- <ProjectReference Include="../Fesh/FeshHosting.fsproj" /> -->
Expand Down

0 comments on commit d4e9cd0

Please sign in to comment.