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

Cannot compile on Ubuntu 20.10 #31

Closed
hellocatfood opened this issue Mar 15, 2021 · 1 comment
Closed

Cannot compile on Ubuntu 20.10 #31

hellocatfood opened this issue Mar 15, 2021 · 1 comment

Comments

@hellocatfood
Copy link

I'm trying to compile FiletoVox on Ubuntu 20.10 but when I run dotnet build I'm presented with a lot of errors:

Click to expand

Welcome to .NET 5.0!

SDK Version: 5.0.201

Telemetry

The .NET tools collect usage data in order to help us improve your experience. It is collected by Microsoft and shared with the community. You can opt-out of telemetry by setting the DOTNET_CLI_TELEMETRY_OPTOUT environment variable to '1' or 'true' using your favorite shell.

Read more about .NET CLI Tools telemetry: https://aka.ms/dotnet-cli-telemetry


Installed an ASP.NET Core HTTPS development certificate.
To trust the certificate run 'dotnet dev-certs https --trust' (Windows and macOS only).
Learn about HTTPS: https://aka.ms/dotnet-https

Write your first app: https://aka.ms/dotnet-hello-world
Find out what's new: https://aka.ms/dotnet-whats-new
Explore documentation: https://aka.ms/dotnet-docs
Report issues and find source on GitHub: https://github.com/dotnet/core
Use 'dotnet --help' to see available commands or visit: https://aka.ms/dotnet-cli

Microsoft (R) Build Engine version 16.9.0+57a23d249 for .NET
Copyright (C) Microsoft Corporation. All rights reserved.

Determining projects to restore...
/usr/share/dotnet/sdk/5.0.201/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.EolTargetFrameworks.targets(28,5): warning NETSDK1138: The target framework 'netcoreapp3.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy. [/home/hellocatfood/Desktop/FileToVox/SchematicToVoxCore/FileToVox.csproj]
/home/hellocatfood/Desktop/FileToVox/SchematicToVoxCore/FileToVox.csproj : error NU3028: Package 'Microsoft.Win32.SystemEvents 4.5.0' from source 'https://api.nuget.org/v3/index.json': The author primary signature's timestamp found a chain building issue: UntrustedRoot: self signed certificate in certificate chain [/home/hellocatfood/Desktop/FileToVox/FileToVox.sln]
/home/hellocatfood/Desktop/FileToVox/SchematicToVoxCore/FileToVox.csproj : error NU3037: Package 'Microsoft.Win32.SystemEvents 4.5.0' from source 'https://api.nuget.org/v3/index.json': The author primary signature validity period has expired. [/home/hellocatfood/Desktop/FileToVox/FileToVox.sln]
/home/hellocatfood/Desktop/FileToVox/SchematicToVoxCore/FileToVox.csproj : error NU3028: Package 'Microsoft.Win32.SystemEvents 4.5.0' from source 'https://api.nuget.org/v3/index.json': The repository countersignature's timestamp found a chain building issue: UntrustedRoot: self signed certificate in certificate chain [/home/hellocatfood/Desktop/FileToVox/FileToVox.sln]
/home/hellocatfood/Desktop/FileToVox/SchematicToVoxCore/FileToVox.csproj : error NU3028: Package 'System.Drawing.Common 4.5.1' from source 'https://api.nuget.org/v3/index.json': The author primary signature's timestamp found a chain building issue: UntrustedRoot: self signed certificate in certificate chain [/home/hellocatfood/Desktop/FileToVox/FileToVox.sln]
/home/hellocatfood/Desktop/FileToVox/SchematicToVoxCore/FileToVox.csproj : error NU3037: Package 'System.Drawing.Common 4.5.1' from source 'https://api.nuget.org/v3/index.json': The author primary signature validity period has expired. [/home/hellocatfood/Desktop/FileToVox/FileToVox.sln]
/home/hellocatfood/Desktop/FileToVox/SchematicToVoxCore/FileToVox.csproj : error NU3028: Package 'System.Drawing.Common 4.5.1' from source 'https://api.nuget.org/v3/index.json': The repository countersignature's timestamp found a chain building issue: UntrustedRoot: self signed certificate in certificate chain [/home/hellocatfood/Desktop/FileToVox/FileToVox.sln]
/home/hellocatfood/Desktop/FileToVox/SchematicToVoxCore/FileToVox.csproj : error NU3028: Package 'Microsoft.NETCore.App.Host.linux-x64 3.0.3' from source 'https://api.nuget.org/v3/index.json': The author primary signature's timestamp found a chain building issue: UntrustedRoot: self signed certificate in certificate chain [/home/hellocatfood/Desktop/FileToVox/FileToVox.sln]
/home/hellocatfood/Desktop/FileToVox/SchematicToVoxCore/FileToVox.csproj : error NU3037: Package 'Microsoft.NETCore.App.Host.linux-x64 3.0.3' from source 'https://api.nuget.org/v3/index.json': The author primary signature validity period has expired. [/home/hellocatfood/Desktop/FileToVox/FileToVox.sln]
/home/hellocatfood/Desktop/FileToVox/SchematicToVoxCore/FileToVox.csproj : error NU3028: Package 'Microsoft.NETCore.App.Host.linux-x64 3.0.3' from source 'https://api.nuget.org/v3/index.json': The repository countersignature's timestamp found a chain building issue: UntrustedRoot: self signed certificate in certificate chain [/home/hellocatfood/Desktop/FileToVox/FileToVox.sln]
/home/hellocatfood/Desktop/FileToVox/SchematicToVoxCore/FileToVox.csproj : error NU3028: Package 'Microsoft.NETCore.App.Host.win-x64 3.0.3' from source 'https://api.nuget.org/v3/index.json': The author primary signature's timestamp found a chain building issue: UntrustedRoot: self signed certificate in certificate chain [/home/hellocatfood/Desktop/FileToVox/FileToVox.sln]
/home/hellocatfood/Desktop/FileToVox/SchematicToVoxCore/FileToVox.csproj : error NU3037: Package 'Microsoft.NETCore.App.Host.win-x64 3.0.3' from source 'https://api.nuget.org/v3/index.json': The author primary signature validity period has expired. [/home/hellocatfood/Desktop/FileToVox/FileToVox.sln]
/home/hellocatfood/Desktop/FileToVox/SchematicToVoxCore/FileToVox.csproj : error NU3028: Package 'Microsoft.NETCore.App.Host.win-x64 3.0.3' from source 'https://api.nuget.org/v3/index.json': The repository countersignature's timestamp found a chain building issue: UntrustedRoot: self signed certificate in certificate chain [/home/hellocatfood/Desktop/FileToVox/FileToVox.sln]
/home/hellocatfood/Desktop/FileToVox/SchematicToVoxCore/FileToVox.csproj : error NU3028: Package 'Microsoft.AspNetCore.App.Ref 3.0.1' from source 'https://api.nuget.org/v3/index.json': The author primary signature's timestamp found a chain building issue: UntrustedRoot: self signed certificate in certificate chain [/home/hellocatfood/Desktop/FileToVox/FileToVox.sln]
/home/hellocatfood/Desktop/FileToVox/SchematicToVoxCore/FileToVox.csproj : error NU3037: Package 'Microsoft.AspNetCore.App.Ref 3.0.1' from source 'https://api.nuget.org/v3/index.json': The author primary signature validity period has expired. [/home/hellocatfood/Desktop/FileToVox/FileToVox.sln]
/home/hellocatfood/Desktop/FileToVox/SchematicToVoxCore/FileToVox.csproj : error NU3028: Package 'Microsoft.AspNetCore.App.Ref 3.0.1' from source 'https://api.nuget.org/v3/index.json': The repository countersignature's timestamp found a chain building issue: UntrustedRoot: self signed certificate in certificate chain [/home/hellocatfood/Desktop/FileToVox/FileToVox.sln]
/home/hellocatfood/Desktop/FileToVox/SchematicToVoxCore/FileToVox.csproj : error NU3028: Package 'Microsoft.NETCore.App.Host.osx-x64 3.0.3' from source 'https://api.nuget.org/v3/index.json': The author primary signature's timestamp found a chain building issue: UntrustedRoot: self signed certificate in certificate chain [/home/hellocatfood/Desktop/FileToVox/FileToVox.sln]
/home/hellocatfood/Desktop/FileToVox/SchematicToVoxCore/FileToVox.csproj : error NU3037: Package 'Microsoft.NETCore.App.Host.osx-x64 3.0.3' from source 'https://api.nuget.org/v3/index.json': The author primary signature validity period has expired. [/home/hellocatfood/Desktop/FileToVox/FileToVox.sln]
/home/hellocatfood/Desktop/FileToVox/SchematicToVoxCore/FileToVox.csproj : error NU3028: Package 'Microsoft.NETCore.App.Host.osx-x64 3.0.3' from source 'https://api.nuget.org/v3/index.json': The repository countersignature's timestamp found a chain building issue: UntrustedRoot: self signed certificate in certificate chain [/home/hellocatfood/Desktop/FileToVox/FileToVox.sln]
/home/hellocatfood/Desktop/FileToVox/SchematicToVoxCore/FileToVox.csproj : error NU3028: Package 'Microsoft.AspNetCore.App.Runtime.linux-x64 3.0.3' from source 'https://api.nuget.org/v3/index.json': The author primary signature's timestamp found a chain building issue: UntrustedRoot: self signed certificate in certificate chain [/home/hellocatfood/Desktop/FileToVox/FileToVox.sln]
/home/hellocatfood/Desktop/FileToVox/SchematicToVoxCore/FileToVox.csproj : error NU3037: Package 'Microsoft.AspNetCore.App.Runtime.linux-x64 3.0.3' from source 'https://api.nuget.org/v3/index.json': The author primary signature validity period has expired. [/home/hellocatfood/Desktop/FileToVox/FileToVox.sln]
/home/hellocatfood/Desktop/FileToVox/SchematicToVoxCore/FileToVox.csproj : error NU3028: Package 'Microsoft.AspNetCore.App.Runtime.linux-x64 3.0.3' from source 'https://api.nuget.org/v3/index.json': The repository countersignature's timestamp found a chain building issue: UntrustedRoot: self signed certificate in certificate chain [/home/hellocatfood/Desktop/FileToVox/FileToVox.sln]
/home/hellocatfood/Desktop/FileToVox/SchematicToVoxCore/FileToVox.csproj : error NU3028: Package 'Microsoft.NETCore.App.Ref 3.0.0' from source 'https://api.nuget.org/v3/index.json': The author primary signature's timestamp found a chain building issue: UntrustedRoot: self signed certificate in certificate chain [/home/hellocatfood/Desktop/FileToVox/FileToVox.sln]
/home/hellocatfood/Desktop/FileToVox/SchematicToVoxCore/FileToVox.csproj : error NU3037: Package 'Microsoft.NETCore.App.Ref 3.0.0' from source 'https://api.nuget.org/v3/index.json': The author primary signature validity period has expired. [/home/hellocatfood/Desktop/FileToVox/FileToVox.sln]
/home/hellocatfood/Desktop/FileToVox/SchematicToVoxCore/FileToVox.csproj : error NU3028: Package 'Microsoft.NETCore.App.Ref 3.0.0' from source 'https://api.nuget.org/v3/index.json': The repository countersignature's timestamp found a chain building issue: UntrustedRoot: self signed certificate in certificate chain [/home/hellocatfood/Desktop/FileToVox/FileToVox.sln]
/home/hellocatfood/Desktop/FileToVox/SchematicToVoxCore/FileToVox.csproj : error NU3028: Package 'Microsoft.AspNetCore.App.Runtime.osx-x64 3.0.3' from source 'https://api.nuget.org/v3/index.json': The author primary signature's timestamp found a chain building issue: UntrustedRoot: self signed certificate in certificate chain [/home/hellocatfood/Desktop/FileToVox/FileToVox.sln]
/home/hellocatfood/Desktop/FileToVox/SchematicToVoxCore/FileToVox.csproj : error NU3037: Package 'Microsoft.AspNetCore.App.Runtime.osx-x64 3.0.3' from source 'https://api.nuget.org/v3/index.json': The author primary signature validity period has expired. [/home/hellocatfood/Desktop/FileToVox/FileToVox.sln]
/home/hellocatfood/Desktop/FileToVox/SchematicToVoxCore/FileToVox.csproj : error NU3028: Package 'Microsoft.AspNetCore.App.Runtime.osx-x64 3.0.3' from source 'https://api.nuget.org/v3/index.json': The repository countersignature's timestamp found a chain building issue: UntrustedRoot: self signed certificate in certificate chain [/home/hellocatfood/Desktop/FileToVox/FileToVox.sln]
/home/hellocatfood/Desktop/FileToVox/SchematicToVoxCore/FileToVox.csproj : error NU3028: Package 'Microsoft.NETCore.App.Runtime.osx-x64 3.0.3' from source 'https://api.nuget.org/v3/index.json': The author primary signature's timestamp found a chain building issue: UntrustedRoot: self signed certificate in certificate chain [/home/hellocatfood/Desktop/FileToVox/FileToVox.sln]
/home/hellocatfood/Desktop/FileToVox/SchematicToVoxCore/FileToVox.csproj : error NU3037: Package 'Microsoft.NETCore.App.Runtime.osx-x64 3.0.3' from source 'https://api.nuget.org/v3/index.json': The author primary signature validity period has expired. [/home/hellocatfood/Desktop/FileToVox/FileToVox.sln]
/home/hellocatfood/Desktop/FileToVox/SchematicToVoxCore/FileToVox.csproj : error NU3028: Package 'Microsoft.NETCore.App.Runtime.osx-x64 3.0.3' from source 'https://api.nuget.org/v3/index.json': The repository countersignature's timestamp found a chain building issue: UntrustedRoot: self signed certificate in certificate chain [/home/hellocatfood/Desktop/FileToVox/FileToVox.sln]
/home/hellocatfood/Desktop/FileToVox/SchematicToVoxCore/FileToVox.csproj : error NU3028: Package 'Microsoft.AspNetCore.App.Runtime.win-x64 3.0.3' from source 'https://api.nuget.org/v3/index.json': The author primary signature's timestamp found a chain building issue: UntrustedRoot: self signed certificate in certificate chain [/home/hellocatfood/Desktop/FileToVox/FileToVox.sln]
/home/hellocatfood/Desktop/FileToVox/SchematicToVoxCore/FileToVox.csproj : error NU3037: Package 'Microsoft.AspNetCore.App.Runtime.win-x64 3.0.3' from source 'https://api.nuget.org/v3/index.json': The author primary signature validity period has expired. [/home/hellocatfood/Desktop/FileToVox/FileToVox.sln]
/home/hellocatfood/Desktop/FileToVox/SchematicToVoxCore/FileToVox.csproj : error NU3028: Package 'Microsoft.AspNetCore.App.Runtime.win-x64 3.0.3' from source 'https://api.nuget.org/v3/index.json': The repository countersignature's timestamp found a chain building issue: UntrustedRoot: self signed certificate in certificate chain [/home/hellocatfood/Desktop/FileToVox/FileToVox.sln]
/home/hellocatfood/Desktop/FileToVox/SchematicToVoxCore/FileToVox.csproj : error NU3028: Package 'Microsoft.NETCore.App.Runtime.win-x64 3.0.3' from source 'https://api.nuget.org/v3/index.json': The author primary signature's timestamp found a chain building issue: UntrustedRoot: self signed certificate in certificate chain [/home/hellocatfood/Desktop/FileToVox/FileToVox.sln]
/home/hellocatfood/Desktop/FileToVox/SchematicToVoxCore/FileToVox.csproj : error NU3037: Package 'Microsoft.NETCore.App.Runtime.win-x64 3.0.3' from source 'https://api.nuget.org/v3/index.json': The author primary signature validity period has expired. [/home/hellocatfood/Desktop/FileToVox/FileToVox.sln]
/home/hellocatfood/Desktop/FileToVox/SchematicToVoxCore/FileToVox.csproj : error NU3028: Package 'Microsoft.NETCore.App.Runtime.win-x64 3.0.3' from source 'https://api.nuget.org/v3/index.json': The repository countersignature's timestamp found a chain building issue: UntrustedRoot: self signed certificate in certificate chain [/home/hellocatfood/Desktop/FileToVox/FileToVox.sln]
/home/hellocatfood/Desktop/FileToVox/SchematicToVoxCore/FileToVox.csproj : error NU3028: Package 'Microsoft.NETCore.App.Runtime.linux-x64 3.0.3' from source 'https://api.nuget.org/v3/index.json': The author primary signature's timestamp found a chain building issue: UntrustedRoot: self signed certificate in certificate chain [/home/hellocatfood/Desktop/FileToVox/FileToVox.sln]
/home/hellocatfood/Desktop/FileToVox/SchematicToVoxCore/FileToVox.csproj : error NU3037: Package 'Microsoft.NETCore.App.Runtime.linux-x64 3.0.3' from source 'https://api.nuget.org/v3/index.json': The author primary signature validity period has expired. [/home/hellocatfood/Desktop/FileToVox/FileToVox.sln]
/home/hellocatfood/Desktop/FileToVox/SchematicToVoxCore/FileToVox.csproj : error NU3028: Package 'Microsoft.NETCore.App.Runtime.linux-x64 3.0.3' from source 'https://api.nuget.org/v3/index.json': The repository countersignature's timestamp found a chain building issue: UntrustedRoot: self signed certificate in certificate chain [/home/hellocatfood/Desktop/FileToVox/FileToVox.sln]
Failed to restore /home/hellocatfood/Desktop/FileToVox/SchematicToVoxCore/FileToVox.csproj (in 1.94 min).

Build FAILED.

/usr/share/dotnet/sdk/5.0.201/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.EolTargetFrameworks.targets(28,5): warning NETSDK1138: The target framework 'netcoreapp3.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy. [/home/hellocatfood/Desktop/FileToVox/SchematicToVoxCore/FileToVox.csproj]
/home/hellocatfood/Desktop/FileToVox/SchematicToVoxCore/FileToVox.csproj : error NU3028: Package 'Microsoft.Win32.SystemEvents 4.5.0' from source 'https://api.nuget.org/v3/index.json': The author primary signature's timestamp found a chain building issue: UntrustedRoot: self signed certificate in certificate chain [/home/hellocatfood/Desktop/FileToVox/FileToVox.sln]
/home/hellocatfood/Desktop/FileToVox/SchematicToVoxCore/FileToVox.csproj : error NU3037: Package 'Microsoft.Win32.SystemEvents 4.5.0' from source 'https://api.nuget.org/v3/index.json': The author primary signature validity period has expired. [/home/hellocatfood/Desktop/FileToVox/FileToVox.sln]
/home/hellocatfood/Desktop/FileToVox/SchematicToVoxCore/FileToVox.csproj : error NU3028: Package 'Microsoft.Win32.SystemEvents 4.5.0' from source 'https://api.nuget.org/v3/index.json': The repository countersignature's timestamp found a chain building issue: UntrustedRoot: self signed certificate in certificate chain [/home/hellocatfood/Desktop/FileToVox/FileToVox.sln]
/home/hellocatfood/Desktop/FileToVox/SchematicToVoxCore/FileToVox.csproj : error NU3028: Package 'System.Drawing.Common 4.5.1' from source 'https://api.nuget.org/v3/index.json': The author primary signature's timestamp found a chain building issue: UntrustedRoot: self signed certificate in certificate chain [/home/hellocatfood/Desktop/FileToVox/FileToVox.sln]
/home/hellocatfood/Desktop/FileToVox/SchematicToVoxCore/FileToVox.csproj : error NU3037: Package 'System.Drawing.Common 4.5.1' from source 'https://api.nuget.org/v3/index.json': The author primary signature validity period has expired. [/home/hellocatfood/Desktop/FileToVox/FileToVox.sln]
/home/hellocatfood/Desktop/FileToVox/SchematicToVoxCore/FileToVox.csproj : error NU3028: Package 'System.Drawing.Common 4.5.1' from source 'https://api.nuget.org/v3/index.json': The repository countersignature's timestamp found a chain building issue: UntrustedRoot: self signed certificate in certificate chain [/home/hellocatfood/Desktop/FileToVox/FileToVox.sln]
/home/hellocatfood/Desktop/FileToVox/SchematicToVoxCore/FileToVox.csproj : error NU3028: Package 'Microsoft.NETCore.App.Host.linux-x64 3.0.3' from source 'https://api.nuget.org/v3/index.json': The author primary signature's timestamp found a chain building issue: UntrustedRoot: self signed certificate in certificate chain [/home/hellocatfood/Desktop/FileToVox/FileToVox.sln]
/home/hellocatfood/Desktop/FileToVox/SchematicToVoxCore/FileToVox.csproj : error NU3037: Package 'Microsoft.NETCore.App.Host.linux-x64 3.0.3' from source 'https://api.nuget.org/v3/index.json': The author primary signature validity period has expired. [/home/hellocatfood/Desktop/FileToVox/FileToVox.sln]
/home/hellocatfood/Desktop/FileToVox/SchematicToVoxCore/FileToVox.csproj : error NU3028: Package 'Microsoft.NETCore.App.Host.linux-x64 3.0.3' from source 'https://api.nuget.org/v3/index.json': The repository countersignature's timestamp found a chain building issue: UntrustedRoot: self signed certificate in certificate chain [/home/hellocatfood/Desktop/FileToVox/FileToVox.sln]
/home/hellocatfood/Desktop/FileToVox/SchematicToVoxCore/FileToVox.csproj : error NU3028: Package 'Microsoft.NETCore.App.Host.win-x64 3.0.3' from source 'https://api.nuget.org/v3/index.json': The author primary signature's timestamp found a chain building issue: UntrustedRoot: self signed certificate in certificate chain [/home/hellocatfood/Desktop/FileToVox/FileToVox.sln]
/home/hellocatfood/Desktop/FileToVox/SchematicToVoxCore/FileToVox.csproj : error NU3037: Package 'Microsoft.NETCore.App.Host.win-x64 3.0.3' from source 'https://api.nuget.org/v3/index.json': The author primary signature validity period has expired. [/home/hellocatfood/Desktop/FileToVox/FileToVox.sln]
/home/hellocatfood/Desktop/FileToVox/SchematicToVoxCore/FileToVox.csproj : error NU3028: Package 'Microsoft.NETCore.App.Host.win-x64 3.0.3' from source 'https://api.nuget.org/v3/index.json': The repository countersignature's timestamp found a chain building issue: UntrustedRoot: self signed certificate in certificate chain [/home/hellocatfood/Desktop/FileToVox/FileToVox.sln]
/home/hellocatfood/Desktop/FileToVox/SchematicToVoxCore/FileToVox.csproj : error NU3028: Package 'Microsoft.AspNetCore.App.Ref 3.0.1' from source 'https://api.nuget.org/v3/index.json': The author primary signature's timestamp found a chain building issue: UntrustedRoot: self signed certificate in certificate chain [/home/hellocatfood/Desktop/FileToVox/FileToVox.sln]
/home/hellocatfood/Desktop/FileToVox/SchematicToVoxCore/FileToVox.csproj : error NU3037: Package 'Microsoft.AspNetCore.App.Ref 3.0.1' from source 'https://api.nuget.org/v3/index.json': The author primary signature validity period has expired. [/home/hellocatfood/Desktop/FileToVox/FileToVox.sln]
/home/hellocatfood/Desktop/FileToVox/SchematicToVoxCore/FileToVox.csproj : error NU3028: Package 'Microsoft.AspNetCore.App.Ref 3.0.1' from source 'https://api.nuget.org/v3/index.json': The repository countersignature's timestamp found a chain building issue: UntrustedRoot: self signed certificate in certificate chain [/home/hellocatfood/Desktop/FileToVox/FileToVox.sln]
/home/hellocatfood/Desktop/FileToVox/SchematicToVoxCore/FileToVox.csproj : error NU3028: Package 'Microsoft.NETCore.App.Host.osx-x64 3.0.3' from source 'https://api.nuget.org/v3/index.json': The author primary signature's timestamp found a chain building issue: UntrustedRoot: self signed certificate in certificate chain [/home/hellocatfood/Desktop/FileToVox/FileToVox.sln]
/home/hellocatfood/Desktop/FileToVox/SchematicToVoxCore/FileToVox.csproj : error NU3037: Package 'Microsoft.NETCore.App.Host.osx-x64 3.0.3' from source 'https://api.nuget.org/v3/index.json': The author primary signature validity period has expired. [/home/hellocatfood/Desktop/FileToVox/FileToVox.sln]
/home/hellocatfood/Desktop/FileToVox/SchematicToVoxCore/FileToVox.csproj : error NU3028: Package 'Microsoft.NETCore.App.Host.osx-x64 3.0.3' from source 'https://api.nuget.org/v3/index.json': The repository countersignature's timestamp found a chain building issue: UntrustedRoot: self signed certificate in certificate chain [/home/hellocatfood/Desktop/FileToVox/FileToVox.sln]
/home/hellocatfood/Desktop/FileToVox/SchematicToVoxCore/FileToVox.csproj : error NU3028: Package 'Microsoft.AspNetCore.App.Runtime.linux-x64 3.0.3' from source 'https://api.nuget.org/v3/index.json': The author primary signature's timestamp found a chain building issue: UntrustedRoot: self signed certificate in certificate chain [/home/hellocatfood/Desktop/FileToVox/FileToVox.sln]
/home/hellocatfood/Desktop/FileToVox/SchematicToVoxCore/FileToVox.csproj : error NU3037: Package 'Microsoft.AspNetCore.App.Runtime.linux-x64 3.0.3' from source 'https://api.nuget.org/v3/index.json': The author primary signature validity period has expired. [/home/hellocatfood/Desktop/FileToVox/FileToVox.sln]
/home/hellocatfood/Desktop/FileToVox/SchematicToVoxCore/FileToVox.csproj : error NU3028: Package 'Microsoft.AspNetCore.App.Runtime.linux-x64 3.0.3' from source 'https://api.nuget.org/v3/index.json': The repository countersignature's timestamp found a chain building issue: UntrustedRoot: self signed certificate in certificate chain [/home/hellocatfood/Desktop/FileToVox/FileToVox.sln]
/home/hellocatfood/Desktop/FileToVox/SchematicToVoxCore/FileToVox.csproj : error NU3028: Package 'Microsoft.NETCore.App.Ref 3.0.0' from source 'https://api.nuget.org/v3/index.json': The author primary signature's timestamp found a chain building issue: UntrustedRoot: self signed certificate in certificate chain [/home/hellocatfood/Desktop/FileToVox/FileToVox.sln]
/home/hellocatfood/Desktop/FileToVox/SchematicToVoxCore/FileToVox.csproj : error NU3037: Package 'Microsoft.NETCore.App.Ref 3.0.0' from source 'https://api.nuget.org/v3/index.json': The author primary signature validity period has expired. [/home/hellocatfood/Desktop/FileToVox/FileToVox.sln]
/home/hellocatfood/Desktop/FileToVox/SchematicToVoxCore/FileToVox.csproj : error NU3028: Package 'Microsoft.NETCore.App.Ref 3.0.0' from source 'https://api.nuget.org/v3/index.json': The repository countersignature's timestamp found a chain building issue: UntrustedRoot: self signed certificate in certificate chain [/home/hellocatfood/Desktop/FileToVox/FileToVox.sln]
/home/hellocatfood/Desktop/FileToVox/SchematicToVoxCore/FileToVox.csproj : error NU3028: Package 'Microsoft.AspNetCore.App.Runtime.osx-x64 3.0.3' from source 'https://api.nuget.org/v3/index.json': The author primary signature's timestamp found a chain building issue: UntrustedRoot: self signed certificate in certificate chain [/home/hellocatfood/Desktop/FileToVox/FileToVox.sln]
/home/hellocatfood/Desktop/FileToVox/SchematicToVoxCore/FileToVox.csproj : error NU3037: Package 'Microsoft.AspNetCore.App.Runtime.osx-x64 3.0.3' from source 'https://api.nuget.org/v3/index.json': The author primary signature validity period has expired. [/home/hellocatfood/Desktop/FileToVox/FileToVox.sln]
/home/hellocatfood/Desktop/FileToVox/SchematicToVoxCore/FileToVox.csproj : error NU3028: Package 'Microsoft.AspNetCore.App.Runtime.osx-x64 3.0.3' from source 'https://api.nuget.org/v3/index.json': The repository countersignature's timestamp found a chain building issue: UntrustedRoot: self signed certificate in certificate chain [/home/hellocatfood/Desktop/FileToVox/FileToVox.sln]
/home/hellocatfood/Desktop/FileToVox/SchematicToVoxCore/FileToVox.csproj : error NU3028: Package 'Microsoft.NETCore.App.Runtime.osx-x64 3.0.3' from source 'https://api.nuget.org/v3/index.json': The author primary signature's timestamp found a chain building issue: UntrustedRoot: self signed certificate in certificate chain [/home/hellocatfood/Desktop/FileToVox/FileToVox.sln]
/home/hellocatfood/Desktop/FileToVox/SchematicToVoxCore/FileToVox.csproj : error NU3037: Package 'Microsoft.NETCore.App.Runtime.osx-x64 3.0.3' from source 'https://api.nuget.org/v3/index.json': The author primary signature validity period has expired. [/home/hellocatfood/Desktop/FileToVox/FileToVox.sln]
/home/hellocatfood/Desktop/FileToVox/SchematicToVoxCore/FileToVox.csproj : error NU3028: Package 'Microsoft.NETCore.App.Runtime.osx-x64 3.0.3' from source 'https://api.nuget.org/v3/index.json': The repository countersignature's timestamp found a chain building issue: UntrustedRoot: self signed certificate in certificate chain [/home/hellocatfood/Desktop/FileToVox/FileToVox.sln]
/home/hellocatfood/Desktop/FileToVox/SchematicToVoxCore/FileToVox.csproj : error NU3028: Package 'Microsoft.AspNetCore.App.Runtime.win-x64 3.0.3' from source 'https://api.nuget.org/v3/index.json': The author primary signature's timestamp found a chain building issue: UntrustedRoot: self signed certificate in certificate chain [/home/hellocatfood/Desktop/FileToVox/FileToVox.sln]
/home/hellocatfood/Desktop/FileToVox/SchematicToVoxCore/FileToVox.csproj : error NU3037: Package 'Microsoft.AspNetCore.App.Runtime.win-x64 3.0.3' from source 'https://api.nuget.org/v3/index.json': The author primary signature validity period has expired. [/home/hellocatfood/Desktop/FileToVox/FileToVox.sln]
/home/hellocatfood/Desktop/FileToVox/SchematicToVoxCore/FileToVox.csproj : error NU3028: Package 'Microsoft.AspNetCore.App.Runtime.win-x64 3.0.3' from source 'https://api.nuget.org/v3/index.json': The repository countersignature's timestamp found a chain building issue: UntrustedRoot: self signed certificate in certificate chain [/home/hellocatfood/Desktop/FileToVox/FileToVox.sln]
/home/hellocatfood/Desktop/FileToVox/SchematicToVoxCore/FileToVox.csproj : error NU3028: Package 'Microsoft.NETCore.App.Runtime.win-x64 3.0.3' from source 'https://api.nuget.org/v3/index.json': The author primary signature's timestamp found a chain building issue: UntrustedRoot: self signed certificate in certificate chain [/home/hellocatfood/Desktop/FileToVox/FileToVox.sln]
/home/hellocatfood/Desktop/FileToVox/SchematicToVoxCore/FileToVox.csproj : error NU3037: Package 'Microsoft.NETCore.App.Runtime.win-x64 3.0.3' from source 'https://api.nuget.org/v3/index.json': The author primary signature validity period has expired. [/home/hellocatfood/Desktop/FileToVox/FileToVox.sln]
/home/hellocatfood/Desktop/FileToVox/SchematicToVoxCore/FileToVox.csproj : error NU3028: Package 'Microsoft.NETCore.App.Runtime.win-x64 3.0.3' from source 'https://api.nuget.org/v3/index.json': The repository countersignature's timestamp found a chain building issue: UntrustedRoot: self signed certificate in certificate chain [/home/hellocatfood/Desktop/FileToVox/FileToVox.sln]
/home/hellocatfood/Desktop/FileToVox/SchematicToVoxCore/FileToVox.csproj : error NU3028: Package 'Microsoft.NETCore.App.Runtime.linux-x64 3.0.3' from source 'https://api.nuget.org/v3/index.json': The author primary signature's timestamp found a chain building issue: UntrustedRoot: self signed certificate in certificate chain [/home/hellocatfood/Desktop/FileToVox/FileToVox.sln]
/home/hellocatfood/Desktop/FileToVox/SchematicToVoxCore/FileToVox.csproj : error NU3037: Package 'Microsoft.NETCore.App.Runtime.linux-x64 3.0.3' from source 'https://api.nuget.org/v3/index.json': The author primary signature validity period has expired. [/home/hellocatfood/Desktop/FileToVox/FileToVox.sln]
/home/hellocatfood/Desktop/FileToVox/SchematicToVoxCore/FileToVox.csproj : error NU3028: Package 'Microsoft.NETCore.App.Runtime.linux-x64 3.0.3' from source 'https://api.nuget.org/v3/index.json': The repository countersignature's timestamp found a chain building issue: UntrustedRoot: self signed certificate in certificate chain [/home/hellocatfood/Desktop/FileToVox/FileToVox.sln]
1 Warning(s)
39 Error(s)

Time Elapsed 00:01:57.13

I'm using .NET 5.0

@hellocatfood
Copy link
Author

Solved my issue and managed to get it to compile. I'll share my process for anyone else experiencing issues.

The instructions in this unrelated bug report solved this issue NuGet/Home#10491 (comment) . Basically remove and reinstall ca-certificates. FileToVox then appears to build.

However, when I tried to run FileToVox in FileToVox/SchematicToVoxCore/bin/Debug/netcoreapp3.0 I got this error

It was not possible to find any compatible framework version
The framework 'Microsoft.NETCore.App', version '3.0.0' was not found.
  - The following frameworks were found:
      5.0.4 at [/usr/share/dotnet/shared/Microsoft.NETCore.App]

You can resolve the problem by installing the specified framework and/or SDK.

The specified framework can be found at:
  - https://aka.ms/dotnet-core-applaunch?framework=Microsoft.NETCore.App&framework_version=3.0.0&arch=x64&rid=ubuntu.20.10-x64

So installed dotnet-sdk-3.1., rebuilt and republished and it all worked!

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

1 participant