File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed
AbpCompanyName.AbpProjectName.EntityFrameworkCore
AbpCompanyName.AbpProjectName.Web
AbpCompanyName.AbpProjectName.Tests
AbpCompanyName.AbpProjectName.Web.Tests Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 24
24
<PackageReference Include =" Abp.EntityFrameworkCore" Version =" 3.4.0" />
25
25
<PackageReference Include =" Microsoft.EntityFrameworkCore.Design" Version =" 2.0.1" />
26
26
<PackageReference Include =" Microsoft.EntityFrameworkCore.SqlServer" Version =" 2.0.1" />
27
- <PackageReference Include =" Microsoft.EntityFrameworkCore.SqlServer.Design" Version =" 1.1.4 " />
27
+ <PackageReference Include =" Microsoft.EntityFrameworkCore.SqlServer.Design" Version =" 1.1.5 " />
28
28
<PackageReference Include =" Microsoft.EntityFrameworkCore.Tools" Version =" 2.0.1" >
29
29
<PrivateAssets >All</PrivateAssets >
30
30
</PackageReference >
Original file line number Diff line number Diff line change 40
40
<PackageReference Include =" Microsoft.AspNetCore.Server.Kestrel" Version =" 2.0.1" />
41
41
<PackageReference Include =" Microsoft.AspNetCore.StaticFiles" Version =" 2.0.1" />
42
42
<PackageReference Include =" Microsoft.EntityFrameworkCore.SqlServer" Version =" 2.0.1" />
43
- <PackageReference Include =" Microsoft.EntityFrameworkCore.SqlServer.Design" Version =" 1.1.4 " />
43
+ <PackageReference Include =" Microsoft.EntityFrameworkCore.SqlServer.Design" Version =" 1.1.5 " />
44
44
<PackageReference Include =" Microsoft.Extensions.Logging" Version =" 2.0.0" />
45
45
<PackageReference Include =" Microsoft.Extensions.Options.ConfigurationExtensions" Version =" 2.0.0" />
46
46
<PackageReference Include =" Microsoft.VisualStudio.Web.BrowserLink" Version =" 2.0.1" />
47
- <PackageReference Include =" Microsoft.VisualStudio.Web.CodeGeneration.Design" Version =" 2.0.1 " />
47
+ <PackageReference Include =" Microsoft.VisualStudio.Web.CodeGeneration.Design" Version =" 2.0.2 " />
48
48
<PackageReference Include =" Microsoft.EntityFrameworkCore.Tools" Version =" 2.0.1" >
49
49
<PrivateAssets >All</PrivateAssets >
50
50
</PackageReference >
Original file line number Diff line number Diff line change 25
25
<PackageReference Include =" xunit" Version =" 2.3.1" />
26
26
<PackageReference Include =" xunit.extensibility.execution" Version =" 2.3.1" />
27
27
<PackageReference Include =" xunit.runner.visualstudio" Version =" 2.3.1" />
28
- <PackageReference Include =" Shouldly" Version =" 2.8.3 " />
28
+ <PackageReference Include =" Shouldly" Version =" 3.0.0 " />
29
29
<PackageReference Include =" Abp.TestBase" Version =" 3.4.0" />
30
30
<PackageReference Include =" NSubstitute" Version =" 3.1.0" />
31
- <PackageReference Include =" Castle.Windsor.MsDependencyInjection" Version =" 3.2 .0" />
31
+ <PackageReference Include =" Castle.Windsor.MsDependencyInjection" Version =" 3.3 .0" />
32
32
<PackageReference Include =" Microsoft.EntityFrameworkCore.InMemory" Version =" 2.0.1" />
33
33
<PackageReference Include =" Microsoft.DotNet.InternalAbstractions" Version =" 1.0.0" />
34
34
</ItemGroup >
Original file line number Diff line number Diff line change 27
27
<PackageReference Include =" xunit.runner.visualstudio" Version =" 2.3.1" />
28
28
<PackageReference Include =" Microsoft.AspNetCore.Mvc" Version =" 2.0.2" />
29
29
<PackageReference Include =" Abp.AspNetCore.TestBase" Version =" 3.4.0" />
30
- <PackageReference Include =" AngleSharp" Version =" 0.9.9" />
30
+ <PackageReference Include =" AngleSharp" Version =" 0.9.9.1 " />
31
31
</ItemGroup >
32
32
33
33
<ItemGroup Condition =" '$(TargetFramework)' == 'net461' " >
You can’t perform that action at this time.
0 commit comments