Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Build errors after git clone #7

Open
zoenie123 opened this issue Mar 24, 2023 · 1 comment
Open

Build errors after git clone #7

zoenie123 opened this issue Mar 24, 2023 · 1 comment

Comments

@zoenie123
Copy link

After git clone the dotnet build gives errors:

MSBuild version 17.5.0+6f08c67f3 for .NET
  Determining projects to restore...
C:\Program Files\dotnet\sdk\7.0.202\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.EolTargetFrameworks.targets(28,5): war
ning NETSDK1138: The target framework 'net5.0' is out of support and will not receive security updates in the future. P
lease refer to https://aka.ms/dotnet-core-support for more information about the support policy. [D:\Development\Twelve
21.PasswordStorage\Twelve21.PasswordStorage\Twelve21.PasswordStorage.csproj]
C:\Program Files\dotnet\sdk\7.0.202\NuGet.targets(132,5): error : Object reference not set to an instance of an object.
 [D:\Development\Twelve21.PasswordStorage\Twelve21.PasswordStorage.sln]

The first error I could solve by setting the Target Framework to .NET Core 3.1 in the integrated development environment.
But I cannot solve the second one, which seems to be related to NuGet.

Is there any updated version available that has these issues solved and the compile would work out of the box after a git clone?

@proohit
Copy link

proohit commented Oct 21, 2023

Hi, you might give my fork a try. I updated .NET and added some things there.

https://github.com/proohit/Argon2CalibratorTool

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants