From b1121ed5f1af7e29409e377f88c48bda92eadf6f Mon Sep 17 00:00:00 2001 From: Bayan Abuawad Date: Tue, 18 Mar 2025 13:27:06 +0200 Subject: [PATCH 1/3] LMS-816: upgrade to .NET 8 --- src/LtiLibrary.AspNetCore/LtiLibrary.AspNetCore.csproj | 2 +- src/LtiLibrary.NetCore/LtiLibrary.NetCore.csproj | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/LtiLibrary.AspNetCore/LtiLibrary.AspNetCore.csproj b/src/LtiLibrary.AspNetCore/LtiLibrary.AspNetCore.csproj index f9e5fb0..369cae2 100644 --- a/src/LtiLibrary.AspNetCore/LtiLibrary.AspNetCore.csproj +++ b/src/LtiLibrary.AspNetCore/LtiLibrary.AspNetCore.csproj @@ -6,7 +6,7 @@ LtiLibrary.AspNetCore 3.1.1 andyfmiller.com - net6.0 + net8.0 LtiLibrary.AspNetCore LtiLibrary.AspNetCore IMS;LTI;.NET Core;ASP.NET Core diff --git a/src/LtiLibrary.NetCore/LtiLibrary.NetCore.csproj b/src/LtiLibrary.NetCore/LtiLibrary.NetCore.csproj index 9172842..a5dc2be 100644 --- a/src/LtiLibrary.NetCore/LtiLibrary.NetCore.csproj +++ b/src/LtiLibrary.NetCore/LtiLibrary.NetCore.csproj @@ -6,7 +6,7 @@ LtiLibrary.NetCore 3.1.1 andyfmiller.com - net6.0 + net8.0 LtiLibrary.NetCore LtiLibrary.NetCore IMS;LTI;.NET Core @@ -20,7 +20,7 @@ - + From c1a7e52ebe6e0e053a211267b94ebee4ba1d2eb6 Mon Sep 17 00:00:00 2001 From: Bayan Abuawad Date: Wed, 23 Apr 2025 11:39:19 +0300 Subject: [PATCH 2/3] LMS-816: minor fix --- src/LtiLibrary.NetCore/LtiLibrary.NetCore.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/LtiLibrary.NetCore/LtiLibrary.NetCore.csproj b/src/LtiLibrary.NetCore/LtiLibrary.NetCore.csproj index a5dc2be..9c3a8f1 100644 --- a/src/LtiLibrary.NetCore/LtiLibrary.NetCore.csproj +++ b/src/LtiLibrary.NetCore/LtiLibrary.NetCore.csproj @@ -19,7 +19,7 @@ - + From c75d59ca6c310b363647d79efdb337710c1b9ed9 Mon Sep 17 00:00:00 2001 From: Gil Cohen Date: Tue, 24 Jun 2025 11:19:03 +0300 Subject: [PATCH 3/3] lms-816 - fix --- src/LtiLibrary.NetCore/LtiLibrary.NetCore.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/LtiLibrary.NetCore/LtiLibrary.NetCore.csproj b/src/LtiLibrary.NetCore/LtiLibrary.NetCore.csproj index 9c3a8f1..35ebd61 100644 --- a/src/LtiLibrary.NetCore/LtiLibrary.NetCore.csproj +++ b/src/LtiLibrary.NetCore/LtiLibrary.NetCore.csproj @@ -6,7 +6,7 @@ LtiLibrary.NetCore 3.1.1 andyfmiller.com - net8.0 + net8.0 LtiLibrary.NetCore LtiLibrary.NetCore IMS;LTI;.NET Core