Skip to content

Commit dfee9e2

Browse files
committed
Update
1 parent ae8a251 commit dfee9e2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/devapps/NetCoreTestApp/NetCoreTestApp.csproj

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

33
<PropertyGroup>
44
<OutputType>Exe</OutputType>
5-
<TargetFramework>net8.0</TargetFramework>
5+
<TargetFramework>net6.0</TargetFramework>
66
<Configurations>Debug;Release;Debug + MobileApps</Configurations>
77
</PropertyGroup>
88

tests/devapps/TestTelemetry/TestTelemetry.csproj

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

33
<PropertyGroup>
44
<OutputType>Exe</OutputType>
5-
<TargetFramework>net8.0</TargetFramework>
5+
<TargetFramework>net6.0</TargetFramework>
66
<ImplicitUsings>enable</ImplicitUsings>
77
<Nullable>enable</Nullable>
88
</PropertyGroup>

0 commit comments

Comments
 (0)