Skip to content

Commit f4f5f28

Browse files
committed
Rename tests for clarity
1 parent b6f09cb commit f4f5f28

File tree

21 files changed

+2
-2
lines changed

21 files changed

+2
-2
lines changed

src/Identity/src/ProcessWithAv/ProcessWithAv.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>netcoreapp3.1</TargetFramework>
5+
<TargetFramework>netcoreapp5.0</TargetFramework>
66
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
77
</PropertyGroup>
88

src/Identity/src/ProcessWithCrash/ProcessWithCrash.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>netcoreapp3.1</TargetFramework>
5+
<TargetFramework>netcoreapp5.0</TargetFramework>
66
</PropertyGroup>
77

88
<!-- Include *.deps.json and *.runtimeconfig.json in ContentWithTargetPath so they will be copied to the output folder of projects

0 commit comments

Comments
 (0)