You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
All of our ComposeCache tests all use netcoreapp1.0, but that TFM isn't supported by the cache feature, since the 1.x host doesn't know how to load assemblies from the cache.
We should move all our tests to test the product like our customers are going to use it, which means targeting netcoreapp2.0.