Skip to content

Commit a4b45d4

Browse files
committed
159: updating project files to .net 8.0 (windows)
1 parent c95f364 commit a4b45d4

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

PythonConsoleControl/PythonConsoleControl.csproj

+5-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
<PropertyGroup>
33
<Configurations>Debug;Release</Configurations>
44
<PublishSingleFile>true</PublishSingleFile>
5-
<TargetFramework>net48</TargetFramework>
5+
<TargetFramework>net8.0-windows</TargetFramework>
6+
<UseWPF>true</UseWPF>
67
<PlatformTarget>x64</PlatformTarget>
78
<LangVersion>latest</LangVersion>
89
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
@@ -73,4 +74,7 @@
7374
<ItemGroup>
7475
<Folder Include="Properties\" />
7576
</ItemGroup>
77+
<ItemGroup>
78+
<ProjectReference Include="..\RpsRuntime\RpsRuntime.csproj" />
79+
</ItemGroup>
7680
</Project>

RevitPythonShell/RevitPythonShell.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<RuntimeIdentifiers>win</RuntimeIdentifiers>
55
<PublishSingleFile>true</PublishSingleFile>
66
<PublishTrimmed>true</PublishTrimmed>
7-
<TargetFramework>net48</TargetFramework>
7+
<TargetFramework>net8.0-windows</TargetFramework>
88
<LangVersion>latest</LangVersion>
99
<PlatformTarget>x64</PlatformTarget>
1010
<PackageId>3a7a1d24-51ed-462b-949f-1ddcca12008d</PackageId>

RpsRuntime/RpsRuntime.csproj

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
33
<Configurations>Debug;Release</Configurations>
4-
<TargetFramework>net48</TargetFramework>
4+
<TargetFramework>net8.0-windows</TargetFramework>
5+
<UseWPF>true</UseWPF>
56
<LangVersion>latest</LangVersion>
67
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
78
<EnableDefaultItems>false</EnableDefaultItems>

0 commit comments

Comments
 (0)