Skip to content

Commit 948d5db

Browse files
committed
version for Revit 2025 upgrade from .net 7 to .net 8
1 parent a12f6db commit 948d5db

File tree

2 files changed

+11
-13
lines changed

2 files changed

+11
-13
lines changed

documentation/revit-database-visualization.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,15 @@ RDV works for selected element/object in the tree and/or on the list.
55
Available visualizations:
66

77
- model coordinate system displayed at (0,0,0)
8-
- for an Element, its bounding box with marked min and max points
9-
- for a Rebar, its Normal and marked start and end points
10-
- for an XYZ, small coordinate system at that point
11-
- BoundingBoxXYZ,
12-
- bounded Curve,
13-
- Edge,
14-
- Point,
15-
- Soild,
16-
- PlanarFace
8+
- for an `Element`, its bounding box with marked min and max points
9+
- for a `Rebar`, its Normal and marked start and end points
10+
- for an `XYZ`, small coordinate system at that point
11+
- `BoundingBoxXYZ`,
12+
- bounded `Curve`,
13+
- `Edge`,
14+
- `Point`,
15+
- `Soild`,
16+
- `PlanarFace`
1717

1818

1919

sources/RevitDBExplorer/RevitDBExplorer.csproj

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
<Optimize>true</Optimize>
5656
<DebugType>pdbonly</DebugType>
5757
<RevitYear>2025</RevitYear>
58-
<TargetFramework>net7.0-windows</TargetFramework>
58+
<TargetFramework>net8.0-windows</TargetFramework>
5959
</PropertyGroup>
6060

6161
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'D2024|AnyCPU'">
@@ -71,7 +71,7 @@
7171
<DebugType>full</DebugType>
7272
<RevitYear>2025</RevitYear>
7373
<XamlDebuggingInformation>True</XamlDebuggingInformation>
74-
<TargetFramework>net7.0-windows</TargetFramework>
74+
<TargetFramework>net8.0-windows</TargetFramework>
7575
</PropertyGroup>
7676

7777

@@ -83,8 +83,6 @@
8383
<PackageReference Include="RevitDBExplorer.Augmentations" Version="0.7.0.$(RevitYear)" />
8484
<PackageReference Include="RevitDBScripting" Version="1.1.0.$(RevitYear)" />
8585
<PackageReference Include="SimMetrics.Net" Version="1.0.5" />
86-
87-
8886
</ItemGroup>
8987

9088
<Choose>

0 commit comments

Comments
 (0)