autofac / Autofac.Web

ASP.NET WebForms integration for Autofac
MIT License
10 stars 9 forks source link

Update build to .NET 6 SDK, target net472 #14

Closed tillig closed 2 years ago

tillig commented 2 years ago

This brings the tooling and analyzers up to current for this project. Analyzer issues fixed, file scoped namespaces, the whole thing.

Symbols now published as .snupkg, README included in the package, all the new stuff we've been doing.

No substantive code changes. A few additional ? sorts of things to handle nullable annotations.