Skip to content

Commit

Permalink
Fix IsExternalInit's path.
Browse files Browse the repository at this point in the history
  • Loading branch information
teo-tsirpanis committed Mar 18, 2022
1 parent ac10ce2 commit ee127b9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<Compile Include="EventSourceGenerator.cs" />
<Compile Include="EventSourceGenerator.Emitter.cs" />
<Compile Include="EventSourceGenerator.Parser.cs" />
<Compile Include="$(CommonPath)\System\Runtime\CompilerServices\IsExternalInit.cs" Link="Common\System\Runtime\CompilerServices\IsExternalInit.cs" />
<Compile Include="$(CoreLibSharedDir)\System\Runtime\CompilerServices\IsExternalInit.cs" Link="Common\System\Runtime\CompilerServices\IsExternalInit.cs" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit ee127b9

Please sign in to comment.