Skip to content

Commit

Permalink
fix: 修复阿里云put签名url,by staoran
Browse files Browse the repository at this point in the history
  • Loading branch information
withsalt committed Aug 13, 2022
1 parent 8e1514b commit 35dbbe0
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.Mvc.Razor.RuntimeCompilation" Version="6.0.6" />
<PackageReference Include="FreeRedis" Version="0.5.4" />
<PackageReference Include="Microsoft.AspNetCore.Mvc.Razor.RuntimeCompilation" Version="6.0.8" />
<PackageReference Include="FreeRedis" Version="0.6.3" />
</ItemGroup>

<ItemGroup>
Expand Down
4 changes: 2 additions & 2 deletions src/src/OnceMi.AspNetCore.OSS/OnceMi.AspNetCore.OSS.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@
<ItemGroup>
<PackageReference Include="Aliyun.OSS.SDK.NetCore" Version="2.13.0" />
<PackageReference Include="Microsoft.CSharp" Version="4.7.0" />
<PackageReference Include="Minio" Version="4.0.4" />
<PackageReference Include="Minio" Version="4.0.5" />
<PackageReference Include="Qiniu" Version="8.2.0" />
<PackageReference Include="Tencent.QCloud.Cos.Sdk" Version="5.4.31" />
<PackageReference Include="Tencent.QCloud.Cos.Sdk" Version="5.4.32" />
<PackageReference Include="Microsoft.AspNetCore.StaticFiles" Version="2.2.0" />
<PackageReference Include="Microsoft.Extensions.Caching.Memory" Version="6.0.1" />
<PackageReference Include="Microsoft.Extensions.Configuration.Binder" Version="6.0.0" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.2.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.3.0" />
<PackageReference Include="MSTest.TestAdapter" Version="2.2.10" />
<PackageReference Include="MSTest.TestFramework" Version="2.2.10" />
<PackageReference Include="coverlet.collector" Version="3.1.2">
Expand Down

0 comments on commit 35dbbe0

Please sign in to comment.