Skip to content

Commit

Permalink
RevitDBExplorer.API.Demo 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 948d5db commit 5199c63
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,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 @@ -65,7 +65,7 @@
<DefineConstants>TRACE;DEBUG;R2021b, R2022b, R2023b, R2024b, R2025b, R2025e</DefineConstants>
<DebugType>full</DebugType>
<RevitYear>2025</RevitYear>
<TargetFramework>net7.0-windows</TargetFramework>
<TargetFramework>net8.0-windows</TargetFramework>
</PropertyGroup>


Expand Down

0 comments on commit 5199c63

Please sign in to comment.