sparr
sparr
CC#
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
CC#
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
CC#
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
CC#
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
CC#
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
CC#
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]
14 replies
CC#
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
CC#
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
CC#
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
CC#
Created by sparr on 10/15/2022 in #help
Interpolating a csproj xml property in the text of another property?
it looks good, so my problem must be elsewhere
7 replies
CC#
Created by sparr on 10/15/2022 in #help
Interpolating a csproj xml property in the text of another property?
aha! thanks, that lets me find the interpolated HintPath
7 replies
CC#
Created by sparr on 10/15/2022 in #help
Interpolating a csproj xml property in the text of another property?
ok, I have my msbuild output (without your target) in that viewer
7 replies
CC#
Created by sparr on 10/15/2022 in #help
Interpolating a csproj xml property in the text of another property?
adding that target to my <Project> has no obvious effect. some message appears nowhere in the output of msbuild
7 replies
CC#
Created by sparr on 10/15/2022 in #help
Interpolating a csproj xml property in the text of another property?
I'm testing and it doesn't seem to work, but there could be something else wrong
7 replies
CC#
Created by sparr on 10/15/2022 in #help
Interpolating a csproj xml property in the text of another property?
is there a way I can get msbuild to spit out the result?
7 replies
CC#
Created by sparr on 10/13/2022 in #help
Why is mscorlib 2.0 an ExplicitReference in the Initial Items when running msbuild? [Answered]
thanks for the insights!
33 replies
CC#
Created by sparr on 10/13/2022 in #help
Why is mscorlib 2.0 an ExplicitReference in the Initial Items when running msbuild? [Answered]
33 replies
CC#
Created by sparr on 10/13/2022 in #help
Why is mscorlib 2.0 an ExplicitReference in the Initial Items when running msbuild? [Answered]
guess I'll bump up to 4.0 and see if I encounter problems
33 replies
CC#
Created by sparr on 10/13/2022 in #help
Why is mscorlib 2.0 an ExplicitReference in the Initial Items when running msbuild? [Answered]
ok, I can see at least some other mods targeting newer frameworks
33 replies
CC#
Created by sparr on 10/13/2022 in #help
Why is mscorlib 2.0 an ExplicitReference in the Initial Items when running msbuild? [Answered]
However, I think other mods for this game are targeting 3.5, since the game uses 3.5(?), and folks compiling on other platforms don't get this error
33 replies