Skip to content

Commit

Permalink
deps: Update Abp to 4.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
HMBSbige committed Aug 3, 2021
1 parent 0656062 commit 0268bb0
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 deletions.
2 changes: 1 addition & 1 deletion NatTypeTester.Models/NatTypeTester.Models.csproj
Expand Up @@ -8,7 +8,7 @@

<ItemGroup>
<PackageReference Include="ReactiveUI.Fody" Version="14.1.1" />
<PackageReference Include="Volo.Abp.Core" Version="4.3.3" />
<PackageReference Include="Volo.Abp.Core" Version="4.4.0" />
</ItemGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion NatTypeTester.ViewModels/NatTypeTester.ViewModels.csproj
Expand Up @@ -8,7 +8,7 @@

<ItemGroup>
<PackageReference Include="ReactiveUI.Fody" Version="14.1.1" />
<PackageReference Include="Volo.Abp.Core" Version="4.3.3" />
<PackageReference Include="Volo.Abp.Core" Version="4.4.0" />
</ItemGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion NatTypeTester/NatTypeTester.csproj
Expand Up @@ -26,7 +26,7 @@
<PackageReference Include="ReactiveUI.Events.WPF" Version="14.1.1" />
<PackageReference Include="ReactiveUI.WPF" Version="14.1.1" />
<PackageReference Include="Splat.Microsoft.Extensions.DependencyInjection" Version="11.1.1" />
<PackageReference Include="Volo.Abp.Autofac" Version="4.3.3" />
<PackageReference Include="Volo.Abp.Autofac" Version="4.4.0" />
</ItemGroup>

<ItemGroup>
Expand Down
5 changes: 4 additions & 1 deletion UnitTest/UnitTest.csproj
Expand Up @@ -11,7 +11,10 @@
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.10.0" />
<PackageReference Include="MSTest.TestAdapter" Version="2.2.5" />
<PackageReference Include="MSTest.TestFramework" Version="2.2.5" />
<PackageReference Include="coverlet.collector" Version="3.0.3" />
<PackageReference Include="coverlet.collector" Version="3.1.0">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit 0268bb0

Please sign in to comment.