2018-02-16 21:32:29 +00:00
|
|
|
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
|
|
<ItemGroup>
|
|
|
|
<BundledDotnetTools Include="dotnet-dev-certs" Version="$(AspNetCoreVersion)" />
|
2018-02-22 20:07:54 +00:00
|
|
|
<BundledDotnetTools Include="dotnet-sql-cache" Version="$(AspNetCoreVersion)" />
|
|
|
|
<BundledDotnetTools Include="dotnet-user-secrets" Version="$(AspNetCoreVersion)" />
|
|
|
|
<BundledDotnetTools Include="dotnet-watch" Version="$(AspNetCoreVersion)" />
|
2018-02-16 21:32:29 +00:00
|
|
|
</ItemGroup>
|
|
|
|
</Project>
|