Skip to content

Commit 852af45

Browse files
committed
Remove obsolete commented dependency references #332
Deleted commented-out PackageReference entries for Microsoft.Extensions.* packages that are now included automatically via the main package. This cleans up the project file and reduces confusion.
1 parent 10ffdd0 commit 852af45

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

examples/Xunit.Microsoft.DependencyInjection.ExampleTests/Xunit.Microsoft.DependencyInjection.ExampleTests.csproj

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -22,14 +22,6 @@
2222
<PrivateAssets>all</PrivateAssets>
2323
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
2424
</PackageReference>
25-
<!-- Note: The following dependencies are now automatically included via the main package -->
26-
<!--<PackageReference Include="Microsoft.Extensions.DependencyInjection" />-->
27-
<!--<PackageReference Include="Microsoft.Extensions.Configuration" />-->
28-
<!--<PackageReference Include="Microsoft.Extensions.Options" />-->
29-
<!--<PackageReference Include="Microsoft.Extensions.Configuration.Binder" />-->
30-
<!--<PackageReference Include="Microsoft.Extensions.Configuration.FileExtensions" />-->
31-
<!--<PackageReference Include="Microsoft.Extensions.Configuration.Json" />-->
32-
<!--<PackageReference Include="Microsoft.Extensions.Logging" />-->
3325
</ItemGroup>
3426
<ItemGroup>
3527
<None Remove="appsettings.json" />

0 commit comments

Comments
 (0)