We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0fef562 commit e95a54dCopy full SHA for e95a54d
1 file changed
src/ModVerify.CliApp/ModVerify.CliApp.csproj
@@ -57,7 +57,6 @@
57
</PackageReference>
58
<PackageReference Include="Costura.Fody" Version="6.0.0">
59
<PrivateAssets>all</PrivateAssets>
60
- <IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
61
62
<PackageReference Include="PolySharp" Version="1.15.0">
63
@@ -78,8 +77,8 @@
78
77
<ProjectReference Include="..\ModVerify\ModVerify.csproj" />
79
</ItemGroup>
80
81
- <PropertyGroup>
82
- <WeaverConfiguration Condition="'$(Configuration)' == 'Release'">
+ <PropertyGroup Condition="'$(Configuration)' == 'Release'">
+ <WeaverConfiguration>
83
<Weavers>
84
<Costura IncludeDebugSymbols="false" IgnoreSatelliteAssemblies="true" />
85
</Weavers>
0 commit comments