Skip to content

Commit

Permalink
update Abp to 3.8.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
maliming committed Sep 12, 2018
1 parent 49ee878 commit 00b65aa
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 15 deletions.
12 changes: 6 additions & 6 deletions Abp.GeneralTree/Abp.GeneralTree.csproj
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
<Version>2.3.1</Version>
<Version>2.3.2</Version>
<PackageProjectUrl>https://github.com/maliming/Abp.GeneralTree</PackageProjectUrl>
<Authors>maliming</Authors>
<Company>maliming</Company>
<PackageReleaseNotes>GeneralTreeExtensions ToTree Method Children Support Sorting.</PackageReleaseNotes>
<PackageReleaseNotes>update abp to 3.8.2</PackageReleaseNotes>
<Description>Abp.GeneralTree Based on the idea of Organizations in abp module-zero, we did a general management of the entity tree structure.</Description>
<AssemblyVersion>2.3.1.0</AssemblyVersion>
<FileVersion>2.3.1.0</FileVersion>
<AssemblyVersion>2.3.2.0</AssemblyVersion>
<FileVersion>2.3.2.0</FileVersion>
<PackageTags>abp,generaltree</PackageTags>
<RepositoryUrl>https://github.com/maliming/Abp.GeneralTree</RepositoryUrl>
<RepositoryType />
Expand All @@ -21,7 +21,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Abp" Version="3.6.2" />
<PackageReference Include="Abp" Version="3.8.2" />
</ItemGroup>

</Project>
4 changes: 2 additions & 2 deletions TreeApplication/TreeApplication.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Abp" Version="3.6.2" />
<PackageReference Include="Abp.EntityFrameworkCore" Version="3.6.2" />
<PackageReference Include="Abp" Version="3.8.2" />
<PackageReference Include="Abp.EntityFrameworkCore" Version="3.8.2" />
</ItemGroup>

<ItemGroup>
Expand Down
17 changes: 10 additions & 7 deletions TreeTests/TreeTests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,17 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Abp.EntityFrameworkCore" Version="3.6.2" />
<PackageReference Include="Abp.TestBase" Version="3.6.2" />
<PackageReference Include="Castle.Windsor.MsDependencyInjection" Version="3.3.0" />
<PackageReference Include="Microsoft.EntityFrameworkCore.InMemory" Version="2.0.3" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="15.7.2" />
<PackageReference Include="Abp.EntityFrameworkCore" Version="3.8.2" />
<PackageReference Include="Abp.TestBase" Version="3.8.2" />
<PackageReference Include="Castle.Windsor.MsDependencyInjection" Version="3.3.1" />
<PackageReference Include="Microsoft.EntityFrameworkCore.InMemory" Version="2.1.3" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="15.8.0" />
<PackageReference Include="Shouldly" Version="3.0.0" />
<PackageReference Include="xunit" Version="2.3.1" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.3.1" />
<PackageReference Include="xunit" Version="2.4.0" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.0">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
</PackageReference>
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit 00b65aa

Please sign in to comment.