Browse Source

Update packages for ilspycmd (+readme)

pull/863/head
Christoph Wille 8 years ago
parent
commit
78585d79f3
  1. 4
      ICSharpCode.Decompiler.Console/ICSharpCode.Decompiler.Console.csproj
  2. 17
      ICSharpCode.Decompiler.Console/README.md

4
ICSharpCode.Decompiler.Console/ICSharpCode.Decompiler.Console.csproj

@ -8,8 +8,8 @@
</PropertyGroup> </PropertyGroup>
<ItemGroup> <ItemGroup>
<PackageReference Include="ICSharpCode.Decompiler" Version="3.0.0-alpha2" /> <PackageReference Include="ICSharpCode.Decompiler" Version="3.0.0-alpha3" />
<PackageReference Include="McMaster.Extensions.CommandLineUtils" Version="2.0.0-rc" /> <PackageReference Include="McMaster.Extensions.CommandLineUtils" Version="2.0.0" />
</ItemGroup> </ItemGroup>
</Project> </Project>

17
ICSharpCode.Decompiler.Console/README.md

@ -21,3 +21,20 @@ Options:
``` ```
![dotnet-build-dance](Running.gif) ![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
```
Loading…
Cancel
Save