Skip to content

Commit

Permalink
Upgrade nugets and add code signing to nuget libraries
Browse files Browse the repository at this point in the history
  • Loading branch information
k3ldar committed Sep 2, 2023
1 parent 5d99760 commit bc08cc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Directory.Build.props
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<Project>

<Import Project="$([MSBuild]::GetPathOfFileAbove('Directory.Build.props', '$(MSBuildThisFileDirectory)../'))" />
<Import Project="$([MSBuild]::GetPathOfFileAbove('Directory.Build.props', '$(MSBuildThisFileDirectory)../'))" Condition="'$(ImportByWildcardBeforeMicrosoftCommonTargets)' == 'true' and exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\$(MSBuildThisFile)\ImportBefore')"/>

<PropertyGroup>
<RunAnalyzersDuringBuild>false</RunAnalyzersDuringBuild>
Expand Down

0 comments on commit bc08cc2

Please sign in to comment.