From 517cb59c7005fc836533d6338b6c67d829ef7d5a Mon Sep 17 00:00:00 2001 From: Tomas Fabian Date: Tue, 16 Apr 2024 17:30:01 +0200 Subject: [PATCH] [ksqlDb.RestApi.Client]: test projects were upgraded to MSTest.Sdk/3.3.1 from Microsoft.NET.Sdk --- Tests/UnitTests/UnitTests.csproj | 2 +- .../ksqlDb.RestApi.Client.IntegrationTests.csproj | 2 +- .../ksqlDb.RestApi.Client.Tests.csproj | 2 +- .../ksqlDb.RestApi.Client.ProtoBuf.Tests.csproj | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Tests/UnitTests/UnitTests.csproj b/Tests/UnitTests/UnitTests.csproj index 656b5d39..cb0bf259 100644 --- a/Tests/UnitTests/UnitTests.csproj +++ b/Tests/UnitTests/UnitTests.csproj @@ -1,4 +1,4 @@ - + 12.0 diff --git a/Tests/ksqlDB.RestApi.Client.IntegrationTests/ksqlDb.RestApi.Client.IntegrationTests.csproj b/Tests/ksqlDB.RestApi.Client.IntegrationTests/ksqlDb.RestApi.Client.IntegrationTests.csproj index ac625cc3..e4cbb5d8 100644 --- a/Tests/ksqlDB.RestApi.Client.IntegrationTests/ksqlDb.RestApi.Client.IntegrationTests.csproj +++ b/Tests/ksqlDB.RestApi.Client.IntegrationTests/ksqlDb.RestApi.Client.IntegrationTests.csproj @@ -1,4 +1,4 @@ - + enable diff --git a/Tests/ksqlDB.RestApi.Client.Tests/ksqlDb.RestApi.Client.Tests.csproj b/Tests/ksqlDB.RestApi.Client.Tests/ksqlDb.RestApi.Client.Tests.csproj index d9ca59a1..d5568115 100644 --- a/Tests/ksqlDB.RestApi.Client.Tests/ksqlDb.RestApi.Client.Tests.csproj +++ b/Tests/ksqlDB.RestApi.Client.Tests/ksqlDb.RestApi.Client.Tests.csproj @@ -1,4 +1,4 @@ - + enable diff --git a/Tests/ksqlDb.RestApi.Client.ProtoBuf.Tests/ksqlDb.RestApi.Client.ProtoBuf.Tests.csproj b/Tests/ksqlDb.RestApi.Client.ProtoBuf.Tests/ksqlDb.RestApi.Client.ProtoBuf.Tests.csproj index 1ead26d1..df5769bd 100644 --- a/Tests/ksqlDb.RestApi.Client.ProtoBuf.Tests/ksqlDb.RestApi.Client.ProtoBuf.Tests.csproj +++ b/Tests/ksqlDb.RestApi.Client.ProtoBuf.Tests/ksqlDb.RestApi.Client.ProtoBuf.Tests.csproj @@ -1,4 +1,4 @@ - + enable