Skip to content
This repository has been archived by the owner on Oct 29, 2024. It is now read-only.

Commit

Permalink
Microsoft.TypeScript.MSBuild to 5.6.2, FluentMigrator to 6.2.0, MailK…
Browse files Browse the repository at this point in the history
…it to 4.8.0
  • Loading branch information
volkanceylan committed Oct 8, 2024
1 parent 2c46582 commit 1193c5e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build/Feature.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<FrameworkReference Include="Microsoft.AspNetCore.App" Condition="'$(UsingMicrosoftNETSdkWeb)' != 'true' and '$(AddAutoRefs)' == 'true'" />
<PackageReference Include="Serenity.Net.Web" Version="$(SerenityVersion)" Condition="!Exists('$(SerenityWebProj)') and '$(AddAutoRefs)' == 'true'" />
<ProjectReference Include="$(SerenityWebProj)" Condition="Exists('$(SerenityWebProj)') and '$(AddAutoRefs)' == 'true'" />
<PackageReference Include="Microsoft.TypeScript.MSBuild" Version="5.5.3" Condition="Exists('$(MSBuildProjectDirectory)\tsconfig.json')">
<PackageReference Include="Microsoft.TypeScript.MSBuild" Version="5.6.2" Condition="Exists('$(MSBuildProjectDirectory)\tsconfig.json')">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
Expand Down
4 changes: 2 additions & 2 deletions src/Serenity.Extensions/Serenity.Extensions.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
<NpmPackageFile Include="..\..\package.json" />
<PackageReference Include="EPPlus" Version="4.5.3.3" />
<PackageReference Include="FastMember" Version="1.5.0" />
<PackageReference Include="FluentMigrator" Version="5.2.0" />
<PackageReference Include="MailKit" Version="4.7.1.1" />
<PackageReference Include="FluentMigrator" Version="6.2.0" />
<PackageReference Include="MailKit" Version="4.8.0" />
<PackageReference Include="nClam" Version="9.0.0" />
<PackageReference Include="System.Drawing.Common" Version="8.0.8" />
<PackageReference Include="System.Text.RegularExpressions" Version="4.3.1" />
Expand Down

0 comments on commit 1193c5e

Please sign in to comment.