diff --git a/src/FluentAssertions.AspNetCore.Mvc/FluentAssertions.AspNetCore.Mvc.csproj b/src/FluentAssertions.AspNetCore.Mvc/FluentAssertions.AspNetCore.Mvc.csproj index aec2bd8..df0dc4e 100644 --- a/src/FluentAssertions.AspNetCore.Mvc/FluentAssertions.AspNetCore.Mvc.csproj +++ b/src/FluentAssertions.AspNetCore.Mvc/FluentAssertions.AspNetCore.Mvc.csproj @@ -5,7 +5,7 @@ Copyright 2018 Fluent Assertions extensions for ASP.NET Core MVC Fluent Assertions for ASP.NET Core MVC - 2.5.0 + 3.0.0 Casey Burns;Kevin Kuszyk netstandard2.0;netcoreapp3.0 FluentAssertions.AspNetCore.Mvc diff --git a/src/FluentAssertions.AspNetCore.Mvc/LocalRedirectResultAssertions.cs b/src/FluentAssertions.AspNetCore.Mvc/LocalRedirectResultAssertions.cs index 51101be..110f662 100644 --- a/src/FluentAssertions.AspNetCore.Mvc/LocalRedirectResultAssertions.cs +++ b/src/FluentAssertions.AspNetCore.Mvc/LocalRedirectResultAssertions.cs @@ -14,7 +14,7 @@ public class LocalRedirectResultAssertions : ObjectAssertions #region Public Constructors /// - /// Initializes a new instance of the class. + /// Initializes a new instance of the class. /// /// The object to test assertion on public LocalRedirectResultAssertions(LocalRedirectResult subject) : base(subject)