Skip to content

Commit f3228da

Browse files
authored
There shouldn't be a 'lib' prefix on Windows .lib files (#61618)
1 parent f01cd8d commit f3228da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/installer/pkg/sfx/Microsoft.NETCore.App/Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@
173173
<PlatformManifestFileEntry Include="Microsoft.DiaSymReader.Native.arm.dll" IsNative="true" FallbackFileVersion="$(MicrosoftDiaSymReaderNativeFileVersion)" />
174174
<PlatformManifestFileEntry Include="Microsoft.DiaSymReader.Native.arm64.dll" IsNative="true" FallbackFileVersion="$(MicrosoftDiaSymReaderNativeFileVersion)" />
175175
<!-- Mono-specific files -->
176-
<PlatformManifestFileEntry Include="libmonosgen-2.0.lib" IsNative="true" />
176+
<PlatformManifestFileEntry Include="monosgen-2.0.lib" IsNative="true" />
177177
<PlatformManifestFileEntry Include="libmonosgen-2.0.a" IsNative="true" />
178178
<PlatformManifestFileEntry Include="libmonosgen-2.0.so" IsNative="true" />
179179
<PlatformManifestFileEntry Include="libmonosgen-2.0.dylib" IsNative="true" />

0 commit comments

Comments
 (0)