File tree Expand file tree Collapse file tree 3 files changed +3
-4
lines changed Expand file tree Collapse file tree 3 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk" >
22 <PropertyGroup >
3- <TargetFrameworks Condition =" '$(IsWindows)' == 'true'" >net6.0;net7.0;net8.0;net481</TargetFrameworks >
4- <TargetFrameworks Condition =" '$(IsWindows)' != 'true'" >net6.0;net7.0;net8.0</TargetFrameworks >
3+ <TargetFrameworks >net6.0;net7.0;net8.0;net481</TargetFrameworks >
54 <IsPackable >false</IsPackable >
65
76 <!-- don't warn about obsolete APIs, or theory with no data -->
Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk" >
22 <PropertyGroup >
3- <TargetFrameworks Condition =" '$(IsWindows)' == 'true'" >net6.0;net7.0;net8.0;net481</TargetFrameworks >
4- <TargetFrameworks Condition =" '$(IsWindows)' != 'true'" >net6.0;net7.0;net8.0</TargetFrameworks >
3+ <TargetFrameworks >net6.0;net7.0;net8.0;net481</TargetFrameworks >
54 <IsPackable >false</IsPackable >
65 <PreserveCompilationContext >true</PreserveCompilationContext >
76 </PropertyGroup >
Original file line number Diff line number Diff line change 11using System . Diagnostics ;
2+ using System . Net . Http ;
23using System . Text ;
34using System . Text . Json ;
45
You can’t perform that action at this time.
0 commit comments