diff --git a/Directory.Build.props b/Directory.Build.props index 28e3010..4adba24 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -13,6 +13,6 @@ - + diff --git a/Packaging.Targets/Packaging.Targets.csproj b/Packaging.Targets/Packaging.Targets.csproj index 3dbaa89..c1744ca 100644 --- a/Packaging.Targets/Packaging.Targets.csproj +++ b/Packaging.Targets/Packaging.Targets.csproj @@ -19,15 +19,15 @@ - + all - + all - + all @@ -36,7 +36,7 @@ all - + @@ -51,7 +51,7 @@ - + true tools\netstandard2.0\ diff --git a/dotnet-deb/dotnet-deb.csproj b/dotnet-deb/dotnet-deb.csproj index 4069589..c57e195 100644 --- a/dotnet-deb/dotnet-deb.csproj +++ b/dotnet-deb/dotnet-deb.csproj @@ -1,7 +1,7 @@  Exe - netcoreapp2.1;netcoreapp3.0 + netcoreapp2.1;netcoreapp3.0;net5.0 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. diff --git a/dotnet-rpm/dotnet-rpm.csproj b/dotnet-rpm/dotnet-rpm.csproj index b3508e1..e206752 100644 --- a/dotnet-rpm/dotnet-rpm.csproj +++ b/dotnet-rpm/dotnet-rpm.csproj @@ -1,7 +1,7 @@  Exe - netcoreapp2.1;netcoreapp3.0 + netcoreapp2.1;netcoreapp3.0;net5.0 dotnet cli packaging rpm package installer Create RPM packages (.rpm files) of your .NET Core projects straight from the command line. diff --git a/dotnet-tarball/dotnet-tarball.csproj b/dotnet-tarball/dotnet-tarball.csproj index c777fe2..a3e4118 100644 --- a/dotnet-tarball/dotnet-tarball.csproj +++ b/dotnet-tarball/dotnet-tarball.csproj @@ -1,7 +1,7 @@  Exe - netcoreapp2.1;netcoreapp3.0 + netcoreapp2.1;netcoreapp3.0;net5.0 dotnet cli packaging tarball tar.gz archive Create tarballs (.tar.gz files) of your .NET Core projects straight from the command line. diff --git a/dotnet-zip/dotnet-zip.csproj b/dotnet-zip/dotnet-zip.csproj index 3178149..44a8f35 100644 --- a/dotnet-zip/dotnet-zip.csproj +++ b/dotnet-zip/dotnet-zip.csproj @@ -1,7 +1,7 @@  Exe - netcoreapp2.1;netcoreapp3.0 + netcoreapp2.1;netcoreapp3.0;net5.0 dotnet cli packaging zip archive Create .zip files of your .NET Core projects straight from the command line.