python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
You are trying to install this package into a project that targets '.NETFramework,Version=v4.7.2'
Visual Studio 2022
I recently created an automation framework "prototype" project for my work. I created a nuget package for this framework following these instructions. I then created a new...
user1818298
Votes: 0
Answers: 1
where to put framework 6 desktop runtime for the setup project
Whe building a setup project for a .net 6 console application when trying to make an offline installer I get:
ERROR: To enable 'Download prerequisites from the same location as my application' in the ...
Jester
Votes: 0
Answers: 1
How do I instantiate the COM interop Interface from a .NET Framework COM server DLL?
We have two versions of a client-server software application product. One version is what is now considered "legacy", as it is implemented in WinForms .NET Framework, while the other is now ...
Jeff H
Votes: 0
Answers: 0
How to instantiate a ComVisible class in a .NET Core assembly from .NET Framework application?
We have a software product that is currently released that is a .NET Framework 4.7.2 application (the "legacy" app). The legacy client-server implementation is built on System.Runtime.Remoti...
Jeff H
Votes: 0
Answers: 0