Replaced deprecated packaage (dotnet-bundle) with new one (Dotnet.Bundle) for better clarity.
This commit is contained in:
Michal Witek 2021-10-26 15:59:17 +02:00 коммит произвёл GitHub
Родитель 99b95b0e83
Коммит d030a21688
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -113,9 +113,9 @@ The file that is actually executed by macOS when starting your `.app` bundle wil
* Add `-p:UseAppHost=true` to your `dotnet publish` command.
### dotnet-bundle <a id="dotnet-bundle"></a>
### Dotnet.Bundle <a id="dotnet-bundle"></a>
[dotnet-bundle](https://github.com/egramtel/dotnet-bundle) is a [NuGet package](https://www.nuget.org/packages/Dotnet.Bundle/) that publishes your project and then creates the `.app` file for you.
[Dotnet.Bundle](https://www.nuget.org/packages/DotNet.Bundle/0.9.13) is a [NuGet package](https://www.nuget.org/packages/Dotnet.Bundle/) that publishes your project and then creates the `.app` file for you.
You'll first have to add the project as a `PackageReference` in your project. Add it to your project via NuGet package manager or by adding the following line to your `.csproj` file: