File tree 1 file changed +4
-11
lines changed
1 file changed +4
-11
lines changed Original file line number Diff line number Diff line change 7
7
</PropertyGroup >
8
8
9
9
<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'" />
12
11
<PackageReference Include =" Microsoft.Extensions.Logging.Abstractions" />
13
12
</ItemGroup >
14
13
15
14
<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" />
25
18
<None Include =" ../../README.md" Pack =" true" PackagePath =" /" />
26
19
</ItemGroup >
27
20
You can’t perform that action at this time.
0 commit comments