Skip to content

Commit

Permalink
v1.1.2024.0602
Browse files Browse the repository at this point in the history
  • Loading branch information
nnhy committed Jun 2, 2024
1 parent 7bd9164 commit c9669a6
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion NewLife.Holiday/NewLife.Holiday.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="NewLife.Core" Version="10.9.2024.402" />
<PackageReference Include="NewLife.Core" Version="10.10.2024.601" />
</ItemGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion Test/Test.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<LangVersion>latest</LangVersion>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="NewLife.Core" Version="10.9.2024.402" />
<PackageReference Include="NewLife.Core" Version="10.10.2024.601" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\NewLife.Holiday\NewLife.Holiday.csproj" />
Expand Down
8 changes: 4 additions & 4 deletions XUnitTest/XUnitTest.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.9.0" />
<PackageReference Include="NewLife.Core" Version="10.9.2024.402" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.10.0" />
<PackageReference Include="NewLife.Core" Version="10.10.2024.601" />
<PackageReference Include="NewLife.UnitTest" Version="1.0.2023.1204" />
<PackageReference Include="xunit" Version="2.7.0" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.5.7">
<PackageReference Include="xunit" Version="2.8.1" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.8.1">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
Expand Down

0 comments on commit c9669a6

Please sign in to comment.