diff --git a/Packaging.Targets/Packaging.Targets.csproj b/Packaging.Targets/Packaging.Targets.csproj index b536518..d178989 100644 --- a/Packaging.Targets/Packaging.Targets.csproj +++ b/Packaging.Targets/Packaging.Targets.csproj @@ -60,20 +60,12 @@ - - true - tools\netstandard1.5\ - true tools\netstandard2.0\ - - true - tools\netstandard1.5\ - true tools\netstandard2.0\ diff --git a/dotnet-deb/dotnet-deb.csproj b/dotnet-deb/dotnet-deb.csproj index 79658db..dce6753 100644 --- a/dotnet-deb/dotnet-deb.csproj +++ b/dotnet-deb/dotnet-deb.csproj @@ -20,14 +20,14 @@ See https://github.com/qmfrederik/dotnet-packaging/ for more information on how - + all - + true lib\$(TargetFramework)\ diff --git a/dotnet-msi/Program.cs b/dotnet-msi/Program.cs new file mode 100644 index 0000000..258e0d1 --- /dev/null +++ b/dotnet-msi/Program.cs @@ -0,0 +1,11 @@ +namespace Dotnet.Packaging +{ + class Program + { + static int Main(string[] args) + { + PackagingRunner runner = new PackagingRunner("Windows Installer package", "CreateMsi"); + return runner.Run(args); + } + } +} diff --git a/dotnet-msi/dotnet-msi.csproj b/dotnet-msi/dotnet-msi.csproj new file mode 100644 index 0000000..8dd5901 --- /dev/null +++ b/dotnet-msi/dotnet-msi.csproj @@ -0,0 +1,43 @@ + + + Exe + netcoreapp1.0;netcoreapp2.0 + 0.1.1 + Frederik Carlier + Quamotion + Copyright (c) Frederik Carlier and Contributors + https://github.com/qmfrederik/dotnet-packaging/blob/master/LICENSE + https://github.com/qmfrederik/dotnet-packaging/ + https://github.com/qmfrederik/dotnet-packaging/ + git + dotnet cli packaging deb debian ubuntu mint installer + Create Debian and Ubuntu installers (.deb files ) of your .NET Core projects straight from the command line. + +Once you've installed this package as a .NET CLI tool, run dotnet deb to generate a .deb file which contains the publish output of your .NET Project. + +See https://github.com/qmfrederik/dotnet-packaging/ for more information on how to use dotnet deb. + Packaging Tools for .NET CLI + $(USERPROFILE)\.nuget\packages + + + + + + + + + true + lib\$(TargetFramework)\ + + + + + prefercliruntime + true + + + + + + + \ No newline at end of file diff --git a/dotnet-rpm/PackagingRunner.cs b/dotnet-rpm/PackagingRunner.cs index 3664e55..6909bef 100644 --- a/dotnet-rpm/PackagingRunner.cs +++ b/dotnet-rpm/PackagingRunner.cs @@ -1,4 +1,4 @@ -using Microsoft.Extensions.CommandLineUtils; +using McMaster.Extensions.CommandLineUtils; using System; using System.Diagnostics; using System.Text; diff --git a/dotnet-rpm/Program.cs b/dotnet-rpm/Program.cs index b5bb000..e0bb756 100644 --- a/dotnet-rpm/Program.cs +++ b/dotnet-rpm/Program.cs @@ -1,4 +1,4 @@ -using Microsoft.Extensions.CommandLineUtils; +using McMaster.Extensions.CommandLineUtils; using System; using System.Diagnostics; using System.Text; diff --git a/dotnet-rpm/dotnet-rpm.csproj b/dotnet-rpm/dotnet-rpm.csproj index 0fe96a6..7086436 100644 --- a/dotnet-rpm/dotnet-rpm.csproj +++ b/dotnet-rpm/dotnet-rpm.csproj @@ -20,14 +20,14 @@ See https://github.com/qmfrederik/dotnet-packaging/ for more information on how - + all - + true lib\$(TargetFramework)\ diff --git a/dotnet-tarball/dotnet-tarball.csproj b/dotnet-tarball/dotnet-tarball.csproj index edcc1a5..f455a16 100644 --- a/dotnet-tarball/dotnet-tarball.csproj +++ b/dotnet-tarball/dotnet-tarball.csproj @@ -20,14 +20,14 @@ See https://github.com/qmfrederik/dotnet-packaging/ for more information on how - + all - + true lib\$(TargetFramework)\ diff --git a/dotnet-zip/dotnet-zip.csproj b/dotnet-zip/dotnet-zip.csproj index 9cf4f24..b9251ab 100644 --- a/dotnet-zip/dotnet-zip.csproj +++ b/dotnet-zip/dotnet-zip.csproj @@ -20,14 +20,14 @@ See https://github.com/qmfrederik/dotnet-packaging/ for more information on how - + all - + true lib\$(TargetFramework)\