Problem with nuget config file in working directory of creating classlib by dotnet #2576
DeafMan1983
started this conversation in
General
Replies: 1 comment
-
|
you need to run |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello everyone,
I have problem with nuget config file. I have typed and let make compilation with Cosmos on Ubuntu 22.04 but they have built successfully. Nor errors, it looks fine. Yay....
And I copy nupkgs to creating directory packages in classlib's directory Example
dotnet new classlib -f net6.0 -o RabbitOScd RabbitOSgedit nuget.configPut XML structure:
Save and close!

4. create directory
mkdir packages5. Copy from Cosmos compiled nupkgs files to
./packages. means current directory is RabbitOS6.
dotnet restoreanddotnet add package Cosmos.System2 --prereleasethen it got error. But why does it throw error if I already set up Nuget.config in directory RabbitOSAnd my output said error but it doesn't recognize to catch nupkgs but where is IL2CPP.API ??? I already
makeandsudo make installto/opt/cosmosI show you proof because I already copied from Cosmos built nupkgs to ./packages - Tell I show you


Why does it say
incompatiblebut I use correct version of dotnet 6.0.4 and 7.0.2 on Ubuntu 22.04?I hope you understand me? Sorry my bad English!
Beta Was this translation helpful? Give feedback.
All reactions