Default Framework

Answered

Hello,

i'm using Rider on Linux. Inside the "Run configuration" exists a option called "Target framework" which is set to "Default".

Now i would like to know what the Default framework is. I can't choose another one. Is there meant the framework like .NET 4.5 or .NET 4.6?

What is it per default?

1
2 comments
Avatar
Permanently deleted user

Even on Windows and even with Developer Pack installed on the system it is not showing anything except 4.5 which is set by default. Why?

0

I think these are for dotnetcore, which may have the following in csproj:
<TargetFrameworks>net451;netstandard1.6</TargetFrameworks>

0

Please sign in to leave a comment.