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