You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
After git clone the dotnet build gives errors:
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?
The text was updated successfully, but these errors were encountered: