solace-samples-dotnet
solace-samples-dotnet copied to clipboard
.NET Core Update, SDK Project types
- Added Solution file for Visual Studio users
- Updated projects to SDK format
- Added Solace Client library via Nuget
@nicholasdgoodman, remind me. Is this good to go or are you still making enhancements to it?
@Mrc0113
Yes it is good to go. I wanted to point out we are not taking it all the way to .NET 6 to ensure compatibility with a number of clients who are stuck using older IDEs; right now this PR goes as far as .NET Core 3.1.
When this runtime falls out of MS support (end of 2022) we can revisit on what the appropriate default framework for these samples are.
Deployed onto the AWS Strigo AMI and tested. Installed the .NET SDK and everything built and ran fine. Even ran fine within Visual Studio Code. Seems good to go? Merging and closing..!