Skip to content

Commit 0159980

Browse files
committed
chore: update RepackBinariesExcludes
1 parent 92cdc3e commit 0159980

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

source/RevitDevTool/RevitDevTool.csproj

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
<PropertyGroup>
1717
<IsRepackable>true</IsRepackable>
18-
<RepackBinariesExcludes>$(AssemblyName).UI*.dll;System*.dll;MaterialDesign*.dll;CommunityToolkit.Mvvm.dll</RepackBinariesExcludes>
18+
<RepackBinariesExcludes>$(AssemblyName).UI*.dll;System*.dll</RepackBinariesExcludes>
1919
</PropertyGroup>
2020

2121
<!-- Revit Versions -->
@@ -61,10 +61,7 @@
6161
<PackageReference Include="JetBrains.Annotations" Version="2024.3.0" />
6262
<PackageReference Include="PolySharp" Version="*" PrivateAssets="All" IncludeAssets="runtime; build; native; contentfiles; analyzers; buildtransitive" />
6363
<PackageReference Include="ILRepack" Version="2.0.41" />
64-
65-
<!-- UI -->
66-
67-
64+
6865
<!-- Logging -->
6966
<PackageReference Include="Serilog.Sinks.RichTextBox.Wpf" Version="1.1.0" />
7067
</ItemGroup>

0 commit comments

Comments
 (0)