aspnetcore/src/Localization
William Godbe ce058f639c
Add net461 TFM to netstandard2.0 projects (#25094)
* Add net461 TFM to netstandard2.0 projects

* Fix a couple of errors

* Fix some errors

* Get rid of Sockets reference

* Respond to feedback

* net461 -> property

* Fixup clientSample

* Remove net461 from analyzers/razor

* Remove net461 from test projects

* Feedback

* Add net461 test configs

* Remove some incompatible test configs

* Fix test
2020-08-27 16:05:40 -07:00
..
Abstractions/src Add net461 TFM to netstandard2.0 projects (#25094) 2020-08-27 16:05:40 -07:00
Localization Add net461 TFM to netstandard2.0 projects (#25094) 2020-08-27 16:05:40 -07:00
README.md

README.md

Localization

These projects provide abstractions for localizing resources in .NET applications.

The ASP.NET Core implementation of localization can be found in https://github.com/dotnet/aspnetcore/tree/master/src/Middleware/Localization.