C
C#2y ago
john2913

❔ what .NET framework should i choose

.
29 Replies
john2913
john29132y ago
i want a simple universal dll so as much windows/ operating systems support it on default as possible
john2913
john29132y ago
which one should i pick?
Buddy
Buddy2y ago
if universal, definitely not framework. .NET Standard is universal.
john2913
john29132y ago
theres no option for that, this is a dll
Buddy
Buddy2y ago
$newproject
MODiX
MODiX2y ago
When creating a new project, prefer using .NET over .NET Framework, unless you have a very specific reason to be using .NET Framework. .NET Framework is now legacy code and only get security fix updates, it no longer gets new features and is not recommended. https://cdn.discordapp.com/attachments/569261465463160900/899381236617855016/unknown.png
john2913
john29132y ago
.NET core?
Anton
Anton2y ago
look at the image
Buddy
Buddy2y ago
Remake the project and choose whatever option is not .NET Framework
john2913
john29132y ago
this one
Buddy
Buddy2y ago
Correct
john2913
john29132y ago
okay cool how broad is the support
Buddy
Buddy2y ago
In terms of what? Like, OS?
john2913
john29132y ago
operating systems \ versions
Buddy
Buddy2y ago
Buddy
Buddy2y ago
Broad.
john2913
john29132y ago
oh shit all of them even like vista 32 bit?
Buddy
Buddy2y ago
.NET is Cross-platform. .NET Framework is not. Prefer .NET over .NET Standard unless you need a library for all runtimes (.NET Core, .NET Standard, .NET Framework, .NET)
john2913
john29132y ago
Buddy
Buddy2y ago
Correct. .NET 7.0 is available now, but if you want LTS. .NET 6.0 is what you want.
john2913
john29132y ago
im getting problems, this app is or windows only, i want to make a dll thats injectable, but theres many problems maybe i choose some net framework project thats supported by most windowses? chatgpt talks about it
Buddy
Buddy2y ago
What are you trying to make?
john2913
john29132y ago
injectable dll, messagebox appearing, these "using" dont work
john2913
john29132y ago
john2913
john29132y ago
which net framework is best for support on versions windows without additinal installing? im trying to make a muck mod ?
MasterSubarashii
muck mod?
john2913
john29132y ago
ive changed ideas
Accord
Accord2y ago
Was this issue resolved? If so, run /close - otherwise I will mark this as stale and this post will be archived until there is new activity.