Skip to content

Change projects to target netcoreapp3.0 #3754

Closed
@natemcmaster

Description

@natemcmaster

As a part of only supporting .NET Core, we can change most projects to target netcoreapp3.0 instead of netstandard2.0.
This change applies to test projects, which no longer need to cross-target .NET Framework.

See aspnet/Announcements#324

Remaining feature areas (I likely missed a few here, keep adding them ~Chris):

  • Html
  • Razor - make sure to ping @rynowak on this one. We're splitting code here into a new repo soon.
  • Http - (Chris) - With exceptions Change projects to target netcoreapp3.0 #3754 (comment)
  • Hosting (Chris)
  • DataProtection (Chris)
  • HttpSysServer (Chris)
  • Kestrel (Chris)
  • BasicMiddleware (Chris)
  • IISIntegration (Justin)
  • Antiforgery (Chris)
  • StaticFiles (Chris)
  • ResponseCaching (Chris)
  • Middleware (Chris)

Metadata

Metadata

Assignees

Labels

DoneThis issue has been fixedarea-infrastructureIncludes: MSBuild projects/targets, build scripts, CI, Installers and shared frameworktask

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions