Skip to content

Commit

Permalink
159: updating project files to .net 8.0 (windows)
Browse files Browse the repository at this point in the history
  • Loading branch information
daren-thomas committed Sep 22, 2024
1 parent c95f364 commit a4b45d4
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
6 changes: 5 additions & 1 deletion PythonConsoleControl/PythonConsoleControl.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
<PropertyGroup>
<Configurations>Debug;Release</Configurations>
<PublishSingleFile>true</PublishSingleFile>
<TargetFramework>net48</TargetFramework>
<TargetFramework>net8.0-windows</TargetFramework>
<UseWPF>true</UseWPF>
<PlatformTarget>x64</PlatformTarget>
<LangVersion>latest</LangVersion>
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
Expand Down Expand Up @@ -73,4 +74,7 @@
<ItemGroup>
<Folder Include="Properties\" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\RpsRuntime\RpsRuntime.csproj" />
</ItemGroup>
</Project>
2 changes: 1 addition & 1 deletion RevitPythonShell/RevitPythonShell.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<RuntimeIdentifiers>win</RuntimeIdentifiers>
<PublishSingleFile>true</PublishSingleFile>
<PublishTrimmed>true</PublishTrimmed>
<TargetFramework>net48</TargetFramework>
<TargetFramework>net8.0-windows</TargetFramework>
<LangVersion>latest</LangVersion>
<PlatformTarget>x64</PlatformTarget>
<PackageId>3a7a1d24-51ed-462b-949f-1ddcca12008d</PackageId>
Expand Down
3 changes: 2 additions & 1 deletion RpsRuntime/RpsRuntime.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<Configurations>Debug;Release</Configurations>
<TargetFramework>net48</TargetFramework>
<TargetFramework>net8.0-windows</TargetFramework>
<UseWPF>true</UseWPF>
<LangVersion>latest</LangVersion>
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
<EnableDefaultItems>false</EnableDefaultItems>
Expand Down

0 comments on commit a4b45d4

Please sign in to comment.