diff --git a/ICSharpCode.Decompiler.Console/ICSharpCode.Decompiler.Console.csproj b/ICSharpCode.Decompiler.Console/ICSharpCode.Decompiler.Console.csproj index 8efcdf886..3326bbc3f 100644 --- a/ICSharpCode.Decompiler.Console/ICSharpCode.Decompiler.Console.csproj +++ b/ICSharpCode.Decompiler.Console/ICSharpCode.Decompiler.Console.csproj @@ -8,8 +8,8 @@ - - + + diff --git a/ICSharpCode.Decompiler.Console/README.md b/ICSharpCode.Decompiler.Console/README.md index a8489bfc1..8ccc17c8a 100644 --- a/ICSharpCode.Decompiler.Console/README.md +++ b/ICSharpCode.Decompiler.Console/README.md @@ -21,3 +21,20 @@ Options: ``` ![dotnet-build-dance](Running.gif) + + +## X-Plat Notes + +[SCD Article](https://www.hanselman.com/blog/SelfcontainedNETCoreApplications.aspx) +[RuntimeIdentifiers csproj documentation](https://docs.microsoft.com/en-us/dotnet/core/tools/csproj#additions) +[RID catalog](https://docs.microsoft.com/en-us/dotnet/core/rid-catalog) + +``` +dotnet build -r win10-x64 +dotnet build -r osx-x64 + +dotnet publish -c release -r win10-x64 +dotnet publish -c release -r osx-x64 + +PS \ilspy-console-netcoreapp\src\ilspycmd\bin\Release\netcoreapp2.0\win10-x64\publish> ./ilspycmd.exe ilspycmd.dll +``` \ No newline at end of file