OPCFoundation / UA-CloudLibrary

OPC UA Information Model database with a REST and GraphQL interface, as well as user management. The global instance of this (hosted by the OPC Foundation) can be found at https://uacloudlibrary.opcfoundation.org.
Other
39 stars 18 forks source link

Update to DotNet 8? #175

Open barnstee opened 1 year ago

barnstee commented 1 year ago

DotNet 7 is out for a while now and most NuGets now expect 7 to be the baseline and if you don't use it, you need to manually pick a NuGet package version still compatible with DotNet 6. However, DotNet 6 is the LTS version and will be supported longer then 7, see: https://dotnet.microsoft.com/en-us/platform/support/policy/dotnet-core

barnstee commented 1 year ago

lets move directly to .net 8!

barnstee commented 1 year ago

.Net 8 will be the new LTS version.

barnstee commented 1 year ago

.Net 8 is still in preview: https://dotnet.microsoft.com/en-us/download/dotnet/8.0. Should be available in October.

barnstee commented 3 months ago

There is still a bug in the Entity Framework with their latest Nugets that prevents us from going .NET8 with the CloudLib. I do recall now that we had this many months back already:

image