AspNetKatana is on .Net 4.5 framework which is out of support and developer pack not present to build the application
dibyenduk opened this issue · 2 comments
dibyenduk commented
I am planning to create a pull request for AspNetKatana but the aspnetkatana main branch is on .Net 4.5 framework which is out of support. Developer pack for .Net 4.5 is not provided by Microsoft anymore to build the application.
I tried to upgrade it to 4.8 but the build does not work properly as it is missing a lot of dlls.
Tratcher commented
I see you were able to submit your PR, did you get this targeting issue worked out?
We can't change the TFM without breaking the package graph for all 3rd party packages. I have the 4.5 targeting pack installed as part of VS 2019, but it still works in 2022.