Use dotnet-watch packed by the SDK (#9498)
This commit is contained in:
parent
60a1afbc78
commit
74e30f8d9c
3 changed files with 0 additions and 6 deletions
|
@ -75,10 +75,6 @@
|
|||
<Uri>https://github.com/dotnet/aspnetcore</Uri>
|
||||
<Sha>fc93e595ceffbb1e3e85532bf454e92a6a80dd6b</Sha>
|
||||
</Dependency>
|
||||
<Dependency Name="dotnet-watch" Version="5.0.1-servicing.20601.7" CoherentParentDependency="Microsoft.NET.Sdk">
|
||||
<Uri>https://github.com/dotnet/aspnetcore</Uri>
|
||||
<Sha>fc93e595ceffbb1e3e85532bf454e92a6a80dd6b</Sha>
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.DotNet.Test.ProjectTemplates.2.1" Version="1.0.2-beta4.20420.1">
|
||||
<Uri>https://github.com/dotnet/test-templates</Uri>
|
||||
<Sha>a2b05d8171915c69ad97ab5d49bbb07d2c780a67</Sha>
|
||||
|
|
|
@ -49,7 +49,6 @@
|
|||
<VSRedistCommonAspNetCoreSharedFrameworkx6450PackageVersion>5.0.1-servicing.20601.7</VSRedistCommonAspNetCoreSharedFrameworkx6450PackageVersion>
|
||||
<dotnetdevcertsPackageVersion>5.0.1-servicing.20601.7</dotnetdevcertsPackageVersion>
|
||||
<dotnetusersecretsPackageVersion>5.0.1-servicing.20601.7</dotnetusersecretsPackageVersion>
|
||||
<dotnetwatchPackageVersion>5.0.1-servicing.20601.7</dotnetwatchPackageVersion>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup>
|
||||
<MicroBuildCorePackageVersion>0.2.0</MicroBuildCorePackageVersion>
|
||||
|
|
|
@ -2,7 +2,6 @@
|
|||
<ItemGroup Condition=" '$(IncludeAspNetCoreRuntime)' != 'false' ">
|
||||
<BundledDotnetTool Include="dotnet-dev-certs" Version="$(DotnetDevCertsPackageVersion)" />
|
||||
<BundledDotnetTool Include="dotnet-user-secrets" Version="$(DotnetUserSecretsPackageVersion)" ObsoletesCliTool="Microsoft.Extensions.SecretManager.Tools" />
|
||||
<BundledDotnetTool Include="dotnet-watch" Version="$(DotnetWatchPackageVersion)" ObsoletesCliTool="Microsoft.DotNet.Watcher.Tools" />
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
|
|
Loading…
Reference in a new issue