AspNet.Mvc.TypedRouting icon indicating copy to clipboard operation
AspNet.Mvc.TypedRouting copied to clipboard

Upgrade to .NET Core 3.1

Open Piedone opened this issue 4 years ago • 2 comments

The good news is that this is already done in this fork: https://github.com/czmirek/AspNet.Mvc.TypedRouting

Piedone avatar May 31 '20 18:05 Piedone

Can you create a pull request for this? I'm trying to use this package in a .NET 6 app and I think the dependency on Microsoft.AspNetCore.Mvc is preventing the build from succeeding (error: "namespace" is a reserved word and cannot be used in implicit expressions. An explicit expression ("@()") must be used.)

I'll probably take your fork and make a local package on our Azure DevOps feed for the time being.

howcheng avatar Jun 24 '22 19:06 howcheng

Note that the fork is not mine, I just noticed somebody else's. I haven't used this project since then and thus are not active in it, but yeah, now, two years later, it should really be .NET 6 instead.

Piedone avatar Jun 26 '22 15:06 Piedone