File size: 493 Bytes
8c763fb | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 | Modules
==========
There are 3 directories with **content** files.
Content files includes:
- ps1xml
- psm1
- psd1
- ps1
These files are copied as-is by `dotnet`
- Shared (shared between Windows and Unix)
- Windows
- Unix
Notes
-----------
We have files with the same names in different folders.
That means that the contents of these two files are different.
I.e. if it's .psd1 file, it could be because `CmdletsToExport`
are different for different runtimes (platforms) or frameworks.
|