Issue Title
Upon building my .net core 3 program I started getting this error when trying to launch my application:
./bcscon: /lib64/ld-linux-x86-64.so.2: version `GLIBC_2.3' not found (required by ./bcscon)
./bcscon: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.4' not found (required by ./bcscon)
./bcscon: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.3' not found (required by ./bcscon)
General
I have not done any big changes. I did not update my visual studio. I could run my .net core 3 applications without any problems for just over a month but after my last compilation I started getting this error. Although I haven't added any binaries or dependencies. I am unsure where this error is coming from.
My system is Ubuntu 18.04
Issue Title
Upon building my .net core 3 program I started getting this error when trying to launch my application:
General
I have not done any big changes. I did not update my visual studio. I could run my .net core 3 applications without any problems for just over a month but after my last compilation I started getting this error. Although I haven't added any binaries or dependencies. I am unsure where this error is coming from.
My system is Ubuntu 18.04