Skip to content

Commit 87051ce

Browse files
committed
Don't mark unannotated test project as trimmable
1 parent bbf23e9 commit 87051ce

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Microsoft.Extensions.DependencyInjection.Specification.Tests.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
<DisableImplicitAssemblyReferences>false</DisableImplicitAssemblyReferences>
88
<CLSCompliant>false</CLSCompliant>
99
<IsPackable>true</IsPackable>
10+
<IsTrimmable>false</IsTrimmable>
1011
<PackageDescription>Suite of xUnit.net tests to check for container compatibility with Microsoft.Extensions.DependencyInjection.</PackageDescription>
1112
<!-- this assembly doesn't need to be binplaced -->
1213
<EnableBinPlacing>false</EnableBinPlacing>

0 commit comments

Comments
 (0)