Skip to content

Commit 60be1de

Browse files
authored
Remove duplicate SourceGeneration generator refs (#75083)
* 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. * Update System.Net.Http.csproj
1 parent fd11209 commit 60be1de

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
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>

src/libraries/System.Net.Http/src/System.Net.Http.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -469,7 +469,6 @@
469469
</ItemGroup>
470470
<ItemGroup Condition="'$(TargetPlatformIdentifier)' == 'Browser'">
471471
<ProjectReference Include="$(LibrariesProjectRoot)System.Runtime.InteropServices.JavaScript\gen\JSImportGenerator\JSImportGenerator.csproj" OutputItemType="Analyzer" ReferenceOutputAssembly="false" />
472-
<ProjectReference Include="$(LibrariesProjectRoot)System.Runtime.InteropServices\gen\Microsoft.Interop.SourceGeneration\Microsoft.Interop.SourceGeneration.csproj" OutputItemType="Analyzer" ReferenceOutputAssembly="false" />
473472
<Reference Include="System.Runtime.InteropServices.JavaScript" />
474473
</ItemGroup>
475474
<ItemGroup Condition="'$(UseManagedNtlm)' == 'true'">

0 commit comments

Comments
 (0)