python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
How to add dependency with different dotnet version (CLI = net6.0 / DLLProject = net6.0-windows)
I have this situation:
I have a Class library with a target framework set to net6.0-windows
<TargetFramework>net6.0-windows</TargetFramework>
And then I have added a new CLI application w...

Josef Širůčka
Votes: 0
Answers: 0
Cannot install Google OR-Tools due to missing dotnet-test_dotnet
I want to use the library OR-Tools of Google for mathematical optimization.
For this I followed the installation instructions here. In the end, it says to run tools\make test_dotnet on a x64 Native To...
Matthias Heinlein
Votes: 0
Answers: 1
How to override dotnet publish's web.config?
When I perform dotnet publish -c Release then this web.config file is being added to my publish folder:
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<lo...
Joelty
Votes: 0
Answers: 1