Skip to content

Commit

Permalink
Merge pull request #37 from drieseng/nuspec
Browse files Browse the repository at this point in the history
Fix issue #36 in nuspec
  • Loading branch information
scott-xu committed Feb 16, 2016
2 parents 6bb9402 + 19c1ad2 commit 78ee785
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion nuget/Ninject.Extensions.Wcf.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@
<frameworkAssemblies>
<frameworkAssembly assemblyName="System.Data.Services" />
<frameworkAssembly assemblyName="System.ServiceModel" />
<frameworkAssembly assemblyName="System.ServiceModel.Activation" />
<frameworkAssembly assemblyName="System.ServiceModel.Activation" targetFramework="net40" />
<frameworkAssembly assemblyName="System.ServiceModel.Activation" targetFramework="net45" />
<frameworkAssembly assemblyName="System.ServiceModel.Web" />
</frameworkAssemblies>
</metadata>
Expand Down

0 comments on commit 78ee785

Please sign in to comment.