Skip to content

Commit 3cda78c

Browse files
committed
additional test target frameworks
Change-Id: I720796432e1289e78ba61d9ff222d89562f8862f
1 parent 21fbe30 commit 3cda78c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

NetSnmpTestClient/NetSnmpTestClient.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-
<TargetFrameworks>net8;net6;net481;net48;net472;</TargetFrameworks>
5+
<TargetFrameworks>net8;net7;net6;net481;net48;net472;net462;</TargetFrameworks>
66
</PropertyGroup>
77

88
<ItemGroup>

TestClient/TestClient.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-
<TargetFrameworks>net8;net6;net481;net48;net472;</TargetFrameworks>
5+
<TargetFrameworks>net8;net7;net6;net481;net48;net472;net462;</TargetFrameworks>
66
</PropertyGroup>
77

88
<ItemGroup>

TestServer/TestServer.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-
<TargetFrameworks>net8;net6;net481;net48;net472;</TargetFrameworks>
5+
<TargetFrameworks>net8;net7;net6;net481;net48;net472;net462;</TargetFrameworks>
66
</PropertyGroup>
77

88
<ItemGroup>

0 commit comments

Comments
 (0)