Skip to content

Commit

Permalink
Do not append target framework name to output path
Browse files Browse the repository at this point in the history
  • Loading branch information
jozefizso committed Aug 16, 2022
1 parent 2d18759 commit 614bd82
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Source/NetOffice.props
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
</PropertyGroup>

<PropertyGroup>
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
<GenerateDocumentationFile Condition=" '$(GenerateDocumentationFile)' == '' ">true</GenerateDocumentationFile>
<SignAssembly>true</SignAssembly>
<AssemblySearchPaths>$(AssemblySearchPaths);{GAC}</AssemblySearchPaths>
Expand Down

0 comments on commit 614bd82

Please sign in to comment.