Skip to content

Commit

Permalink
Update refit.props
Browse files Browse the repository at this point in the history
  • Loading branch information
clairernovotny authored Aug 19, 2021
1 parent f5db9a3 commit dfe6d89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Refit/targets/refit.props
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
</ItemGroup>

<Choose>
<When Condition="'$(VisualStudioVersion)' >= '17.0' AND '$(DesignTimeBuild)' == 'True'">
<When Condition="$([MSBuild]::VersionGreaterThanOrEquals($(VisualStudioVersion), '17.0')) AND '$(DesignTimeBuild)' == 'True'">
<ItemGroup>
<Analyzer Include="$(MSBuildThisFileDirectory)../../analyzers/cs/roslyn40/*.dll" />
</ItemGroup>
Expand Down

0 comments on commit dfe6d89

Please sign in to comment.