Skip to content

Commit 0ddbb72

Browse files
authored
Revert "Change InteropTestClient to net5.0 (#1514)" (#1765)
This reverts commit d2035de.
1 parent c0779fc commit 0ddbb72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

testassets/InteropTestsClient/InteropTestsClient.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<PropertyGroup>
44
<OutputType>Exe</OutputType>
55
<TargetFrameworks Condition="'$(LatestFramework)'!='true'">net6.0;net5.0;net472</TargetFrameworks>
6-
<TargetFrameworks Condition="'$(LatestFramework)'=='true'">net5.0</TargetFrameworks>
6+
<TargetFrameworks Condition="'$(LatestFramework)'=='true'">net6.0</TargetFrameworks>
77
</PropertyGroup>
88

99
<ItemGroup>

0 commit comments

Comments
 (0)