aspnet / MusicStore

[Archived] MusicStore test application that uses ASP.NET/EF Core. Project moved to https://github.com/aspnet/AspNetCore
1.3k stars 878 forks source link

react to removal of PlatformAbstractions #781

Closed analogrelay closed 7 years ago

analogrelay commented 7 years ago

This PR removes all references to PlatformAbstractions.

Part of aspnet/PlatformAbstractions#50

natemcmaster commented 7 years ago

FYI Microsoft.DotNet.PlatformAbstractions is actually different from Microsoft.Extensions.PlatformAbstractions, but looks like any code using this was removed by @kichalla in https://github.com/aspnet/MusicStore/pull/774. So :shipit:

BrennanConroy commented 7 years ago

Remove DotNetPlatformAbstractionsVersion from props file?

Eilon commented 7 years ago

Please check CI failures

analogrelay commented 7 years ago

@natemcmaster Yep, I went through and cleaned those up in a few places while I was cleaning up the other PlatformAbstractions :).