Skip to content
This repository was archived by the owner on Jan 23, 2023. It is now read-only.

Commit 8152fc3

Browse files
stephentoubjkotas
authored andcommitted
Fix CoreLib to include PasteArguments.Unix.cs correctly (#22453)
1 parent afb3bc8 commit 8152fc3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/System.Private.CoreLib/shared/System.Private.CoreLib.Shared.projitems

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1159,7 +1159,7 @@
11591159
<Compile Include="$(MSBuildThisFileDirectory)System\IO\PathInternal.Unix.cs" />
11601160
<Compile Include="$(MSBuildThisFileDirectory)System\IO\PersistedFiles.Unix.cs" />
11611161
<Compile Include="$(MSBuildThisFileDirectory)System\IO\PersistedFiles.Names.Unix.cs" />
1162-
<Compile Include="$(MSBuildThisFileDirectory)System\PasteArguments.Windows.cs" />
1162+
<Compile Include="$(MSBuildThisFileDirectory)System\PasteArguments.Unix.cs" />
11631163
<Compile Include="$(MSBuildThisFileDirectory)System\Runtime\MemoryFailPoint.Unix.cs" />
11641164
<Compile Include="$(MSBuildThisFileDirectory)System\Runtime\InteropServices\Marshal.Unix.cs" Condition="'$(TargetsCoreRT)' != 'true'" />
11651165
<Compile Include="$(MSBuildThisFileDirectory)System\Security\SecureString.Unix.cs" />

0 commit comments

Comments
 (0)