Skip to content

Commit b515fef

Browse files
committed
fix(csproj): remove dotnet watcher
getting incompatible errors
1 parent fc7ce7d commit b515fef

File tree

2 files changed

+0
-5
lines changed

2 files changed

+0
-5
lines changed

src/JsonApiDotNetCoreExample/JsonApiDotNetCoreExample.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@
3434

3535
<ItemGroup>
3636
<DotNetCliToolReference Include="Microsoft.EntityFrameworkCore.Tools.DotNet" Version="1.0.0" />
37-
<DotNetCliToolReference Include="Microsoft.DotNet.Watcher.Tools" Version="1.0.0" />
3837
</ItemGroup>
3938

4039
</Project>

test/JsonApiDotNetCoreExampleTests/JsonApiDotNetCoreExampleTests.csproj

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,4 @@
3131
<PackageReference Include="Moq" Version="4.7.1" />
3232
</ItemGroup>
3333

34-
<ItemGroup>
35-
<DotNetCliToolReference Include="Microsoft.DotNet.Watcher.Tools" Version="1.0.0" />
36-
</ItemGroup>
37-
3834
</Project>

0 commit comments

Comments
 (0)