Skip to content

Commit

Permalink
Stop overbuilding SemanticSearch.ReferenceAssemblies (#73468)
Browse files Browse the repository at this point in the history
* Stop overbuilding SemanticSearch.ReferenceAssemblies

Fixes dotnet/source-build#4390

* Update Roslyn.VisualStudio.Setup.csproj

* Update Roslyn.VisualStudio.Setup.csproj
  • Loading branch information
ViktorHofer authored May 14, 2024
1 parent 0396154 commit 874a204
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/VisualStudio/Setup/Roslyn.VisualStudio.Setup.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -307,11 +307,8 @@
</ProjectReference>
<ProjectReference Include="..\..\Tools\SemanticSearch\ReferenceAssemblies\SemanticSearch.ReferenceAssemblies.csproj">
<Name>SemanticSearchRefs</Name>

<SetTargetFramework>TargetFramework=$(NetRoslyn)</SetTargetFramework>
<SkipGetTargetFrameworkProperties>true</SkipGetTargetFrameworkProperties>
<ReferenceOutputAssembly>false</ReferenceOutputAssembly>

<Private>false</Private>
<VSIXSubPath>SemanticSearchRefs</VSIXSubPath>
<IncludeOutputGroupsInVSIX>PublishProjectOutputGroup</IncludeOutputGroupsInVSIX>
Expand Down

0 comments on commit 874a204

Please sign in to comment.