Remove dotnet-watch coming from aspnetcore (#9816)

This commit is contained in:
Matt Mitchell 2021-02-26 14:31:35 -08:00 committed by GitHub
parent a94328ea08
commit 643114ba82
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 5 deletions

View file

@ -71,10 +71,6 @@
<Uri>https://github.com/dotnet/aspnetcore</Uri>
<Sha>5d7b493ff3ab9598bbcefb1abba1ed8b31c46874</Sha>
</Dependency>
<Dependency Name="dotnet-watch" Version="6.0.0-preview.2.21108.6" CoherentParentDependency="Microsoft.NET.Sdk">
<Uri>https://github.com/dotnet/aspnetcore</Uri>
<Sha>0d981a053fd45a73f52f93da2855d986c4cc7b62</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.Test.ProjectTemplates.2.1" Version="1.0.2-beta4.21115.1">
<Uri>https://github.com/dotnet/test-templates</Uri>
<Sha>c6344aa90145984186ad80b5f7c6ae5c24d2489f</Sha>

View file

@ -51,7 +51,6 @@
<VSRedistCommonAspNetCoreSharedFrameworkx6460PackageVersion>6.0.0-preview.2.21124.12</VSRedistCommonAspNetCoreSharedFrameworkx6460PackageVersion>
<dotnetdevcertsPackageVersion>6.0.0-preview.2.21124.12</dotnetdevcertsPackageVersion>
<dotnetusersecretsPackageVersion>6.0.0-preview.2.21124.12</dotnetusersecretsPackageVersion>
<dotnetwatchPackageVersion>6.0.0-preview.2.21108.6</dotnetwatchPackageVersion>
</PropertyGroup>
<PropertyGroup>
<MicroBuildCorePackageVersion>0.2.0</MicroBuildCorePackageVersion>