Description
I write code in dotnet7, but RuntimeEnvironment.GetSystemVersion() returns v4.0.30319
Reproduction Steps
public static void Main(string[] args)
{
Console.WriteLine(RuntimeEnvironment.GetSystemVersion());
}
Expected behavior
7.0.7
Actual behavior
v4.0.30319
Regression?
No response
Known Workarounds
No response
Configuration
No response
Other information
No response
Description
I write code in dotnet7, but RuntimeEnvironment.GetSystemVersion() returns v4.0.30319
Reproduction Steps
public static void Main(string[] args)
{
Console.WriteLine(RuntimeEnvironment.GetSystemVersion());
}
Expected behavior
7.0.7
Actual behavior
v4.0.30319
Regression?
No response
Known Workarounds
No response
Configuration
No response
Other information
No response