Can't publish my project for linux. #6253
Answered
by
NekrasovaLera
NekrasovaLera
asked this question in
Q&A
-
When I try to publish my project for linux-x64 I get the following errors.
I added the following to my AppData\Roaming\NuGet\NuGet.config but the errors remain. How do I fix it?
|
Beta Was this translation helpful? Give feedback.
Answered by
NekrasovaLera
Aug 13, 2021
Replies: 2 comments 5 replies
-
You can remove myget from your project-local nuget.config, it's not required if you use builds from nuget.org |
Beta Was this translation helpful? Give feedback.
5 replies
-
Fixed it with adding |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
NekrasovaLera
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Fixed it with adding
<RuntimeIdentifiers>linux-x64</RuntimeIdentifiers>
inside<PropertyGroup>
in the .csproj file.