Skip to content

Commit

Permalink
Remove Costura
Browse files Browse the repository at this point in the history
  • Loading branch information
GeertvanHorrik committed Nov 29, 2024
1 parent 4467ef1 commit 3cbdf18
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
4 changes: 0 additions & 4 deletions src/Orc.Theming/FodyWeavers.xml
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<Weavers VerifyAssembly="true" VerifyIgnoreCodes="0x80131869" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="FodyWeavers.xsd">
<Costura DisableCleanup="true">
<IncludeAssemblies>
</IncludeAssemblies>
</Costura>
<LoadAssembliesOnStartup>
<ExcludeAssemblies>
<!-- Add excluded assemblies here -->
Expand Down
1 change: 0 additions & 1 deletion src/Orc.Theming/Orc.Theming.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@
<PackageReference Include="Catel.Fody" Version="4.9.0" PrivateAssets="all" />
<PackageReference Include="Catel.MVVM" Version="6.0.3" />
<PackageReference Include="ControlzEx" Version="6.0.0" />
<PackageReference Include="Costura.Fody" Version="5.7.0" PrivateAssets="all" />
<PackageReference Include="Fody" Version="6.9.1" PrivateAssets="all">
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
</PackageReference>
Expand Down

0 comments on commit 3cbdf18

Please sign in to comment.