Skip to content

Commit

Permalink
Revert "Enable generating PDB out of process and bump .NET Native to …
Browse files Browse the repository at this point in the history
…6.2.14"

This reverts commit 5818a2e.
  • Loading branch information
Arlodotexe committed Jul 14, 2022
1 parent 5818a2e commit 200705c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/Platforms/StrixMusic.UWP/StrixMusic.UWP.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,6 @@
<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 @@ -217,7 +216,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.14</Version>
<Version>6.2.10</Version>
</PackageReference>
<PackageReference Include="Microsoft.Toolkit.Uwp.UI">
<Version>7.1.2</Version>
Expand Down

0 comments on commit 200705c

Please sign in to comment.