Answer Overflow Logo
Change Theme
Search Answer Overflow
GitHub
Add Your Server
Login
Home
Popular
Topics
Gaming
Programming
sparr
Posts
Comments
C
C#
•
Created by sparr on 10/18/2022 in
#help
.NETFramework 5.0 and 6.0 reference assemblies missing, but dotnet --list-sdks sees them [Answered]
thanks, that seems to have done the trick
14 replies
C
C#
•
Created by sparr on 10/18/2022 in
#help
.NETFramework 5.0 and 6.0 reference assemblies missing, but dotnet --list-sdks sees them [Answered]
msbuild
14 replies
C
C#
•
Created by sparr on 10/18/2022 in
#help
.NETFramework 5.0 and 6.0 reference assemblies missing, but dotnet --list-sdks sees them [Answered]
I
don't actually need to compile against all of those; I'd be happy to test with just one
14 replies
C
C#
•
Created by sparr on 10/18/2022 in
#help
.NETFramework 5.0 and 6.0 reference assemblies missing, but dotnet --list-sdks sees them [Answered]
this is a library, not mine, that targets as wide of coverage as possible
14 replies
C
C#
•
Created by sparr on 10/18/2022 in
#help
.NETFramework 5.0 and 6.0 reference assemblies missing, but dotnet --list-sdks sees them [Answered]
<TargetFrameworks>net35;net45;net472;net48;netcoreapp3.0;netcoreapp3.1;net5.0;net6.0</TargetFrameworks>
14 replies
C
C#
•
Created by sparr on 10/18/2022 in
#help
.NETFramework 5.0 and 6.0 reference assemblies missing, but dotnet --list-sdks sees them [Answered]
https://github.com/pardeike/Harmony/blob/master/Harmony/Harmony.csproj
14 replies
C
C#
•
Created by sparr on 10/15/2022 in
#help
Can msbuild resolve parent directories from pwd instead of through ..?
It's a situation that software can offer to do either way, or not
2 replies
C
C#
•
Created by sparr on 10/15/2022 in
#help
VSCode extension can't find nuget packages
Thanks, it seems to have been a cache problem.
7 replies
C
C#
•
Created by sparr on 10/15/2022 in
#help
VSCode extension can't find nuget packages
Every time I've used the dotnet commands I ran into problems that lead to people on irc and discord telling me to switch to msbuild.
7 replies