Skip to content

Commit 39d0a3a

Browse files
committed
升级autofac标签注入组件
1 parent bfa1e96 commit 39d0a3a

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

ant.mgr/Infrastructure/Infrastructure/Infrastructure.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
<ItemGroup>
1717
<PackageReference Include="DotLiquid" Version="2.0.314" />
18-
<PackageReference Include="HtmlAgilityPack" Version="1.11.12" />
18+
<PackageReference Include="HtmlAgilityPack" Version="1.11.16" />
1919
<PackageReference Include="Microsoft.AspNetCore.Http.Abstractions" Version="2.2.0" />
2020
<PackageReference Include="Microsoft.AspNetCore.Http.Extensions" Version="2.2.0" />
2121
<PackageReference Include="NLog" Version="4.6.7" />

ant.mgr/Repository/Repository/Repository.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
</PropertyGroup>
1010

1111
<ItemGroup>
12-
<PackageReference Include="Autofac.Annotation" Version="3.0.2" />
12+
<PackageReference Include="Autofac.Annotation" Version="3.0.3" />
1313
</ItemGroup>
1414

1515
<ItemGroup>

ant.mgr/mgr.core/ant.mgr.core.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<PropertyGroup>
44
<TargetFramework>netcoreapp2.2</TargetFramework>
55
<GenerateDocumentationFile>true</GenerateDocumentationFile>
6-
<Version>2.4</Version>
6+
<Version>2.5</Version>
77
</PropertyGroup>
88

99
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
@@ -13,14 +13,14 @@
1313

1414

1515
<ItemGroup>
16-
<PackageReference Include="Autofac.Annotation" Version="3.0.2" />
16+
<PackageReference Include="Autofac.Annotation" Version="3.0.3" />
1717
<PackageReference Include="Autofac.Extensions.DependencyInjection" Version="5.0.1" />
1818
<PackageReference Include="Microsoft.AspNetCore.App" />
1919
<PackageReference Include="Microsoft.AspNetCore.Razor.Design" Version="2.2.0" PrivateAssets="All" />
2020
<PackageReference Include="Microsoft.VisualStudio.Web.CodeGeneration.Design" Version="3.0.0" />
2121
<PackageReference Include="Newtonsoft.Json" Version="12.0.2" />
2222
<PackageReference Include="NLog.MailKit" Version="3.1.0" />
23-
<PackageReference Include="NLog.Web.AspNetCore" Version="4.8.6" />
23+
<PackageReference Include="NLog.Web.AspNetCore" Version="4.9.0" />
2424
</ItemGroup>
2525

2626
<ItemGroup>

0 commit comments

Comments
 (0)