Unleash / unleash-client-dotnet

Unleash client SDK for .NET
Apache License 2.0
77 stars 39 forks source link

#201 Added net6 target to remove dependency on Microsoft.CS… #204

Closed thompson-tomo closed 4 months ago

thompson-tomo commented 5 months ago

Description

Adds a dotnet 6 target to allow for the removal of the Microsoft.CSharp reference for that framework and newer.

Fixes #201

Type of change

How Has This Been Tested?

Simple compilation of project for new framework and ran unit tests

Checklist:

thompson-tomo commented 5 months ago

@daveleek is there anything outstanding from me for this MR?

daveleek commented 5 months ago

Thank you @thompson-tomo! No you've done your part here. We're just going to add a build and a build step for verifying this continues to work on .NET Framework (windows) in the future!

thompson-tomo commented 5 months ago

No worries @daveleek thanks for the update