File tree Expand file tree Collapse file tree 1 file changed +0
-7
lines changed Expand file tree Collapse file tree 1 file changed +0
-7
lines changed Original file line number Diff line number Diff line change 12
12
<AllowUnsafeBlocks >true</AllowUnsafeBlocks >
13
13
<EnableClientSdkAnalyzers >true</EnableClientSdkAnalyzers >
14
14
<EnableBannedApiAnalyzers >false</EnableBannedApiAnalyzers >
15
- <ApiCompatBaselineTargetFramework Condition =" '$(TargetFramework)' == 'net462'" >net461</ApiCompatBaselineTargetFramework >
16
- <ApiCompatBaselineTargetFramework Condition =" '$(TargetFramework)' == 'net472'" >net461</ApiCompatBaselineTargetFramework >
17
15
</PropertyGroup >
18
16
19
17
<ItemGroup >
31
29
<PackageReference Include =" System.Memory.Data" />
32
30
</ItemGroup >
33
31
34
- <ItemGroup Condition =" '$(TargetFramework)' == 'net461'" >
35
- <PackageReference Include =" System.Runtime.InteropServices.RuntimeInformation" />
36
- <PackageReference Include =" System.Net.Http" />
37
- </ItemGroup >
38
-
39
32
<ItemGroup Condition =" '$(TargetFramework)' == 'net472'" >
40
33
<Reference Include =" System.Net.Http" />
41
34
</ItemGroup >
You can’t perform that action at this time.
0 commit comments