wingyplus / dagger-dotnet-sdk

Dagger DotNet SDK
3 stars 1 forks source link

make all code .netstandard2.0 #11

Closed pjmagee closed 3 months ago

pjmagee commented 3 months ago

Why?

Most of the Source generated code and base code of the Dagger .NET API is using pretty standard .NET APIs, which are all mostly available in the .netstandard2.0 base library, any featues that are nice and only available in .NET8, such as newer LINQ functions etc, we can easily port across into our shared .netstandard2.0 Dagger.SDK

wingyplus commented 3 months ago

Agreed. 👍