riverside_wos
riverside_wos
CC#
Created by riverside_wos on 12/27/2022 in #help
✅ Need assistance compiling an older dotnet app
You're awesome, thank you so much
46 replies
CC#
Created by riverside_wos on 12/27/2022 in #help
✅ Need assistance compiling an older dotnet app
8 warnings but no errors.
46 replies
CC#
Created by riverside_wos on 12/27/2022 in #help
✅ Need assistance compiling an older dotnet app
It has a lot of other messages, but got there.
46 replies
CC#
Created by riverside_wos on 12/27/2022 in #help
✅ Need assistance compiling an older dotnet app
Build succeeded.
Build succeeded.
46 replies
CC#
Created by riverside_wos on 12/27/2022 in #help
✅ Need assistance compiling an older dotnet app
Done. Should I try to build again?
46 replies
CC#
Created by riverside_wos on 12/27/2022 in #help
✅ Need assistance compiling an older dotnet app
Yes that exists and this is the contents.
46 replies
CC#
Created by riverside_wos on 12/27/2022 in #help
✅ Need assistance compiling an older dotnet app
<?xml version="1.0" encoding="utf-8"?>
<configuration />
<?xml version="1.0" encoding="utf-8"?>
<configuration />
46 replies
CC#
Created by riverside_wos on 12/27/2022 in #help
✅ Need assistance compiling an older dotnet app
Man, I feel so derpy. I once was a solid developer in the Microsoft eco system. It's been years and I don't know much about dotnet.
46 replies
CC#
Created by riverside_wos on 12/27/2022 in #help
✅ Need assistance compiling an older dotnet app
On Win10x64
46 replies
CC#
Created by riverside_wos on 12/27/2022 in #help
✅ Need assistance compiling an older dotnet app
Visual Studio 2017 or NuGet 4.x+: %ProgramFiles(x86)%\NuGet
Visual Studio 2015 and earlier or NuGet 3.x and earlier: %PROGRAMDATA%\NuGet
Visual Studio 2017 or NuGet 4.x+: %ProgramFiles(x86)%\NuGet
Visual Studio 2015 and earlier or NuGet 3.x and earlier: %PROGRAMDATA%\NuGet
46 replies
CC#
Created by riverside_wos on 12/27/2022 in #help
✅ Need assistance compiling an older dotnet app
Neither folder comes up
46 replies
CC#
Created by riverside_wos on 12/27/2022 in #help
✅ Need assistance compiling an older dotnet app
Not familiar with that file. Should it be in the repo, or do I have to make one?
46 replies
CC#
Created by riverside_wos on 12/27/2022 in #help
✅ Need assistance compiling an older dotnet app
then went into that directory and did
dotnet build
dotnet build
46 replies
CC#
Created by riverside_wos on 12/27/2022 in #help
✅ Need assistance compiling an older dotnet app
I did:
git clone https://github.com/Wufflez/Loki.git
git clone https://github.com/Wufflez/Loki.git
46 replies
CC#
Created by riverside_wos on 12/27/2022 in #help
✅ Need assistance compiling an older dotnet app
I don't see that file?
46 replies
CC#
Created by riverside_wos on 12/27/2022 in #help
✅ Need assistance compiling an older dotnet app
from the directory at the command prompt
46 replies
CC#
Created by riverside_wos on 12/27/2022 in #help
✅ Need assistance compiling an older dotnet app
dotnet build
dotnet build
46 replies
CC#
Created by riverside_wos on 12/27/2022 in #help
✅ Need assistance compiling an older dotnet app
It should look like that
46 replies
CC#
Created by riverside_wos on 12/27/2022 in #help
✅ Need assistance compiling an older dotnet app
That's what I was hoping for
46 replies
CC#
Created by riverside_wos on 12/27/2022 in #help
✅ Need assistance compiling an older dotnet app
Loki.csproj : error NU1100: Unable to resolve 'DotNetProjects.Extended.Wpf.Toolkit (>= 4.6.96)' for '.NETCoreApp,Version=v3.1'.
Loki.csproj : error NU1100: Unable to resolve 'GitVersion.MsBuild (>= 5.6.6)' for '.NETCoreApp,Version=v3.1'.
Loki.csproj : error NU1100: Unable to resolve 'gong-wpf-dragdrop (>= 2.3.2)' for '.NETCoreApp,Version=v3.1'.
Loki.csproj : error NU1100: Unable to resolve 'JetBrains.Annotations (>= 2020.3.0)' for '.NETCoreApp,Version=v3.1'.
0 Warning(s)
4 Error(s)
Loki.csproj : error NU1100: Unable to resolve 'DotNetProjects.Extended.Wpf.Toolkit (>= 4.6.96)' for '.NETCoreApp,Version=v3.1'.
Loki.csproj : error NU1100: Unable to resolve 'GitVersion.MsBuild (>= 5.6.6)' for '.NETCoreApp,Version=v3.1'.
Loki.csproj : error NU1100: Unable to resolve 'gong-wpf-dragdrop (>= 2.3.2)' for '.NETCoreApp,Version=v3.1'.
Loki.csproj : error NU1100: Unable to resolve 'JetBrains.Annotations (>= 2020.3.0)' for '.NETCoreApp,Version=v3.1'.
0 Warning(s)
4 Error(s)
46 replies