Skip to content

Commit f87f155

Browse files
authored
Disable binplacing for DependencyInjection.Specification.Tests (#49067)
1 parent 7ab6542 commit f87f155

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
@@ -5,6 +5,7 @@
55
<EnableDefaultItems>true</EnableDefaultItems>
66
<CLSCompliant>false</CLSCompliant>
77
<IsPackable>true</IsPackable>
8+
<IsRuntimeAssembly>false</IsRuntimeAssembly>
89
<TargetsForTfmSpecificBuildOutput>$(TargetsForTfmSpecificBuildOutput);IncludeProjectReferencesInPackage</TargetsForTfmSpecificBuildOutput>
910
<PackageDescription>Suite of xUnit.net tests to check for container compatibility with Microsoft.Extensions.DependencyInjection.</PackageDescription>
1011
</PropertyGroup>

0 commit comments

Comments
 (0)