Skip to content

Commit c68c0ab

Browse files
ViktorHofergithub-actions
authored andcommitted
Remove duplicate SourceGeneration generator refs
Unblocks #75058 The listed PR brings in a change in roslyn that errors for duplicate analyzer references. There were only two duplicates in the libraries source projects which are being removed. The actual reference is already brought in via generators.targets.
1 parent 3cb7fe7 commit c68c0ab

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/libraries/System.Console/src/System.Console.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,6 @@
238238
</ItemGroup>
239239
<ItemGroup Condition="'$(TargetPlatformIdentifier)' == 'Browser'">
240240
<ProjectReference Include="$(LibrariesProjectRoot)System.Runtime.InteropServices.JavaScript\gen\JSImportGenerator\JSImportGenerator.csproj" OutputItemType="Analyzer" ReferenceOutputAssembly="false" />
241-
<ProjectReference Include="$(LibrariesProjectRoot)System.Runtime.InteropServices\gen\Microsoft.Interop.SourceGeneration\Microsoft.Interop.SourceGeneration.csproj" OutputItemType="Analyzer" ReferenceOutputAssembly="false" />
242241
<Reference Include="System.Runtime.InteropServices.JavaScript" />
243242
</ItemGroup>
244243
</Project>

0 commit comments

Comments
 (0)