Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
<!-- Apache-2.0,与本仓库 AGPL-3.0 + 商业双许可相容。随插件目录分发。
测试工程也要引它(环回服务器要按收到的原始请求行重算 SigV4),
集中管版本正是为了这两处永远一致。 -->
<PackageVersion Include="AWSSDK.S3" Version="4.0.102.5" />
<PackageVersion Include="AWSSDK.S3" Version="4.0.103" />
</ItemGroup>
<ItemGroup Label="串口插件">
<!-- MIT,微软自家维护,Windows / Linux / macOS 的 RID 原生包齐全。
Expand All @@ -49,7 +49,7 @@
注意:这个包带 runtimes/<rid>/native/,插件目录里必须**有那一层** ——
没有的话 Linux/macOS 上是运行期 PlatformNotSupportedException,
而在 Windows 开发机上永远测不出来(调研文档 §五.2 记的正是这条)。 -->
<PackageVersion Include="System.IO.Ports" Version="11.0.0-preview.7.26381.103" />
<PackageVersion Include="System.IO.Ports" Version="11.0.0-rc.1.26425.128" />
</ItemGroup>
<ItemGroup Label="测试框架">
<PackageVersion Include="Microsoft.NET.Test.Sdk" Version="18.9.0" />
Expand All @@ -58,4 +58,4 @@
<PackageVersion Include="coverlet.collector" Version="10.0.1" />
<PackageVersion Include="NSubstitute" Version="6.2.0" />
</ItemGroup>
</Project>
</Project>
2 changes: 1 addition & 1 deletion global.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"sdk": {
"version": "11.0.100-preview.7.26381.103",
"version": "11.0.100-rc.1.26425.128",
"rollForward": "latestFeature",
"allowPrerelease": true
}
Expand Down
Loading