Skip to content

Commit

Permalink
(Testing) MTGOSDK: Disable ILLink
Browse files Browse the repository at this point in the history
  • Loading branch information
Qonfused committed Nov 5, 2024
1 parent ff44469 commit a3ca1ac
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<!-- Enable central package management -->
<ManagePackageVersionsCentrally>true</ManagePackageVersionsCentrally>
<!-- Enable deterministic NuGet package restore -->
<RestoreLockedMode>true</RestoreLockedMode>
<!-- <RestoreLockedMode>true</RestoreLockedMode> -->
<RestorePackagesWithLockFile>true</RestorePackagesWithLockFile>
<RestoreUseStaticGraphEvaluation>true</RestoreUseStaticGraphEvaluation>
</PropertyGroup>
Expand Down Expand Up @@ -39,8 +39,8 @@
<PackageVersion Include="Meziantou.Polyfill"
Version="1.0.39" />
<!-- MTGOSDK/lib/ILLink -->
<PackageVersion Include="Microsoft.NET.ILLink.Tasks"
Version="8.0.0" />
<!-- <PackageVersion Include="Microsoft.NET.ILLink.Tasks"
Version="8.0.0" /> -->
<!-- MTGOSDK/lib/ILRepack -->
<PackageVersion Include="ILRepack.Lib.MSBuild.Task"
Version="2.0.34.1" />
Expand Down
2 changes: 1 addition & 1 deletion MTGOSDK/MTGOSDK.pkg.props
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<PropertyGroup Condition="'$(TargetFramework)' != '$(_MTGOSDKCoreTFM)'">
<PublishSingleFile>true</PublishSingleFile>
<PublishTrimmed>true</PublishTrimmed>
<UseILLinkTrim>true</UseILLinkTrim>
<!-- <UseILLinkTrim>true</UseILLinkTrim> -->
<SelfContained>false</SelfContained>
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
<MergeNugetDependencies>false</MergeNugetDependencies>
Expand Down
6 changes: 3 additions & 3 deletions MTGOSDK/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -379,9 +379,9 @@
},
"Microsoft.NET.ILLink.Tasks": {
"type": "Direct",
"requested": "[8.0.0, )",
"resolved": "8.0.0",
"contentHash": "B3etT5XQ2nlWkZGO2m/ytDYrOmSsQG1XNBaM6ZYlX5Ch/tDrMFadr0/mK6gjZwaQc55g+5+WZMw4Cz3m8VEF7g=="
"requested": "[8.0.4, )",
"resolved": "8.0.4",
"contentHash": "PZb5nfQ+U19nhnmnR9T1jw+LTmozhuG2eeuzuW5A7DqxD/UXW2ucjmNJqnqOuh8rdPzM3MQXoF8AfFCedJdCUw=="
},
"Microsoft.SourceLink.GitHub": {
"type": "Direct",
Expand Down

0 comments on commit a3ca1ac

Please sign in to comment.