Skip to content

Commit

Permalink
Clear csproj Application
Browse files Browse the repository at this point in the history
  • Loading branch information
ricaun committed Nov 8, 2023
1 parent fcb7a19 commit 26387ad
Showing 1 changed file with 2 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -160,19 +160,14 @@
<WeaverConfiguration Condition="$(Configuration.Contains('Debug'))">
<Weavers>
<PropertyChanged />
<!--
<Costura CreateTemporaryAssemblies="true" LoadAtModuleInit="false" ExcludeAssemblies="nunit.framework" />
<Costura IncludeAssemblies="" />
<Costura CreateTemporaryAssemblies="true" LoadAtModuleInit="false" IncludeAssemblies=""/>
<Costura CreateTemporaryAssemblies="true" LoadAtModuleInit="false" />
IncludeAssemblies="nunit.framework|NamedPipeWrapper.Json.1.5.3"
-->
<Costura CreateTemporaryAssemblies="true" LoadAtModuleInit="false">
<!--
<IncludeAssemblies>
nunit.framework
NamedPipeWrapper.Json.*
ricaun.Auth*
</IncludeAssemblies>
-->
</Costura>
</Weavers>
</WeaverConfiguration>
Expand Down

0 comments on commit 26387ad

Please sign in to comment.