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 1
1
<Project Sdk =" Microsoft.NET.Sdk" >
2
2
<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 >
5
4
<IsPackable >false</IsPackable >
6
5
7
6
<!-- don't warn about obsolete APIs, or theory with no data -->
Original file line number Diff line number Diff line change 1
1
<Project Sdk =" Microsoft.NET.Sdk" >
2
2
<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 >
5
4
<IsPackable >false</IsPackable >
6
5
<PreserveCompilationContext >true</PreserveCompilationContext >
7
6
</PropertyGroup >
Original file line number Diff line number Diff line change 1
1
using System . Diagnostics ;
2
+ using System . Net . Http ;
2
3
using System . Text ;
3
4
using System . Text . Json ;
4
5
You can’t perform that action at this time.
0 commit comments