aspnet / AspNetKatana

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

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

Closed Rhialto74 closed 10 months ago

Rhialto74 commented 10 months 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 10 months 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 10 months ago

Thanks