asdf
Any pointers on how i configure my Package.nuspec frameworkAssembly entry such that it adds it to the project with CopyLocal=True set?
In the case of the nfx45/wif45 System.IdentityModel.Services assembly i'm finding that i have to configure copyLocal=True in order for it to be found and work at runtime.
<frameworkAssemblies>
<frameworkAssembly assemblyName="Microsoft.Web.Infrastructure" targetFramework=".NETFramework4.0" />
<frameworkAssembly assemblyName="System.IdentityModel" targetFramework=".NETFramework4.0" />
<frameworkAssembly assemblyName="System.IdentityModel.Services" targetFramework=".NETFramework4.0" />
<!-- C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5\System.IdentityModel.Services.dll -->
|