29 Replies
i want a simple universal dll
so as much windows/ operating systems support it on default as possible
which one should i pick?
if universal, definitely not framework.
.NET Standard is universal.
theres no option for that, this is a dll
$newproject
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
.NET core?
look at the image
Remake the project and choose whatever option is not .NET Framework
this one
Correct
okay cool how broad is the support
In terms of what?
Like, OS?
operating systems \ versions
Broad.
oh shit all of them even like vista 32 bit?
.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)Correct.
.NET 7.0 is available now, but if you want LTS.
.NET 6.0
is what you want.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
What are you trying to make?
injectable dll, messagebox appearing, these "using" dont work
which net framework is best for support on versions windows without additinal installing?
im trying to make a muck mod
?
muck mod?
ive changed ideas
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.