Skip to content

Commit 2be240a

Browse files
committed
use a better fitting target for resolving cpp std
1 parent 4b41df8 commit 2be240a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.sln/targets/JetBrains.Rider.Cpp.targets

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
22
<!-- do not rename this target, Rider calls it on the properties evaluation -->
3-
<Target Name="CollectPackageReferences" Condition="'$(DesignTimeBuild)' == 'true'">
3+
<Target Name="ResolveFrameworkReferences" Condition="'$(DesignTimeBuild)' == 'true'">
44
<Message Text="Resolving toolchain..." Importance="High"/>
55

66
<!-- Query clang include paths -->

0 commit comments

Comments
 (0)