Skip to content
This repository has been archived by the owner on Jun 25, 2020. It is now read-only.

Commit

Permalink
removed tasks extensions by default
Browse files Browse the repository at this point in the history
  • Loading branch information
david-driscoll committed Oct 27, 2019
1 parent b85f1eb commit 705984c
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
</ItemGroup>
<ItemGroup>
<PackageReference Update="Rocket.Surgery.Extensions.Testing.FakeItEasy" Version="3.0.1" />
<PackageReference Update="Autofac.Extras.FakeItEasy" Version="5.0.1" />
<PackageReference Update="Bogus" Version="28.4.1" />
<PackageReference Update="coverlet.collector" Version="1.1.0" />
<PackageReference Update="coverlet.msbuild" Version="2.7.0" />
Expand Down
1 change: 0 additions & 1 deletion src/Meta.Packages/Sdk/library.targets
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
<PackageReference Include="Rocket.Surgery.Extensions" />
<PackageReference Include="Rocket.Surgery.Linq.Extensions" />
<PackageReference Include="Rocket.Surgery.Reactive.Extensions" />
<PackageReference Include="Rocket.Surgery.Task.Extensions" />
</ItemGroup>
<ItemGroup Condition="'$(__RocketSurgeryEnabled)' == 'true' AND '$(EnableFluentValidation)' == 'true'">
<PackageReference Include="Rocket.Surgery.AspNetCore.FluentValidation" Condition="'$(IncludeRocketSurgeryAspNetCore)' == 'true'" />
Expand Down
1 change: 0 additions & 1 deletion test/Directory.Build.targets
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
<ItemGroup>
<PackageReference Include="Microsoft.NET.Test.Sdk" />
<PackageReference Include="Rocket.Surgery.Extensions.Testing.FakeItEasy" />
<PackageReference Include="Autofac.Extras.FakeItEasy" />
<PackageReference Include="Bogus" />
<PackageReference Include="coverlet.collector" />
<PackageReference Include="coverlet.msbuild" />
Expand Down

0 comments on commit 705984c

Please sign in to comment.