dotnet-mono 0.3.0-alpha001

This is a prerelease version of dotnet-mono.
There is a newer version of this package available.
See the version list below for details.
dotnet add package dotnet-mono --version 0.3.0-alpha001
                    
NuGet\Install-Package dotnet-mono -Version 0.3.0-alpha001
                    
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="dotnet-mono" Version="0.3.0-alpha001" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="dotnet-mono" Version="0.3.0-alpha001" />
                    
Directory.Packages.props
<PackageReference Include="dotnet-mono" />
                    
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 dotnet-mono --version 0.3.0-alpha001
                    
#r "nuget: dotnet-mono, 0.3.0-alpha001"
                    
#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.
#:package dotnet-mono@0.3.0-alpha001
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=dotnet-mono&version=0.3.0-alpha001&prerelease
                    
Install as a Cake Addin
#tool nuget:?package=dotnet-mono&version=0.3.0-alpha001&prerelease
                    
Install as a Cake Tool

Allows running of full framework apps on mono through the dotnet core tooling

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
.NET Core netcoreapp1.0 is compatible.  netcoreapp1.1 was computed.  netcoreapp2.0 is compatible.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

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
0.5.7-beta002 889 10/2/2019
0.5.6 4,751 5/6/2019
0.5.5 1,014 4/16/2019
0.5.5-alpha003 565 4/16/2019
0.5.5-alpha002 570 4/16/2019
0.5.5-alpha001 750 10/16/2018
0.5.4 1,675 10/16/2018
0.5.4-beta002 1,014 9/5/2018
0.5.4-beta001 808 9/4/2018
0.5.3 1,985 7/3/2018
0.5.2 11,063 3/27/2018
0.5.2-alpha001 1,694 3/20/2018
0.5.1 1,886 3/6/2018
0.5.0 1,338 3/6/2018
0.4.0 1,984 2/27/2018
0.4.0-alpha001 1,186 2/27/2018
0.3.4 2,271 1/13/2018
0.3.4-alpha001 1,127 1/13/2018
0.3.3 1,339 1/12/2018
0.3.3-alpha001 1,077 12/19/2017
0.3.2 1,511 12/11/2017
0.3.2-alpha001 1,145 12/8/2017
0.3.1 1,449 11/21/2017
0.3.1-beta001 992 11/21/2017
0.3.0 1,293 10/27/2017
0.3.0-alpha001 973 10/27/2017
0.2.1 1,287 10/4/2017
0.2.0 1,279 9/28/2017
0.2.0-alpha002 937 9/26/2017
0.2.0-alpha001 936 9/25/2017
0.1.6 1,397 9/9/2017
0.1.6-alpha001 960 9/9/2017
0.1.5 4,502 7/19/2017
0.1.5-beta001 993 7/19/2017
0.1.4 2,395 6/18/2017
0.1.4-alpha015 1,038 6/18/2017
0.1.4-alpha014 1,026 6/18/2017
0.1.2 2,374 4/5/2017
0.1.1 1,275 4/5/2017
0.1.1-alpha003 1,024 4/5/2017
0.1.1-alpha002 1,012 4/3/2017
0.1.1-alpha001 1,046 4/3/2017
0.1.0 1,275 4/3/2017
0.1.0-alpha010 1,546 3/4/2017

Added --no-restore and --no-build flags (https://github.com/TheAngryByrd/dotnet-mono/pull/19)