1(1)                                  .NET                                  (1)
2
3
4

dotnet new –update-check and –update-apply options

6       This article applies to: ✔️ .NET Core 3.0 SDK and later versions
7

NAME

9       dotnet  new  --update-check  checks for available updates for installed
10       template packages.
11
12       dotnet new --update-apply applies updates to installed  template  pack‐
13       ages.
14

SYNOPSIS

16              dotnet new --update-check
17
18              dotnet new --update-apply
19

DESCRIPTION

21       The dotnet new --update-check option checks if there are updates avail‐
22       able for the template packs that are currently installed.   The  dotnet
23       new --update-apply option checks if there are updates available for the
24       template packages that are currently installed and installs them.
25
26   See also
27       • dotnet new command
28
29       • dotnet new –search option
30
31       • dotnet new –install option
32
33       • Custom templates for dotnet new
34
35
36
37                                                                           (1)
Impressum