Fix mismatch of dotnet-watch with package variable name
This commit is contained in:
parent
74d81ad253
commit
4eaf45ba85
1 changed files with 1 additions and 1 deletions
|
@ -52,7 +52,7 @@
|
|||
<Properties>
|
||||
DotnetToolsLayoutDirectory=$(SdkOutputDirectory)/DotnetTools;
|
||||
TemplateFillInPackageName=dotnet-watch;
|
||||
TemplateFillInPackageVersion=$(AspNetCoreVersion);
|
||||
TemplateFillInPackageVersion=$(DotnetWatchPackageVersion);
|
||||
PreviousStageDirectory=$(PreviousStageDirectory);
|
||||
DotnetToolsLayoutDirectory=$(testAssetSourceRoot);
|
||||
DotnetToolsRestoreProjectStyle=DotnetToolReference
|
||||
|
|
Loading…
Reference in a new issue