You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have an ASP.Net Core 8 application using ETCD v.3
5.13. I would like to upgrade to 3.5.17.
I downloaded the binary files of version 3.5.17 and substituted them in my project. Locally through the CMD I performed the following commands and they seemed to work fine:
etcdctl version
etcdctl endpoint health
etcdctl endpoint status --write-out=table
How do I determine wether there should be any changes to the C# code?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hello!
I have an ASP.Net Core 8 application using ETCD v.3
5.13. I would like to upgrade to 3.5.17.
I downloaded the binary files of version 3.5.17 and substituted them in my project. Locally through the CMD I performed the following commands and they seemed to work fine:
etcdctl version
etcdctl endpoint health
etcdctl endpoint status --write-out=table
How do I determine wether there should be any changes to the C# code?
Thank you in advance!
Beta Was this translation helpful? Give feedback.
All reactions