Skip to content

Commit 657ebf8

Browse files
authored
Use correct TF for remote components locally (#12425)
1 parent 76dd37a commit 657ebf8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Razor/src/Microsoft.VisualStudio.RazorExtension/Microsoft.VisualStudio.RazorExtension.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@
195195
<IncludeOutputGroupsInVSIX>PublishProjectOutputGroup</IncludeOutputGroupsInVSIX>
196196
<IncludeOutputGroupsInVSIXLocalOnly></IncludeOutputGroupsInVSIXLocalOnly>
197197
<Private>false</Private>
198-
<AdditionalProperties>PublishReadyToRun=false</AdditionalProperties>
198+
<AdditionalProperties>PublishReadyToRun=false;TargetFramework=$(NetVS)</AdditionalProperties>
199199
<VSIXSubPath>ServiceHubCore</VSIXSubPath>
200200

201201
</ProjectReference>

0 commit comments

Comments
 (0)