RusticiSoftware / SCORMCloud_NetLibrary

A C# library to assist in the integration of the SCORM Cloud service into .Net 2.0+ applications.
http://scorm.com/scorm-solved/scorm-cloud/develop-a-scorm-cloud-app/
Other
11 stars 22 forks source link

.NET Standard 2.0 #38

Open jrottmann opened 6 years ago

jrottmann commented 6 years ago

We need to use the SCORM engine from an ASP.NET Core 2.0 WebAPI. For that reason I changed the project to target the new .NET Standard 2.0 Platform in addition to .NET Framework 2.0+.

The new output is a multi targeting nuget package instead of only supporting the old .NET Framework. Here is my current build output as a reference: RusticiSoftware.HostedEngine.Client.2.0.0.nupkg.zip

I kindly ask you to acceppt this pull request so that we do not have to maintain this fork for longer.

htuomola commented 6 years ago

Would be great to see this merged - seems that it has only boilerplate changes.

chadcjc commented 3 years ago

Any word on if this merge is gong to be done? We are updating our project to .NET Core and this would really help. I would rather not maintain my own version of this great library.

TheConstructor commented 2 years ago

There is https://github.com/RusticiSoftware/scormcloud-api-v2-client-net/pull/14 and per README this repository is containing deprecated software.