diff --git a/Pipeline/Build.FrameworkTest.cs b/Pipeline/Build.FrameworkTest.cs index 9822ef7ec..9d8efda92 100644 --- a/Pipeline/Build.FrameworkTest.cs +++ b/Pipeline/Build.FrameworkTest.cs @@ -84,7 +84,7 @@ from framework in frameworks framework, }; - DotNetTest(s => s + DotNetRun(s => s .SetConfiguration(Configuration) .SetProcessEnvironmentVariable("DOTNET_CLI_UI_LANGUAGE", "en-US") .EnableNoBuild() diff --git a/Tests/Frameworks/Directory.Build.props b/Tests/Frameworks/Directory.Build.props index 047e778b3..fe1bd287d 100644 --- a/Tests/Frameworks/Directory.Build.props +++ b/Tests/Frameworks/Directory.Build.props @@ -4,7 +4,7 @@ Condition="Exists('$(MSBuildThisFileDirectory)/../../Directory.Build.props')"/> - net8.0 + net10.0 diff --git a/Tests/Frameworks/aweXpect.Frameworks.Tunit.Tests/aweXpect.Frameworks.Tunit.Tests.csproj b/Tests/Frameworks/aweXpect.Frameworks.Tunit.Tests/aweXpect.Frameworks.Tunit.Tests.csproj index dc5a790e8..42a9b9fe3 100644 --- a/Tests/Frameworks/aweXpect.Frameworks.Tunit.Tests/aweXpect.Frameworks.Tunit.Tests.csproj +++ b/Tests/Frameworks/aweXpect.Frameworks.Tunit.Tests/aweXpect.Frameworks.Tunit.Tests.csproj @@ -1,4 +1,8 @@  + + + Exe + @@ -7,7 +11,7 @@ - +