Skip to content

Commit 4dfaa9f

Browse files
authored
update to 3.10.0 (dotnet#1498)
* update to 3.10.1 * update system.io.pipelines * add MessagePack.dll to igning.props * adding file to signing.props
1 parent 49e7f5a commit 4dfaa9f

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

Directory.Build.props

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<SystemDiagnosticsProcessVersion>4.3.0</SystemDiagnosticsProcessVersion>
2222
<SystemReactiveVersion>5.0.0</SystemReactiveVersion>
2323
<SystemRuntimeExtensionsVersion>4.3.0</SystemRuntimeExtensionsVersion>
24-
<MicrosoftCodeAnalysisCommonVersion>3.9.0</MicrosoftCodeAnalysisCommonVersion>
24+
<MicrosoftCodeAnalysisCommonVersion>3.10.0</MicrosoftCodeAnalysisCommonVersion>
2525
<TaskExtensionsVersion>0.1.8580001</TaskExtensionsVersion>
2626
</PropertyGroup>
2727

eng/Signing.props

+3
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
66
<FileSignInfo Include="FluentAssertions.dll" CertificateName="3PartySHA2" />
77
<FileSignInfo Include="Markdig.dll" CertificateName="3PartySHA2" />
88
<FileSignInfo Include="Markdig.Signed.dll" CertificateName="3PartySHA2" />
9+
<FileSignInfo Include="MessagePack.dll" CertificateName="3PartySHA2" />
10+
<FileSignInfo Include="MessagePack.Annotations.dll" CertificateName="3PartySHA2" />
911
<FileSignInfo Include="Microsoft.Management.Infrastructure.dll" CertificateName="None" />
1012
<FileSignInfo Include="Namotion.Reflection.dll" CertificateName="3PartySHA2" />
1113
<FileSignInfo Include="NetMQ.dll" CertificateName="3PartySHA2" />
@@ -15,6 +17,7 @@
1517
<FileSignInfo Include="XPlot.Plotly.dll" CertificateName="3PartySHA2" />
1618
<FileSignInfo Include="NaCl.dll" CertificateName="3PartySHA2" />
1719

20+
1821
<!-- PowerShell Modules that are shipped with the PowerShell subkernel -->
1922

2023
<!-- CimCmdlets -->

src/Microsoft.DotNet.Interactive.PowerShell/Microsoft.DotNet.Interactive.PowerShell.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@
7575
</ItemGroup>
7676

7777
<ItemGroup>
78-
<PackageReference Include="System.IO.Pipelines" Version="5.0.0" />
78+
<PackageReference Include="System.IO.Pipelines" Version="5.0.1" />
7979
<PackageReference Include="Microsoft.PowerShell.SDK" Version="7.1.3" />
8080
</ItemGroup>
8181

0 commit comments

Comments
 (0)