Skip to content

Commit

Permalink
release 3.1.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
huangxiangyao committed Dec 13, 2019
1 parent 7c89bf8 commit d05df7d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 12 deletions.
3 changes: 1 addition & 2 deletions src/Weixin.Jssdk/Myvas.AspNetCore.Weixin.Jssdk.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@
<PropertyGroup>
<TargetFrameworks>netcoreapp3.1</TargetFrameworks>
<PackageId>Myvas.AspNetCore.Weixin.Jssdk</PackageId>
<Version>3.1.100.4</Version>
<Version>3.1.100-alpha4</Version>
<Version>3.1.100.5</Version>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<RootNamespace>Myvas.AspNetCore.Weixin.Jssdk</RootNamespace>
<PackageTags>myvas;aspnetcore;weixin;jssdk</PackageTags>
Expand Down
9 changes: 2 additions & 7 deletions src/Weixin/Myvas.AspNetCore.Weixin.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@
<PropertyGroup>
<TargetFrameworks>netcoreapp3.1</TargetFrameworks>
<PackageId>Myvas.AspNetCore.Weixin</PackageId>
<Version>3.1.100.4</Version>
<Version>3.1.100-alpha4</Version>
<Version>3.1.100.5</Version>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<AssemblyName>Myvas.AspNetCore.Weixin</AssemblyName>
<Authors>Myvas</Authors>
Expand All @@ -15,10 +14,6 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.DataProtection" Version="3.0.0" />
<PackageReference Include="Microsoft.AspNetCore.Http.Extensions" Version="3.0.0-preview4-19123-01" />
<PackageReference Include="Microsoft.AspNetCore.Http.Features" Version="3.0.0" />
<PackageReference Include="Microsoft.AspNetCore.Mvc.Core" Version="3.0.0-preview4-19123-01" />
<PackageReference Include="Microsoft.Extensions.Caching.Memory" Version="3.0.0" />
<PackageReference Include="Microsoft.AspNetCore.TestHost" Version="3.1.0" />
</ItemGroup>
</Project>
4 changes: 1 addition & 3 deletions test/test.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,13 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Microsoft.Extensions.Logging" Version="3.1.0-preview2.19525.4" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.3.0" />
<PackageReference Include="Microsoft.Extensions.Logging" Version="3.1.0" />
<PackageReference Include="Moq" Version="4.13.1" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.1">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
</PackageReference>
<PackageReference Include="xunit" Version="2.4.1" />
<PackageReference Include="Microsoft.DotNet.InternalAbstractions" Version="1.0.500-preview2-1-003177" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit d05df7d

Please sign in to comment.