Commit 79def47 1 parent ab34c16 commit 79def47 Copy full SHA for 79def47
File tree 2 files changed +6
-13
lines changed
2 files changed +6
-13
lines changed Original file line number Diff line number Diff line change 18
18
</PropertyGroup >
19
19
20
20
<ItemGroup >
21
- <PackageReference Include =" System.Collections.Immutable" />
22
- <PackageReference Include =" System.Threading.Channels" />
21
+ <PackageReference Include =" System.Collections.Immutable" Condition = " '$(TargetFramework)' == 'net462' or '$(TargetFramework)' == 'netstandard2.0' " />
22
+ <PackageReference Include =" System.Threading.Channels" Condition = " '$(TargetFramework)' == 'net462' or '$(TargetFramework)' == 'netstandard2.0' " />
23
23
</ItemGroup >
24
24
25
25
<ItemGroup Condition =" '$(OS)' == 'Unix'" >
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