Skip to content

Commit 55268d8

Browse files
Bump System.Formats.Asn1 from 9.0.6 to 9.0.8
--- updated-dependencies: - dependency-name: System.Formats.Asn1 dependency-version: 9.0.8 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent a4cfca0 commit 55268d8

3 files changed

Lines changed: 3 additions & 1 deletion

File tree

MCPSharp.Example/MCPSharp.Example.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
</PropertyGroup>
3131

3232
<ItemGroup>
33-
<PackageReference Include="System.Formats.Asn1" Version="9.0.6" />
33+
<PackageReference Include="System.Formats.Asn1" Version="9.0.8" />
3434
</ItemGroup>
3535

3636
<ItemGroup>

MCPSharp.ExternalExample/MCPSharp.Example.Import.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
</PropertyGroup>
88

99
<ItemGroup>
10+
<PackageReference Include="System.Formats.Asn1" Version="9.0.8" />
1011
<ProjectReference Include="..\MCPSharp\MCPSharp.csproj" />
1112
</ItemGroup>
1213

MCPSharp/MCPSharp.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,7 @@ await client.CallToolAsync("echo", new Dictionary&lt;string, object&gt;{{"input"
9191
</ItemGroup>
9292

9393
<ItemGroup>
94+
<PackageReference Include="System.Formats.Asn1" Version="9.0.8" />
9495
<None Include="icon.png" Pack="true" PackagePath="\">
9596
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
9697
</None>

0 commit comments

Comments
 (0)