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
-
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 RabbitOS
cd RabbitOS
gedit nuget.config
Put XML structure:
Save and close!
4. create directory
mkdir packages
5. Copy from Cosmos compiled nupkgs files to
./packages
. means current directory is RabbitOS6.
dotnet restore
anddotnet add package Cosmos.System2 --prerelease
then 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
make
andsudo make install
to/opt/cosmos
I show you proof because I already copied from Cosmos built nupkgs to ./packages - Tell I show you
Why does it say
incompatible
but 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