https://bugs.winehq.org/show_bug.cgi?id=55893
Bug ID: 55893 Summary: .NET 6 application can't be built when there are nuget packages Product: Wine Version: 8.20 Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown Assignee: wine-bugs@winehq.org Reporter: makiwolf@outlook.at Distribution: ---
.NET 6 application can't be built when there are nuget packages
https://dotnet.microsoft.com/en-us/download/dotnet/6.0
create an application with .NET nuget packages on windows and try to compile it on wine. There occur signatures errors, when running wine dotnet restore.
The author primary signature validity period has expired. The author primary signature's timestamping certificate is not trusted by the trust provider. The repository countersignature validity period has expired. The repository countersignature's timestamping certificate is not trusted by the trust provider.
https://bugs.winehq.org/show_bug.cgi?id=55893
--- Comment #1 from makiwolf@outlook.at --- Here I have createted a simple test app.
https://github.com/MakiWolf/WinFormsAppdotnet6
https://bugs.winehq.org/show_bug.cgi?id=55893
--- Comment #2 from makiwolf@outlook.at --- Created attachment 75443 --> https://bugs.winehq.org/attachment.cgi?id=75443 log