Skip to content

Files

Latest commit

277d8c9 · Jul 15, 2021

History

History

1-Framework-Core-Standard

1 - Framework vs. Core vs. Standard

In this Example there are the following three projects:

  • NetCoreConsoleApp
  • NetFrameworkConsoleApp
  • StandardLibrary

This is to show the cross-compatibility of .Net Standard Projects that can be used between both .Net Core and .Net Framework.

Notes: