Skip to content

Commit

Permalink
version for Revit 2025 upgrade from .net 7 to .net 8
Browse files Browse the repository at this point in the history
  • Loading branch information
NeVeSpl committed Feb 27, 2024
1 parent a12f6db commit 948d5db
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 13 deletions.
18 changes: 9 additions & 9 deletions documentation/revit-database-visualization.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@ RDV works for selected element/object in the tree and/or on the list.
Available visualizations:

- model coordinate system displayed at (0,0,0)
- for an Element, its bounding box with marked min and max points
- for a Rebar, its Normal and marked start and end points
- for an XYZ, small coordinate system at that point
- BoundingBoxXYZ,
- bounded Curve,
- Edge,
- Point,
- Soild,
- PlanarFace
- for an `Element`, its bounding box with marked min and max points
- for a `Rebar`, its Normal and marked start and end points
- for an `XYZ`, small coordinate system at that point
- `BoundingBoxXYZ`,
- bounded `Curve`,
- `Edge`,
- `Point`,
- `Soild`,
- `PlanarFace`



Expand Down
6 changes: 2 additions & 4 deletions sources/RevitDBExplorer/RevitDBExplorer.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
<Optimize>true</Optimize>
<DebugType>pdbonly</DebugType>
<RevitYear>2025</RevitYear>
<TargetFramework>net7.0-windows</TargetFramework>
<TargetFramework>net8.0-windows</TargetFramework>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'D2024|AnyCPU'">
Expand All @@ -71,7 +71,7 @@
<DebugType>full</DebugType>
<RevitYear>2025</RevitYear>
<XamlDebuggingInformation>True</XamlDebuggingInformation>
<TargetFramework>net7.0-windows</TargetFramework>
<TargetFramework>net8.0-windows</TargetFramework>
</PropertyGroup>


Expand All @@ -83,8 +83,6 @@
<PackageReference Include="RevitDBExplorer.Augmentations" Version="0.7.0.$(RevitYear)" />
<PackageReference Include="RevitDBScripting" Version="1.1.0.$(RevitYear)" />
<PackageReference Include="SimMetrics.Net" Version="1.0.5" />


</ItemGroup>

<Choose>
Expand Down

0 comments on commit 948d5db

Please sign in to comment.