From 3503ba48d60a5aca7529f05571b8be4d98350e50 Mon Sep 17 00:00:00 2001 From: jaygullapalli Date: Tue, 21 May 2024 11:43:40 -0700 Subject: [PATCH] Updating target framework to use net6.0 (#1980) * Updating target framework to use net6.0 * Disabling generation of reference assemblies for C# tests --- .../Microsoft.Azure.Kinect.Sensor.FunctionalTests.csproj | 3 ++- ...oft.Azure.Kinect.Sensor.Test.StubGenerator.UnitTests.csproj | 3 ++- .../UnitTests/Microsoft.Azure.Kinect.Sensor.UnitTests.csproj | 3 ++- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/src/csharp/Tests/FunctionalTests/Microsoft.Azure.Kinect.Sensor.FunctionalTests.csproj b/src/csharp/Tests/FunctionalTests/Microsoft.Azure.Kinect.Sensor.FunctionalTests.csproj index f199235da..b685a3dea 100644 --- a/src/csharp/Tests/FunctionalTests/Microsoft.Azure.Kinect.Sensor.FunctionalTests.csproj +++ b/src/csharp/Tests/FunctionalTests/Microsoft.Azure.Kinect.Sensor.FunctionalTests.csproj @@ -2,7 +2,7 @@ - netcoreapp3.1 + net6.0 false @@ -10,6 +10,7 @@ false ..\..\AzureKinectSensorSDK.ruleset $(BaseOutputPath)\$(AssemblyName)\ + false diff --git a/src/csharp/Tests/StubGenerator.UnitTests/Microsoft.Azure.Kinect.Sensor.Test.StubGenerator.UnitTests.csproj b/src/csharp/Tests/StubGenerator.UnitTests/Microsoft.Azure.Kinect.Sensor.Test.StubGenerator.UnitTests.csproj index 2b20a4dce..b1253b045 100644 --- a/src/csharp/Tests/StubGenerator.UnitTests/Microsoft.Azure.Kinect.Sensor.Test.StubGenerator.UnitTests.csproj +++ b/src/csharp/Tests/StubGenerator.UnitTests/Microsoft.Azure.Kinect.Sensor.Test.StubGenerator.UnitTests.csproj @@ -2,7 +2,7 @@ - netcoreapp3.1 + net6.0 false @@ -12,6 +12,7 @@ $(BaseOutputPath)\$(AssemblyName)\ true ..\..\Microsoft.Azure.Kinect.Sensor.snk + false diff --git a/src/csharp/Tests/UnitTests/Microsoft.Azure.Kinect.Sensor.UnitTests.csproj b/src/csharp/Tests/UnitTests/Microsoft.Azure.Kinect.Sensor.UnitTests.csproj index a94d7ac2d..35dab4013 100644 --- a/src/csharp/Tests/UnitTests/Microsoft.Azure.Kinect.Sensor.UnitTests.csproj +++ b/src/csharp/Tests/UnitTests/Microsoft.Azure.Kinect.Sensor.UnitTests.csproj @@ -2,7 +2,7 @@ - netcoreapp3.1 + net6.0 false @@ -12,6 +12,7 @@ $(BaseOutputPath)\$(AssemblyName)\ true ..\..\Microsoft.Azure.Kinect.Sensor.snk + false