Requirement
In the future, to support such as .NET Core, I try to separate the classes that operate on ".NET Standard" in the "Public" namespace into the "Standard" namespace.
- Migrate library of Public namespace to Standard namespace.
- Change it to use the library migrated from the Public namespace to the Standard namespace.
Requirement
In the future, to support such as .NET Core, I try to separate the classes that operate on ".NET Standard" in the "Public" namespace into the "Standard" namespace.