diff --git a/Directory.Packages.props b/Directory.Packages.props index 75ae52ca9..3049689cb 100644 --- a/Directory.Packages.props +++ b/Directory.Packages.props @@ -5,16 +5,15 @@ - - - + + - + - + - + @@ -23,47 +22,47 @@ - + - - - + + + - - - - - - - + + + + + + + - + - + - + - - - + + + - - + + - + - - + + @@ -89,16 +88,16 @@ - + - + - - + + @@ -109,16 +108,16 @@ - - - - - - - - - - + + + + + + + + + + @@ -126,7 +125,7 @@ - + @@ -140,16 +139,16 @@ - - - - - - - - - - + + + + + + + + + + @@ -157,14 +156,15 @@ - + - + + \ No newline at end of file diff --git a/samples/aspnet/Elsa.Samples.AspNet.HttpEndpoints/Elsa.Samples.AspNet.HttpEndpoints.csproj b/samples/aspnet/Elsa.Samples.AspNet.HttpEndpoints/Elsa.Samples.AspNet.HttpEndpoints.csproj index 0b73b9e16..ff6e9d5f7 100644 --- a/samples/aspnet/Elsa.Samples.AspNet.HttpEndpoints/Elsa.Samples.AspNet.HttpEndpoints.csproj +++ b/samples/aspnet/Elsa.Samples.AspNet.HttpEndpoints/Elsa.Samples.AspNet.HttpEndpoints.csproj @@ -12,7 +12,6 @@ - diff --git a/test/integration/Elsa.Workflows.IntegrationTests/Scenarios/ImportAndExecute/Tests.cs b/test/integration/Elsa.Workflows.IntegrationTests/Scenarios/ImportAndExecute/Tests.cs index 4bd78c960..7dd08c9e1 100644 --- a/test/integration/Elsa.Workflows.IntegrationTests/Scenarios/ImportAndExecute/Tests.cs +++ b/test/integration/Elsa.Workflows.IntegrationTests/Scenarios/ImportAndExecute/Tests.cs @@ -17,7 +17,7 @@ public class Tests } [Theory(DisplayName = "Workflow imported from file should execute successfully.")] - [MemberData(nameof(GetSpecimen))] + [MemberData(memberName: nameof(GetSpecimen))] public async Task Test1(string workflowFileName, string[] expectedOutput) { // Populate registries. @@ -35,7 +35,7 @@ public class Tests Assert.Equal(expectedOutput, lines); } - public static TheoryData GetSpecimen() + public static TheoryData GetSpecimen() { return new TheoryData {