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 e95a54d commit e08c757Copy full SHA for e08c757
1 file changed
src/ModVerify.CliApp/ModVerify.CliApp.csproj
@@ -78,6 +78,9 @@
78
</ItemGroup>
79
80
<PropertyGroup Condition="'$(Configuration)' == 'Release'">
81
+ <CosturaRemoveCopyLocalFilesToPublish Condition="$(TargetFramework) == 'net481'">
82
+ false
83
+ </CosturaRemoveCopyLocalFilesToPublish>
84
<WeaverConfiguration>
85
<Weavers>
86
<Costura IncludeDebugSymbols="false" IgnoreSatelliteAssemblies="true" />
0 commit comments