Skip to content

Commit

Permalink
Revert back to Framework 4.0 to keep XP compatibility.
Browse files Browse the repository at this point in the history
  • Loading branch information
ZeqMacaw committed Jan 4, 2023
1 parent 8138835 commit 157c204
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Crowbar/Crowbar.vbproj
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<MyType>WindowsFormsWithCustomSubMain</MyType>
<OptionStrict>On</OptionStrict>
<ApplicationIcon>Resources\crowbar_icon.ico</ApplicationIcon>
<TargetFrameworkVersion>v4.8</TargetFrameworkVersion>
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
<FileUpgradeFlags>
</FileUpgradeFlags>
<UpgradeBackupLocation>
Expand Down
2 changes: 1 addition & 1 deletion CrowbarLauncher/CrowbarLauncher.vbproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<AssemblyName>CrowbarLauncher</AssemblyName>
<FileAlignment>512</FileAlignment>
<MyType>WindowsFormsWithCustomSubMain</MyType>
<TargetFrameworkVersion>v4.8</TargetFrameworkVersion>
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
<Deterministic>true</Deterministic>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
Expand Down
2 changes: 1 addition & 1 deletion CrowbarSteamPipe/CrowbarSteamPipe.vbproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<AssemblyName>CrowbarSteamPipe</AssemblyName>
<FileAlignment>512</FileAlignment>
<MyType>Console</MyType>
<TargetFrameworkVersion>v4.8</TargetFrameworkVersion>
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
<Deterministic>true</Deterministic>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
Expand Down

0 comments on commit 157c204

Please sign in to comment.