C
C#2mo ago
SOMUCHDOG

Identifying the Framework in a .csproj file

When you are trying to identify the framework from a csproj file, sometimes there are multiple versions of frameworks mentioned. i.e. TargetFramework 2.0 then Some bootstrapper package will include .Net Framework 3.5 Which one is it?
2 Replies
reflectronic
reflectronic2mo ago
i am not sure what you mean i guess, you are looking at some legacy .NET Framework programs that use ClickOnce if TargetFrameworkVersion in the project file says v2.0, then that DLL only references the .NET Framework 2.0 class libraries. so, it's probably true that it only requires .NET Framework 2.0. but, maybe not
SOMUCHDOG
SOMUCHDOG2mo ago
Yeah that sounds about right.
Want results from more Discord servers?
Add your server
More Posts
MSBuild For c# project with c++ dllsSo i have a c# project and a c++ cmake project , the c# project is referenced by the actual program ✅ Typically how is an image stored?Im trying to set up an ASP.NET Project where i have a profile section. Users can then choose to uplMarshalDirectiveException: Cannot marshal 'return value': Invalid managed/unmanaged type combinationBasically trying to wrap a dll (wiiuse library) into my godot game with c# and whenever i call my wrNeed help to get data from MongoDBi have my mongodb data that like this ``` bson [ { "_id": {"$oid": "665b193178262482ba1f5bcaTrying to create objects using a loop, but don't know what i'm doing wrong?so i'm trying to update my turtle race simulator using tasks, one of the changes is to be able to chCan't get Data in Controller by Ajax from View in dotnet MVC CoreI am trying to pass data from a view to my controller. I am getting the values in Ajax correctly, buQuestion about AvaloniaSo im a beginner in Avalonia and im watching a youtube tutorial series (more specifically [this tutoList<> modificationI want ot modify all elements in a List<>, but im having trouble. This is my code. Which gives an erwhen do I need to learn dotnet aspire?I am trying to get into backend web dev with dotnet using asp.net core and the other tools. I was loMVVM Data Binding across multiple content pages in one application not working (.NET Maui)*Keep in mind I'm also using the CommunityToolkit.Mvvm package in NuGet Im watching this video on M