I am trying to create a Docker image that uses the LA library from NuGet, but I’m getting the following error. It seems that the version hasn’t been updated.
Could you release a cross-platform version of the library? I want to use some of its classes in Docker.
In order to stay consistent with the LA desktop version, could the LA library be updated to 9.0? Thank you.
NuGet Gallery | LibreAutomate 1.12.0
=> ERROR [build 4/6] RUN dotnet restore 9.6s
------
> [build 4/6] RUN dotnet restore:
1.154 Determining projects to restore...
9.379 /src/dotnet_runner.csproj : error NU1202: Package LibreAutomate 1.12.0 is not compatible with net9.0 (.NETCoreApp,Version=v9.0). Package LibreAutomate 1.12.0 supports:
9.379 /src/dotnet_runner.csproj : error NU1202: - net8.0-windows7.0 (.NETCoreApp,Version=v8.0)
9.379 /src/dotnet_runner.csproj : error NU1202: - net9.0-windows7.0 (.NETCoreApp,Version=v9.0)
9.413 Failed to restore /src/dotnet_runner.csproj (in 8.02 sec).
If don’t use the LA library, much of the code from LA would need to be manually converted to generic C# code to be usable, for example the code in the following link:
https://www.libreautomate.com/forum/show...p?tid=7491
Could you release a cross-platform version of the library? I want to use some of its classes in Docker.
In order to stay consistent with the LA desktop version, could the LA library be updated to 9.0? Thank you.
NuGet Gallery | LibreAutomate 1.12.0
=> ERROR [build 4/6] RUN dotnet restore 9.6s
------
> [build 4/6] RUN dotnet restore:
1.154 Determining projects to restore...
9.379 /src/dotnet_runner.csproj : error NU1202: Package LibreAutomate 1.12.0 is not compatible with net9.0 (.NETCoreApp,Version=v9.0). Package LibreAutomate 1.12.0 supports:
9.379 /src/dotnet_runner.csproj : error NU1202: - net8.0-windows7.0 (.NETCoreApp,Version=v8.0)
9.379 /src/dotnet_runner.csproj : error NU1202: - net9.0-windows7.0 (.NETCoreApp,Version=v9.0)
9.413 Failed to restore /src/dotnet_runner.csproj (in 8.02 sec).
If don’t use the LA library, much of the code from LA would need to be manually converted to generic C# code to be usable, for example the code in the following link:
https://www.libreautomate.com/forum/show...p?tid=7491