Skip to content

Commit

Permalink
Exclude additional packages from numerge config to respect pack order
Browse files Browse the repository at this point in the history
  • Loading branch information
SKProCH committed Jul 24, 2024
1 parent 7621967 commit b2ba6cf
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 11 deletions.
2 changes: 1 addition & 1 deletion Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,6 @@
<PackageVersion Include="TextMateSharp.Wasm" Version="1.0.56" />
<!--For _build-->
<PackageVersion Include="Microsoft.SourceLink.GitHub" Version="8.0.0" />
<PackageVersion Include="Numerge.MSBuild" Version="0.1.7" />
<PackageVersion Include="Numerge.MSBuild" Version="0.1.8" />
</ItemGroup>
</Project>
10 changes: 0 additions & 10 deletions Material.Avalonia/numerge.config.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,16 +20,6 @@
"IgnoreMissingFrameworkDependencies": true
}
]
},
{
"Id": "Material.Avalonia.DataGrid",
"MergeAll": false,
"Merge": []
},
{
"Id": "Material.Avalonia.Dialogs",
"MergeAll": false,
"Merge": []
}
]
}

0 comments on commit b2ba6cf

Please sign in to comment.