Skip to content

Commit 167b79e

Browse files
committed
addressed PR feedback
1 parent 6e369fc commit 167b79e

File tree

3 files changed

+5
-6
lines changed

3 files changed

+5
-6
lines changed

UiTests/AnyOrgOrPersonalUiTest/AnyOrgOrPersonalUiTest.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33
<PropertyGroup>
44
<TargetFrameworks>net8.0</TargetFrameworks>
5-
<!--<TargetFrameworks Condition="'$(TargetNet9)'== 'True'">$(TargetFrameworks); net9.0</TargetFrameworks>-->
65
<IsPackable>false</IsPackable>
76
<Nullable>enable</Nullable>
87
</PropertyGroup>

UiTests/Directory.Build.props

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<Project>
2+
23
<PropertyGroup>
34
<GenerateDocumentationFile>false</GenerateDocumentationFile>
45
<TargetFrameworks>net8.0</TargetFrameworks>
5-
<TargetFrameworks Condition="'$(TargetNet9)'== 'True'">$(TargetFrameworks); net9.0</TargetFrameworks>
66
<IsPackable>false</IsPackable>
77
<EnablePackageValidation>false</EnablePackageValidation>
88
</PropertyGroup>
@@ -17,8 +17,8 @@
1717
<SystemTextJsonVersion>8.0.4</SystemTextJsonVersion>
1818
<XunitAssertVersion>2.9.1</XunitAssertVersion>
1919
<XunitExtensibilityCoreVersion>2.9.1</XunitExtensibilityCoreVersion>
20-
<XunitRunnerVisualStudioVersion>2.8.2</XunitRunnerVisualStudioVersion>
21-
<XunitVersion>2.9.1</XunitVersion>
20+
<XunitRunnerVisualStudioVersion>2.8.2</XunitRunnerVisualStudioVersion>
21+
<XunitVersion>2.9.1</XunitVersion>
2222
</PropertyGroup>
23-
23+
2424
</Project>

UiTests/UiTests.sln

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Common", "Common\Common.csp
99
EndProject
1010
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{6A8B8F57-DBC6-43E2-84E7-16D24E54157B}"
1111
ProjectSection(SolutionItems) = preProject
12-
..\Directory.Build.props = ..\Directory.Build.props
12+
Directory.Build.props = Directory.Build.props
1313
EndProjectSection
1414
EndProject
1515
Global

0 commit comments

Comments
 (0)