Skip to content

Commit 4387e85

Browse files
committed
Use lib prefix on non-Windows
1 parent e5d056d commit 4387e85

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/native/managed/cdacreader/src/cdacreader.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
77
<!-- Do not produce a public package. This ships as part of the runtime -->
88
<IsShippingPackage>false</IsShippingPackage>
9+
<AssemblyName Condition="'$(TargetsWindows)' != 'true'">lib$(MSBuildProjectName)</AssemblyName>
910
</PropertyGroup>
1011

1112
<ItemGroup>

0 commit comments

Comments
 (0)