Skip to content

Commit e95a54d

Browse files
committed
update config
1 parent 0fef562 commit e95a54d

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

src/ModVerify.CliApp/ModVerify.CliApp.csproj

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,6 @@
5757
</PackageReference>
5858
<PackageReference Include="Costura.Fody" Version="6.0.0">
5959
<PrivateAssets>all</PrivateAssets>
60-
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
6160
</PackageReference>
6261
<PackageReference Include="PolySharp" Version="1.15.0">
6362
<PrivateAssets>all</PrivateAssets>
@@ -78,8 +77,8 @@
7877
<ProjectReference Include="..\ModVerify\ModVerify.csproj" />
7978
</ItemGroup>
8079

81-
<PropertyGroup>
82-
<WeaverConfiguration Condition="'$(Configuration)' == 'Release'">
80+
<PropertyGroup Condition="'$(Configuration)' == 'Release'">
81+
<WeaverConfiguration>
8382
<Weavers>
8483
<Costura IncludeDebugSymbols="false" IgnoreSatelliteAssemblies="true" />
8584
</Weavers>

0 commit comments

Comments
 (0)