Skip to content

Commit

Permalink
Upgrade Abp to 4.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cdpidan committed May 13, 2019
1 parent e6602e0 commit 17044e5
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 11 deletions.
10 changes: 5 additions & 5 deletions src/Abp.ElasticSearch/Abp.ElasticSearch.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
<PackageLicenseUrl>https://github.com/cdpidan/Abp.ElasticSearch/blob/master/LICENSE</PackageLicenseUrl>
<Copyright>MIT</Copyright>
<AssemblyVersion>0.1.2.0</AssemblyVersion>
<FileVersion>0.1.2.0</FileVersion>
<Version>0.1.2</Version>
<AssemblyVersion>0.1.3.0</AssemblyVersion>
<FileVersion>0.1.3.0</FileVersion>
<Version>0.1.3</Version>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Abp" Version="3.6.2"/>
<PackageReference Include="NEST" Version="6.1.0"/>
<PackageReference Include="Abp" Version="4.5.0" />
<PackageReference Include="NEST" Version="6.7.0" />
</ItemGroup>
<ItemGroup>
<None Include="bin\Release\netstandard2.0\Abp.ElasticSearch.pdb">
Expand Down
15 changes: 9 additions & 6 deletions test/Abp.ElasticSearch.Tests/Abp.ElasticSearch.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,15 @@
<OutputType>Library</OutputType>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Abp.TestBase" Version="3.6.2" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="15.7.2" />
<PackageReference Include="NSubstitute" Version="3.1.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="Abp.TestBase" Version="4.5.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.1.0" />
<PackageReference Include="NSubstitute" Version="4.1.0" />
<PackageReference Include="Shouldly" Version="3.0.2" />
<PackageReference Include="xunit" Version="2.4.1" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.1">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\src\Abp.ElasticSearch\Abp.ElasticSearch.csproj" />
Expand Down

0 comments on commit 17044e5

Please sign in to comment.