LtiLibrary.AspNetCore
3.0.0
See the version list below for details.
dotnet add package LtiLibrary.AspNetCore --version 3.0.0
NuGet\Install-Package LtiLibrary.AspNetCore -Version 3.0.0
<PackageReference Include="LtiLibrary.AspNetCore" Version="3.0.0" />
<PackageVersion Include="LtiLibrary.AspNetCore" Version="3.0.0" />
<PackageReference Include="LtiLibrary.AspNetCore" />
paket add LtiLibrary.AspNetCore --version 3.0.0
#r "nuget: LtiLibrary.AspNetCore, 3.0.0"
#:package LtiLibrary.AspNetCore@3.0.0
#addin nuget:?package=LtiLibrary.AspNetCore&version=3.0.0
#tool nuget:?package=LtiLibrary.AspNetCore&version=3.0.0
ASP.NET Core library with IMS LTI support for Tool Consumer and Tool Provider applications. Supports IMS LTI 1.0, 1.1, 1.1.1 and 1.2, Outcomes 1.0, Outcomes 2.0 (Draft), Content-Item Message 1.0, and Membership 1.0.
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net5.0 was computed. net5.0-windows was computed. net6.0 was computed. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. net9.0 was computed. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. net10.0 was computed. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
| .NET Core | netcoreapp1.0 was computed. netcoreapp1.1 was computed. netcoreapp2.0 was computed. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
| .NET Standard | netstandard1.6 is compatible. netstandard2.0 is compatible. netstandard2.1 was computed. |
| .NET Framework | net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
| MonoAndroid | monoandroid was computed. |
| MonoMac | monomac was computed. |
| MonoTouch | monotouch was computed. |
| Tizen | tizen30 was computed. tizen40 was computed. tizen60 was computed. |
| Xamarin.iOS | xamarinios was computed. |
| Xamarin.Mac | xamarinmac was computed. |
| Xamarin.TVOS | xamarintvos was computed. |
| Xamarin.WatchOS | xamarinwatchos was computed. |
-
.NETStandard 1.6
- HtmlAgilityPack.NetCore (>= 1.5.0.1)
- LtiLibrary.NetCore (>= 3.0.0)
- Microsoft.AspNetCore (>= 1.1.4)
- Microsoft.AspNetCore.Mvc (>= 1.1.5)
- Microsoft.Extensions.DependencyModel (>= 2.0.3)
- NETStandard.Library (>= 1.6.1)
-
.NETStandard 2.0
- HtmlAgilityPack.NetCore (>= 1.5.0.1)
- LtiLibrary.NetCore (>= 3.0.0)
- Microsoft.AspNetCore (>= 2.0.0)
- Microsoft.AspNetCore.Mvc (>= 2.0.0)
- Microsoft.AspNetCore.Mvc.Formatters.Xml (>= 2.0.0)
NuGet packages (2)
Showing the top 2 NuGet packages that depend on LtiLibrary.AspNetCore:
| Package | Downloads |
|---|---|
|
MoodleLti
Utility library for creating own external tools via the Moodle LTI API. |
|
|
SM.QTI.Player.Services
Package Description |
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 3.2.10 | 10,777 | 6/2/2025 |
| 3.2.9 | 369,070 | 7/14/2022 |
| 3.2.6 | 41,384 | 3/23/2022 |
| 3.2.4 | 112,604 | 8/10/2020 |
| 3.2.3 | 27,299 | 7/7/2020 |
| 3.2.2 | 8,882 | 5/11/2020 |
| 3.2.1 | 1,664 | 4/27/2020 |
| 3.2.0 | 14,865 | 3/23/2020 |
| 3.1.1 | 104,159 | 1/7/2018 |
| 3.0.1 | 2,568 | 12/15/2017 |
| 3.0.0 | 2,260 | 11/27/2017 |
| 2.2.0 | 8,923 | 6/4/2017 |
| 2.1.1 | 2,322 | 5/7/2017 |
| 2.1.0 | 2,280 | 4/30/2017 |
| 2.0.3 | 2,355 | 4/27/2017 |
| 2.0.2-beta | 1,233 | 4/25/2017 |
| 2.0.1-beta | 1,188 | 4/9/2017 |
| 2.0.0-beta | 1,204 | 4/5/2017 |
3.0.0
- Updated to ASP.NET Core 2.0 and to latest NuGet packages
2.2.0
- Add contextId to Membership controller route
- Made OnXxx methods in base controllers abstract
- Made ActionMethods in base controllers virtual so they can be overridden
2.1.1
- Add support for liss and lism prefixes on Membership status and role
2.1.0
- Added support for Membership Service 1.0
- Significant code cleanup (many namespace changes relative to 2.0.3, but no breaking functionality changes)
2.0.3
- Removed beta suffix.
2.0.2-beta
- Merged fix to issue #39.
- Added XML documentation.
2.0.1-beta
- Fixed minor bugs discovered by integration tests.
2.0.0-beta
- New library for ASP.NET Core.