aspnet / Universe

[Archived] Repo for building the entire ASP.NET and Entity Framework stack. Project moved to https://github.com/aspnet/AspNetCore

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Remove un-needed instances of MicrosoftNETCoreApp21PackageVersion etc

ryanbrandenburg opened this issue · comments

When moving to netcoreapp2.2 we started out trying to remove any instances of MicrosoftNETCoreApp21PackageVersion and MicrosoftNETCoreApp20PackageVersion that weren't needed anymore, but doing the logic for that across 50 repos was bogging down the rest of the work, and they weren't hurting anything, so we stopped trying to enforce that.

This item tracks the work of going back and removing that kind of unused thing, including DotNetCoreRuntime , RuntimeFrameworkVersion and more.

We can also move any benchmarks projects except those in EF and aspnet/Benchmarks to netcoreapp2.2 and remove any 2.0 or 2.1 stuff that frees up.

This issue was moved to dotnet/aspnetcore#3649