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 18, 2018
1 parent 9fd9585 commit cf72743
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 8 deletions.
11 changes: 7 additions & 4 deletions Abp.YunPian.Tests/Abp.YunPian.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,14 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Abp.TestBase" Version="3.5.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="15.6.2" />
<PackageReference Include="Abp.TestBase" Version="3.8.2" />
<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
9 changes: 5 additions & 4 deletions Abp.YunPian/Abp.YunPian.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,17 +11,18 @@
<Product />
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<Description>Abp YunPian Module. https://www.yunpian.com/</Description>
<AssemblyVersion>1.2.0.0</AssemblyVersion>
<FileVersion>1.2.0.0</FileVersion>
<Version>1.2.0</Version>
<AssemblyVersion>1.3.0.0</AssemblyVersion>
<FileVersion>1.3.0.0</FileVersion>
<Version>1.3.0</Version>
<PackageReleaseNotes>Update Abp to 3.8.2</PackageReleaseNotes>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
<DocumentationFile>bin\Release\netstandard2.0\Abp.YunPian.xml</DocumentationFile>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="abp" Version="3.5.0" />
<PackageReference Include="abp" Version="3.8.2" />
</ItemGroup>

</Project>

0 comments on commit cf72743

Please sign in to comment.