Neo3.Compiler.CSharp.Dev 3.4.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package Neo3.Compiler.CSharp.Dev --version 3.4.0
                    
NuGet\Install-Package Neo3.Compiler.CSharp.Dev -Version 3.4.0
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Neo3.Compiler.CSharp.Dev" Version="3.4.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Neo3.Compiler.CSharp.Dev" Version="3.4.0" />
                    
Directory.Packages.props
<PackageReference Include="Neo3.Compiler.CSharp.Dev" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Neo3.Compiler.CSharp.Dev --version 3.4.0
                    
#r "nuget: Neo3.Compiler.CSharp.Dev, 3.4.0"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#addin nuget:?package=Neo3.Compiler.CSharp.Dev&version=3.4.0
                    
Install Neo3.Compiler.CSharp.Dev as a Cake Addin
#tool nuget:?package=Neo3.Compiler.CSharp.Dev&version=3.4.0
                    
Install Neo3.Compiler.CSharp.Dev as a Cake Tool

Required .NET 6.0.

Install this pack into your NEO3 smart contract project, then add these code into your ".csproj" file:

    <Target Name="PostBuild" AfterTargets="PostBuildEvent">
        <Exec Command="$(neon3) &quot;$(ProjectPath)&quot;" />
    </Target>
There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
3.6.0 1,560 9/13/2023
3.5.0 1,901 12/12/2022
3.4.0 2,379 8/5/2022
3.3.0 2,351 6/21/2022
3.1.0 3,974 11/26/2021
3.0.3 2,322 10/26/2021
3.0.0 1,987 8/2/2021
3.0.0-rc4 1,859 7/21/2021
3.0.0-rc3 2,136 6/2/2021
3.0.0-rc2 1,960 5/6/2021
3.0.0-dev2 1,942 4/26/2021
3.0.0-dev1 2,040 4/21/2021