From 7bd9164d3c7cf1379f7fbebf24346ba992f3aa7c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=A4=A7=E7=9F=B3=E5=A4=B4?= Date: Thu, 11 Apr 2024 09:15:08 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B9=BF=E8=A5=BF=E4=B8=89=E6=9C=88=E4=B8=89?= =?UTF-8?q?=E9=A2=84=E6=B5=8B=E6=95=B0=E6=8D=AE=E5=87=86=E7=A1=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- NewLife.Holiday/NewLife.Holiday.csproj | 4 ++-- Test/Test.csproj | 2 +- XUnitTest/GuangxiHolidayTests.cs | 2 ++ XUnitTest/XUnitTest.csproj | 12 ++++++------ 4 files changed, 11 insertions(+), 9 deletions(-) diff --git a/NewLife.Holiday/NewLife.Holiday.csproj b/NewLife.Holiday/NewLife.Holiday.csproj index 60bbca8..42ac72d 100644 --- a/NewLife.Holiday/NewLife.Holiday.csproj +++ b/NewLife.Holiday/NewLife.Holiday.csproj @@ -37,7 +37,7 @@ - + all runtime; build; native; contentfiles; analyzers; buildtransitive @@ -48,7 +48,7 @@ - + diff --git a/Test/Test.csproj b/Test/Test.csproj index c831d73..d04b15e 100644 --- a/Test/Test.csproj +++ b/Test/Test.csproj @@ -16,7 +16,7 @@ latest - + diff --git a/XUnitTest/GuangxiHolidayTests.cs b/XUnitTest/GuangxiHolidayTests.cs index b819c2e..30c114a 100644 --- a/XUnitTest/GuangxiHolidayTests.cs +++ b/XUnitTest/GuangxiHolidayTests.cs @@ -12,6 +12,8 @@ public class GuangxiHolidayTests [InlineData("2023/4/22")] [InlineData("2023/4/23")] [InlineData("2022/4/5")] + [InlineData("2024/4/11")] + [InlineData("2024/4/12")] public void Test广西三月三(String date) { var dt = date.ToDateTime(); diff --git a/XUnitTest/XUnitTest.csproj b/XUnitTest/XUnitTest.csproj index ec73e5c..0b08252 100644 --- a/XUnitTest/XUnitTest.csproj +++ b/XUnitTest/XUnitTest.csproj @@ -7,15 +7,15 @@ - - - - - + + + + + all runtime; build; native; contentfiles; analyzers; buildtransitive - + all runtime; build; native; contentfiles; analyzers; buildtransitive