Skip to content

Commit

Permalink
Enable generating PDB out of process and bump .NET Native to 6.2.14
Browse files Browse the repository at this point in the history
  • Loading branch information
Arlodotexe committed Jul 13, 2022
1 parent e5d0e88 commit 5818a2e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Platforms/StrixMusic.UWP/StrixMusic.UWP.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@
<UseDotNetNativeToolchain>true</UseDotNetNativeToolchain>
<EnableGatekeeperAnalysis>true</EnableGatekeeperAnalysis>
<ShortcutGenericAnalysis>true</ShortcutGenericAnalysis> <!-- Can help stop runaway analysis of generic types and reduce overall generation requirements. -->
<OutOfProcPDB>true</OutOfProcPDB> <!-- Opt-in to generate PDB's out of process -->
</PropertyGroup>

<!-- Debug mode config -->
Expand Down Expand Up @@ -216,7 +217,7 @@
you need to make sure that the version provided here matches https://github.com/onovotny/MSBuildSdkExtras/blob/master/Source/MSBuild.Sdk.Extras/DefaultItems/ImplicitPackages.targets#L11.
This is not an issue when libraries are referenced through nuget packages. See https://github.com/unoplatform/uno/issues/446 for more details.
-->
<Version>6.2.10</Version>
<Version>6.2.14</Version>
</PackageReference>
<PackageReference Include="Microsoft.Toolkit.Uwp.UI">
<Version>7.1.2</Version>
Expand Down

0 comments on commit 5818a2e

Please sign in to comment.