File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change 36
36
<PackageVersion Include =" System.Net.Http.Json" Version =" 8.0.1" />
37
37
<PackageVersion Include =" Microsoft.Bcl.AsyncInterfaces" Version =" 8.0.0" />
38
38
</ItemGroup >
39
+ <ItemGroup Condition =" $(TargetFramework)=='net472'" >
40
+ <PackageVersion Include =" System.Text.Json" Version =" 8.0.5" />
41
+ </ItemGroup >
42
+ <ItemGroup Condition =" '$(TargetFrameworkIdentifier)' == '.NETFramework'" >
43
+ <GlobalPackageReference Include =" Microsoft.NETFramework.ReferenceAssemblies" Version =" 1.0.3" />
44
+ </ItemGroup >
39
45
<ItemGroup Condition =" '$(IsPackable)'=='true'" >
40
46
<GlobalPackageReference Include =" Microsoft.CodeAnalysis.PublicApiAnalyzers" Version =" 3.3.4" />
41
47
<GlobalPackageReference Include =" Microsoft.SourceLink.GitHub" Version =" 8.0.0" />
You can’t perform that action at this time.
0 commit comments