File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 2
2
3
3
<PropertyGroup >
4
4
<TargetFrameworks >net8.0</TargetFrameworks >
5
- <!-- <TargetFrameworks Condition="'$(TargetNet9)'== 'True'">$(TargetFrameworks); net9.0</TargetFrameworks>-->
6
5
<IsPackable >false</IsPackable >
7
6
</PropertyGroup >
8
7
Original file line number Diff line number Diff line change 5
5
<TargetFrameworks >net8.0</TargetFrameworks >
6
6
<IsPackable >false</IsPackable >
7
7
<EnablePackageValidation >false</EnablePackageValidation >
8
+ <Nullable >enable</Nullable >
8
9
</PropertyGroup >
9
10
10
11
<PropertyGroup Label =" Common dependency versions" >
14
15
<MicrosoftNetTestSdkVersion >17.11.1</MicrosoftNetTestSdkVersion >
15
16
<MicrosoftPlaywrightVersion >1.47.0</MicrosoftPlaywrightVersion >
16
17
<SystemManagementVersion >8.0.0</SystemManagementVersion >
17
- <SystemTextJsonVersion >8.0.4 </SystemTextJsonVersion >
18
+ <SystemTextJsonVersion >8.0.5 </SystemTextJsonVersion >
18
19
<XunitAssertVersion >2.9.1</XunitAssertVersion >
19
20
<XunitExtensibilityCoreVersion >2.9.1</XunitExtensibilityCoreVersion >
20
21
<XunitRunnerVisualStudioVersion >2.8.2</XunitRunnerVisualStudioVersion >
You can’t perform that action at this time.
0 commit comments