安装 Neo4j Nuget 后无法生成项目



我试图在安装Neo4j后构建一个项目。驱动程序Nuget,每次都崩溃,并导致新的错误:

api.csproj : error NU3037: Package 'System.Threading.ThreadPool 4.3.0' from source 'https://api.nuget.org/v3/index.json': The repository primary signature validity period has expired.
api.csproj : error NU3037: Package 'System.Net.NameResolution 4.3.0' from source 'https://api.nuget.org/v3/index.json': The repository primary signature validity period has expired.
api.csproj : error NU3037: Package 'Microsoft.Bcl.AsyncInterfaces 5.0.0' from source 'https://api.nuget.org/v3/index.json': The author primary signature validity period has expired.
api.csproj : error NU3037: Package 'runtime.native.System.Net.Security 4.3.0' from source 'https://api.nuget.org/v3/index.json': The repository primary signature validity period has expired.
api.csproj : error NU3037: Package 'System.Threading.Thread 4.3.0' from source 'https://api.nuget.org/v3/index.json': The repository primary signature validity period has expired.
api.csproj : error NU3037: Package 'System.ValueTuple 4.5.0' from source 'https://api.nuget.org/v3/index.json': The author primary signature validity period has expired.
api.csproj : error NU3037: Package 'System.Net.Security 4.3.2' from source 'https://api.nuget.org/v3/index.json': The repository primary signature validity period has expired.
api.csproj : error NU3037: Package 'System.Security.Principal.Windows 4.3.0' from source 'https://api.nuget.org/v3/index.json': The repository primary signature validity period has expired.
api.csproj : error NU3037: Package 'System.ValueTuple 4.5.0' from source 'https://api.nuget.org/v3/index.json': The repository countersignature validity period has expired.
api.csproj : error NU3037: Package 'Microsoft.Bcl.AsyncInterfaces 5.0.0' from source 'https://api.nuget.org/v3/index.json': The repository countersignature validity period has expired.
14 Warning(s)
10 Error(s)

我试图在安装Neo4j后构建一个项目。驱动程序Nuget,每次都崩溃,并导致新的错误:

放弃变更后,项目成功构建。我尝试重新安装所有的软件包,但只在这个软件包上发生(我尝试了其他版本)。

任何想法?

显然,它与。net SDK版本5.0.201的错误有关。
更新到版本5.0.402后,解决了这个问题。

最新更新