From d280a7a3324e28dea0eb135d5803201acd3ed694 Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Thu, 14 Mar 2024 20:51:16 +0000
Subject: [PATCH] chore: bump Nager.Date from 1.45.0 to 2.1.0

Bumps [Nager.Date](https://github.com/nager/Nager.Date) from 1.45.0 to 2.1.0.
- [Release notes](https://github.com/nager/Nager.Date/releases)
- [Changelog](https://github.com/nager/Nager.Date/blob/main/CHANGELOG.md)
- [Commits](https://github.com/nager/Nager.Date/commits/v2.1.0)

---
updated-dependencies:
- dependency-name: Nager.Date
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
---
 src/MoreDateTime/MoreDateTime.csproj | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/MoreDateTime/MoreDateTime.csproj b/src/MoreDateTime/MoreDateTime.csproj
index 1b4da38..1128ba5 100644
--- a/src/MoreDateTime/MoreDateTime.csproj
+++ b/src/MoreDateTime/MoreDateTime.csproj
@@ -27,7 +27,7 @@
       <PrivateAssets>all</PrivateAssets>
       <IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
     </PackageReference>
-    <PackageReference Include="Nager.Date" Version="1.45.0" />
+    <PackageReference Include="Nager.Date" Version="2.1.0" />
   </ItemGroup>
 
 	<ItemGroup>