Skip to content

Commit f6c7e52

Browse files
authored
[Smoke Tests] Update target frameworks (Azure#36050)
The focus of these changes is to update the target frameworks to replace `net461` with `net462` now that the former has gone out of support.
1 parent 35be0f8 commit f6c7e52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

common/SmokeTests/SmokeTest/SmokeTest.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
33
<OutputType>Exe</OutputType>
4-
<TargetFrameworks>net7.0;net6.0;net461</TargetFrameworks>
4+
<TargetFrameworks>net7.0;net6.0;net462</TargetFrameworks>
55
<LangVersion>11.0</LangVersion>
66
<NoWarn>$(NoWarn);NU1605</NoWarn>
77
</PropertyGroup>

0 commit comments

Comments
 (0)