Skip to content

Commit

Permalink
Upgrade package
Browse files Browse the repository at this point in the history
Signed-off-by: cocosip <1185513330@qq.com>
  • Loading branch information
cocosip committed Jan 19, 2024
1 parent c4e529e commit cf91eda
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<NetCoreFx>net8.0</NetCoreFx>

<!--Volo ABP packages-->
<VoloAbpPackageVersion>8.0.1</VoloAbpPackageVersion>
<VoloAbpPackageVersion>8.0.2</VoloAbpPackageVersion>

</PropertyGroup>
</Project>
6 changes: 3 additions & 3 deletions Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -108,8 +108,8 @@
<RuntimeHostConfigurationOption Include="System.Runtime.Loader.UseRidGraph" Value="true" />
<PackageVersion Include="aliyun-net-sdk-sts" Version="3.1.2" />
<PackageVersion Include="Aliyun.OSS.SDK.NetCore" Version="2.13.0" />
<PackageVersion Include="AWSSDK.S3" Version="3.7.305.11" />
<PackageVersion Include="AWSSDK.SecurityToken" Version="3.7.300.37" />
<PackageVersion Include="AWSSDK.S3" Version="3.7.305.13" />
<PackageVersion Include="AWSSDK.SecurityToken" Version="3.7.300.39" />
<PackageVersion Include="Azure.Messaging.ServiceBus" Version="7.17.0" />
<PackageVersion Include="Azure.Storage.Blobs" Version="12.19.1" />
<PackageVersion Include="AutoS3" Version="2.0.1" />
Expand Down Expand Up @@ -227,7 +227,7 @@
<PackageVersion Include="System.Text.Encodings.Web" Version="8.0.0" />
<PackageVersion Include="System.Text.Json" Version="8.0.0" />
<PackageVersion Include="Moq" Version="4.20.70" />
<PackageVersion Include="xunit" Version="2.6.5" />
<PackageVersion Include="xunit" Version="2.6.6" />
<PackageVersion Include="xunit.extensibility.execution" Version="2.6.2" />
<PackageVersion Include="xunit.runner.visualstudio" Version="2.5.6" />
<PackageVersion Include="coverlet.collector" Version="6.0.0" />
Expand Down
2 changes: 1 addition & 1 deletion common.props
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<LangVersion>latest</LangVersion>
<Version>3.1.3</Version>
<Version>3.1.4</Version>
<NoWarn>$(NoWarn);CS1591;CS0436</NoWarn>
<Authors>virtual</Authors>
<Product>sharp-abp</Product>
Expand Down

0 comments on commit cf91eda

Please sign in to comment.