We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a1163d commit 349b935Copy full SHA for 349b935
2 files changed
global.json
@@ -1,6 +1,6 @@
1
{
2
"sdk": {
3
- "version": "10.0.202",
+ "version": "10.0.203",
4
"rollForward": "latestMinor"
5
}
6
src/ASTral/ASTral.csproj
@@ -24,7 +24,7 @@
24
25
<ItemGroup>
26
<PackageReference Include="ModelContextProtocol" Version="1.2.0" />
27
- <PackageReference Include="Microsoft.Extensions.Hosting" Version="10.0.6" />
+ <PackageReference Include="Microsoft.Extensions.Hosting" Version="10.0.7" />
28
<PackageReference Include="TreeSitter.DotNet" Version="1.3.0" />
29
<PackageReference Include="MAB.DotIgnore" Version="3.0.2" />
30
<PackageReference Include="Anthropic" Version="12.16.0" />
0 commit comments