Giter VIP home page Giter VIP logo

Comments (5)

TikiBill avatar TikiBill commented on June 19, 2024 1

Edit src/dotnet-ildasm/dotnet-ildasm.csproj to add netstandard2.0 and netcoreapp2.1 targets, and update the versions of the referenced packages:

    <TargetFrameworks>netcoreapp1.0;netcoreapp1.1;netstandard1.5;netstandard2.0;netcoreapp2.1;net45</TargetFrameworks>
    ...
    <PackageReference Include="CommandLineParser" Version="2.2.0" />
    <PackageReference Include="Mono.Cecil" Version="0.10.0" />
    <PackageReference Include="System.Reflection.Metadata" Version="1.6.0" />

Build a NuGet package with a version, and copy the package to your local NuGet repository:

cd src/dotnet-ildasm/
GitVersion_NuGetVersion=0.8.2 dotnet pack
cp bin/Debug/dotnet-ildasm.0.8.2.nupkg ~/Packages/NuGet/

Then follow the main readme instructions.

Here is the result, compiled on Windows 10 x64:
dotnet-ildasm.0.8.2.zip

from dotnet-ildasm.

pjbgf avatar pjbgf commented on June 19, 2024

@Seanwong933 I already committed the changes to support .Net 2.0 and .Net 2.1. A new release should come out tomorrow with it plus a few bug fixes.

from dotnet-ildasm.

pjbgf avatar pjbgf commented on June 19, 2024

@Seanwong933 here's a version supporting .Net 2.0 and .Net 2.1 out of the box: https://www.nuget.org/packages/dotnet-ildasm/0.8.1-preview-0006

from dotnet-ildasm.

TikiBill avatar TikiBill commented on June 19, 2024

Thank you! And thank you for this extension, it is very useful.

from dotnet-ildasm.

pjbgf avatar pjbgf commented on June 19, 2024

Thank you for the feedback. Also, feel free to contribute and/or request features. ;)

from dotnet-ildasm.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.