Skip to content

Commit d2ab9e0

Browse files
electricessenceMarkPieszak
authored andcommitted
Allow for dotnet watch run command. (TrilonIO#524)
1 parent 5e32bf1 commit d2ab9e0

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Asp2017.csproj

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@
1313
<PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" Version="2.0.0" />
1414
<PackageReference Include="Swashbuckle.AspNetCore" Version="1.0.0" />
1515
</ItemGroup>
16+
<ItemGroup>
17+
<DotNetCliToolReference Include="Microsoft.DotNet.Watcher.Tools" Version="2.0.0" />
18+
</ItemGroup>
1619
<ItemGroup>
1720
<!-- Files not to show in IDE -->
1821
<None Remove="yarn.lock" />

0 commit comments

Comments
 (0)