Skip to content

Commit

Permalink
nuget
Browse files Browse the repository at this point in the history
  • Loading branch information
vipwan committed Sep 24, 2024
1 parent 72797b3 commit e6c0b99
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Biwen.QuickApi/Biwen.QuickApi.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
<ItemGroup>
<PackageReference Include="FluentValidation.AspNetCore" Version="$(FluentValidationAspNetCoreVer)" />
<PackageReference Include="NCrontab" Version="3.3.3" />
<PackageReference Include="HtmlSanitizer" Version="8.1.870" />
<PackageReference Include="HtmlSanitizer" Version="[8.2.871-beta,9.0.0)" />
<PackageReference Include="Mapster.DependencyInjection" Version="1.0.2-pre01" />
<PackageReference Include="Microsoft.AspNetCore.AsyncState" Version="$(MicrosoftExtensionsVer)" />

Expand Down
2 changes: 1 addition & 1 deletion SharedReference.Props
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ItemGroup>
<PackageReference Include="Biwen.AutoClassGen" Version="1.5.1" PrivateAssets="All" />
<PackageReference Include="Biwen.AutoClassGen" Version="1.5.1.1" PrivateAssets="All" />
</ItemGroup>
</Project>

0 comments on commit e6c0b99

Please sign in to comment.