Skip to content

Commit

Permalink
Fixed obsolete text pointing to incorrect namespace.
Browse files Browse the repository at this point in the history
  • Loading branch information
StevenRasmussen committed Sep 9, 2021
1 parent c2bc1de commit 9c01f36
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ namespace Microsoft.EntityFrameworkCore.SqlServer.NodaTime.Extensions
{
public static class SqlServerDbContextOptionsBuilderExtensions
{
[Obsolete("Please use the 'UseNodaTime' extension method found in the 'Microsoft.EntityFrameworkCore.SqlServer' namespace.")]
[Obsolete("Please use the 'UseNodaTime' extension method found in the 'Microsoft.EntityFrameworkCore' namespace.")]
public static SqlServerDbContextOptionsBuilder UseNodaTime(
this SqlServerDbContextOptionsBuilder optionsBuilder)
{
Expand Down

0 comments on commit 9c01f36

Please sign in to comment.