diff --git a/src/Devlead.Testing.MockHttp.Tests/Unit/MyServiceTests.GetUnauthorizedSecret.verified.txt b/src/Devlead.Testing.MockHttp.Tests/Unit/MyServiceTests.GetUnauthorizedSecret.verified.txt index 24bf5aa..1288fa3 100644 --- a/src/Devlead.Testing.MockHttp.Tests/Unit/MyServiceTests.GetUnauthorizedSecret.verified.txt +++ b/src/Devlead.Testing.MockHttp.Tests/Unit/MyServiceTests.GetUnauthorizedSecret.verified.txt @@ -9,5 +9,5 @@ at Devlead.Testing.MockHttp.Tests.Services.MyService.GetSecret() at NUnit.Framework.Internal.TaskAwaitAdapter.GenericAdapter`1.GetResult() at NUnit.Framework.Internal.AsyncToSyncAdapter.Await[TResult](TestExecutionContext context, Func`1 invoke) at NUnit.Framework.Internal.AsyncToSyncAdapter.Await(TestExecutionContext context, Func`1 invoke) -at NUnit.Framework.Assert.ThrowsAsync(IResolveConstraint expression, AsyncTestDelegate code, String message, Object[] args) +at NUnit.Framework.Assert.ThrowsAsync(IResolveConstraint expression, Func`1 asyncCode, String message, Object[] args) } \ No newline at end of file diff --git a/src/Devlead.Testing.MockHttp/Devlead.Testing.MockHttp.Dependencies.props b/src/Devlead.Testing.MockHttp/Devlead.Testing.MockHttp.Dependencies.props index f9173d0..c87ee93 100644 --- a/src/Devlead.Testing.MockHttp/Devlead.Testing.MockHttp.Dependencies.props +++ b/src/Devlead.Testing.MockHttp/Devlead.Testing.MockHttp.Dependencies.props @@ -12,7 +12,7 @@ - + @@ -26,10 +26,10 @@ - + - + @@ -39,13 +39,13 @@ - - + + - - + + - - + + \ No newline at end of file diff --git a/src/Directory.Packages.props b/src/Directory.Packages.props index 8dc5503..419a653 100644 --- a/src/Directory.Packages.props +++ b/src/Directory.Packages.props @@ -5,19 +5,19 @@ - + - - - + + + - + - + \ No newline at end of file