Skip to content

Commit 29e7c6c

Browse files
committed
更新nuget包
1 parent c4cc579 commit 29e7c6c

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

src/aspnet-core/src/LTMCompanyNameFree.YoyoCmsTemplate.Web.Core/LTMCompanyNameFree.YoyoCmsTemplate.Web.Core.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
</ItemGroup>
2424
<ItemGroup>
2525
<PackageReference Include="L.52ABP.Web.Core" Version="$(L52abpVersion)" />
26-
<PackageReference Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="3.1.0" />
26+
<PackageReference Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="5.0.11" />
2727
<PackageReference Include="Swashbuckle.AspNetCore" Version="5.4.1" />
2828

2929
<PackageReference Include="Abp.AspNetCore.SignalR" Version="$(AbpVersion)" />

src/aspnet-core/src/LTMCompanyNameFree.YoyoCmsTemplate.Web.Mvc/LTMCompanyNameFree.YoyoCmsTemplate.Web.Mvc.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<Project Sdk="Microsoft.NET.Sdk.Web">
1+
<Project Sdk="Microsoft.NET.Sdk.Web">
22
<Import Project="..\..\abpversion.props"></Import>
33

44
<PropertyGroup>
@@ -34,7 +34,7 @@
3434
</ItemGroup>
3535
<ItemGroup>
3636
<PackageReference Include="BuildBundlerMinifier" Version="3.2.447" />
37-
<PackageReference Include="Microsoft.AspNetCore.Mvc.Razor.RuntimeCompilation" Version="5.0.8" />
37+
<PackageReference Include="Microsoft.AspNetCore.Mvc.Razor.RuntimeCompilation" Version="5.0.11" />
3838
<PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="5.0.0">
3939
<PrivateAssets>all</PrivateAssets>
4040
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>

src/aspnet-core/test/LTMCompanyNameFree.YoyoCmsTemplate.Tests/LTMCompanyNameFree.YoyoCmsTemplate.Tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
2727
</PackageReference>
2828
<PackageReference Include="Abp.TestBase" Version="5.1.0" />
29-
<PackageReference Include="Microsoft.EntityFrameworkCore.InMemory" Version="3.1.0" />
29+
<PackageReference Include="Microsoft.EntityFrameworkCore.InMemory" Version="4.0.2" />
3030
</ItemGroup>
3131
<ItemGroup>
3232
<None Update="appsettings.json">

0 commit comments

Comments
 (0)