aspnet / AspNetKatana

Microsoft's OWIN implementation, the Katana project
Apache License 2.0
968 stars 334 forks source link

Question: Why does the 4.2.2 package specifically require .NET Framework 4.5? #510

Closed Rhialto74 closed 1 year ago

Rhialto74 commented 1 year ago

I'm updating from the 4.1.1 version which has no specific Framework dependency and noticing that 4.2.2 specifies .NET Framework = 4.5.

Tratcher commented 1 year ago

That was only a packaging change as a result from updated infrastructure. .NET 4.5 has always been the minimum required version to run the binaries.

Rhialto74 commented 1 year ago

Thanks