Skip to content

Commit

Permalink
Address .NET 8 SDK Build issues (#1425)
Browse files Browse the repository at this point in the history
This PR addresses issues building MIEngine with .NET 8 SDK.

See dotnet/sdk#34438
  • Loading branch information
WardenGnaw authored Nov 28, 2023
1 parent 56e34e4 commit 10b5760
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/SSHDebugPS/SSHDebugPS.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<TargetFramework>net472</TargetFramework>
<UseWPF>true</UseWPF>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<IncludePackageReferencesDuringMarkupCompilation>false</IncludePackageReferencesDuringMarkupCompilation>
<IncludePackageReferencesDuringMarkupCompilation>true</IncludePackageReferencesDuringMarkupCompilation>
</PropertyGroup>

<Import Project="..\..\build\Debugger.PIAs.NonPortable.Packages.settings.targets" />
Expand Down

0 comments on commit 10b5760

Please sign in to comment.