From 332f0a7928fbca03677202e30104a137a97bad73 Mon Sep 17 00:00:00 2001 From: Tyler Ashbaugh Date: Fri, 1 Dec 2023 09:42:31 -0600 Subject: [PATCH] Upgrading to .NET Core 6.0 --- LearnosityDemo/LearnosityDemo.csproj | 2 +- .../LearnositySDKIntegrationTests.csproj | 2 +- LearnositySDKUnitTests/LearnositySDKUnitTests.csproj | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/LearnosityDemo/LearnosityDemo.csproj b/LearnosityDemo/LearnosityDemo.csproj index fe59180..24c9608 100644 --- a/LearnosityDemo/LearnosityDemo.csproj +++ b/LearnosityDemo/LearnosityDemo.csproj @@ -1,7 +1,7 @@ - netcoreapp3.1 + netcoreapp6.0 diff --git a/LearnositySDKIntegrationTests/LearnositySDKIntegrationTests.csproj b/LearnositySDKIntegrationTests/LearnositySDKIntegrationTests.csproj index accadcd..7c54cd8 100644 --- a/LearnositySDKIntegrationTests/LearnositySDKIntegrationTests.csproj +++ b/LearnositySDKIntegrationTests/LearnositySDKIntegrationTests.csproj @@ -1,7 +1,7 @@ - netcoreapp3.1 + netcoreapp6.0 false diff --git a/LearnositySDKUnitTests/LearnositySDKUnitTests.csproj b/LearnositySDKUnitTests/LearnositySDKUnitTests.csproj index 72d85de..489280e 100644 --- a/LearnositySDKUnitTests/LearnositySDKUnitTests.csproj +++ b/LearnositySDKUnitTests/LearnositySDKUnitTests.csproj @@ -1,7 +1,7 @@ - netcoreapp3.1 + netcoreapp6.0 false