Skip to content

Commit 615f5cf

Browse files
authored
Update OpenFeature.csproj
Signed-off-by: Weihan Li <[email protected]>
1 parent 3bdcf77 commit 615f5cf

File tree

1 file changed

+4
-11
lines changed

1 file changed

+4
-11
lines changed

src/OpenFeature/OpenFeature.csproj

+4-11
Original file line numberDiff line numberDiff line change
@@ -7,21 +7,14 @@
77
</PropertyGroup>
88

99
<ItemGroup>
10-
<PackageReference Include="Microsoft.Bcl.AsyncInterfaces" Condition="'$(TargetFramework)' == 'net462'" />
11-
<PackageReference Include="Microsoft.Bcl.AsyncInterfaces" Condition="'$(TargetFramework)' == 'netstandard2.0'" />
10+
<PackageReference Include="Microsoft.Bcl.AsyncInterfaces" Condition="'$(TargetFramework)' == 'net462' or '$(TargetFramework)' == 'netstandard2.0'" />
1211
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" />
1312
</ItemGroup>
1413

1514
<ItemGroup>
16-
<AssemblyAttribute Include="System.Runtime.CompilerServices.InternalsVisibleTo">
17-
<_Parameter1>OpenFeature.Benchmarks</_Parameter1>
18-
</AssemblyAttribute>
19-
<AssemblyAttribute Include="System.Runtime.CompilerServices.InternalsVisibleTo">
20-
<_Parameter1>OpenFeature.Tests</_Parameter1>
21-
</AssemblyAttribute>
22-
<AssemblyAttribute Include="System.Runtime.CompilerServices.InternalsVisibleTo">
23-
<_Parameter1>OpenFeature.E2ETests</_Parameter1>
24-
</AssemblyAttribute>
15+
<InternalsVisibleTo Include="OpenFeature.Benchmarks" />
16+
<InternalsVisibleTo Include="OpenFeature.Tests" />
17+
<InternalsVisibleTo Include="OpenFeature.E2ETests" />
2518
<None Include="../../README.md" Pack="true" PackagePath="/" />
2619
</ItemGroup>
2720

0 commit comments

Comments
 (0)