Skip to content

Commit

Permalink
Add reference assembly to System.ServiceModel.Primitives package
Browse files Browse the repository at this point in the history
  • Loading branch information
mconnew committed Jan 10, 2023
1 parent 3e31a51 commit 5830d45
Showing 1 changed file with 5 additions and 14 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<AssemblyVersion>$(WcfAssemblyVersion)</AssemblyVersion>
<StrongNameKeyId>Microsoft</StrongNameKeyId>
Expand All @@ -13,17 +13,11 @@
</PropertyGroup>

<!-- DesignTimeBuild requires all the TargetFramework Derived Properties to not be present in the first property group. -->

<!--<ItemGroup>
--><!-- bring in the System.ServiceModel shim for desktop compat --><!--
<ProjectReference Include="..\..\System.ServiceModel.Shim\System.ServiceModel.Shim.csproj"
ReferenceOutputAssembly="false"
OutputItemType="TfmSpecificPackageFile"
PackagePath="ref/$(TargetFramework);lib/$(TargetFramework)" />
</ItemGroup>-->

<PropertyGroup>
<IsPartialFacadeAssembly>true</IsPartialFacadeAssembly>
</PropertyGroup>

<ItemGroup>
<!-- , PublicKey=b03f5f7f11d50a3a -->
<InternalsVisibleTo Include="System.ServiceModel.Http" />
<InternalsVisibleTo Include="System.ServiceModel.Federation" />
<InternalsVisibleTo Include="System.ServiceModel.NetFramingBase" />
Expand All @@ -47,9 +41,6 @@
<Compile Include="..\..\Common\src\System\__HResults.cs">
<Link>Common\System\__HResults.cs</Link>
</Compile>
<!--<Compile Include="..\..\Common\src\System\SR.cs">
<Link>Common\System\SR.cs</Link>
</Compile>-->
<Compile Include="..\..\Common\src\System\ServiceModel\**\*.cs">
<Visible>true</Visible>
<Link>Common\System\ServiceModel\%(RecursiveDir)%(Filename)%(Extension)</Link>
Expand Down

0 comments on commit 5830d45

Please sign in to comment.