We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e5d056d commit 4387e85Copy full SHA for 4387e85
src/native/managed/cdacreader/src/cdacreader.csproj
@@ -6,6 +6,7 @@
6
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
7
<!-- Do not produce a public package. This ships as part of the runtime -->
8
<IsShippingPackage>false</IsShippingPackage>
9
+ <AssemblyName Condition="'$(TargetsWindows)' != 'true'">lib$(MSBuildProjectName)</AssemblyName>
10
</PropertyGroup>
11
12
<ItemGroup>
0 commit comments