diff --git a/dotnet/Dockerfile b/dotnet/Dockerfile index 3d4c11fc..a0b3b438 100644 --- a/dotnet/Dockerfile +++ b/dotnet/Dockerfile @@ -1,4 +1,4 @@ -FROM microsoft/dotnet:1-sdk +FROM mcr.microsoft.com/dotnet/sdk:6.0 COPY . /test-environment diff --git a/dotnet/Tweek.Client.Tests/ContextTestCasesProvider.cs b/dotnet/Tweek.Client.Tests/ContextTestCasesProvider.cs index b0db8f47..e16af094 100644 --- a/dotnet/Tweek.Client.Tests/ContextTestCasesProvider.cs +++ b/dotnet/Tweek.Client.Tests/ContextTestCasesProvider.cs @@ -106,7 +106,7 @@ public static IEnumerable SNAKE_CASE_CASES() }; } - internal static IEnumerable INCLUDE_TEST_CASES() + public static IEnumerable INCLUDE_TEST_CASES() { yield return new object[] { "@tweek_clients_tests/test_category/_", @@ -121,7 +121,7 @@ internal static IEnumerable INCLUDE_TEST_CASES() }; } - internal static IEnumerable FLATTEN_TEST_CASES() + public static IEnumerable FLATTEN_TEST_CASES() { yield return new object[] { "@tweek_clients_tests/_", @@ -133,7 +133,7 @@ internal static IEnumerable FLATTEN_TEST_CASES() }; } - internal static IEnumerable IGNORE_KEY_TYPES_TEST_CASES() + public static IEnumerable IGNORE_KEY_TYPES_TEST_CASES() { yield return new object[] { "@tweek_clients_tests/test_category/test_key2", diff --git a/dotnet/Tweek.Client.Tests/Tweek.Client.Tests.csproj b/dotnet/Tweek.Client.Tests/Tweek.Client.Tests.csproj index ebd59ca0..c6947d64 100755 --- a/dotnet/Tweek.Client.Tests/Tweek.Client.Tests.csproj +++ b/dotnet/Tweek.Client.Tests/Tweek.Client.Tests.csproj @@ -1,14 +1,14 @@ - netcoreapp1.1 + net6.0 - - - - + + + +