Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
31 commits
Select commit Hold shift + click to select a range
2a468d9
.NET dependabot-bot automated PR. (#46606)
github-actions[bot] Jun 9, 2025
90e37a4
Bump the dotnet group with 2 updates (#46610)
dependabot[bot] Jun 9, 2025
bf3c38f
Bump the dotnet group with 2 updates (#46611)
dependabot[bot] Jun 9, 2025
983f853
Bump the dotnet group with 2 updates (#46612)
dependabot[bot] Jun 9, 2025
850a059
Bump the dotnet group with 3 updates (#46613)
dependabot[bot] Jun 9, 2025
e6e1922
Bump the dotnet group with 2 updates (#46614)
dependabot[bot] Jun 9, 2025
c333a56
Bump the dotnet group with 1 update (#46617)
dependabot[bot] Jun 9, 2025
d2ed136
Bump the dotnet group with 2 updates (#46624)
dependabot[bot] Jun 9, 2025
844533e
Bump the dotnet group with 1 update (#46626)
dependabot[bot] Jun 9, 2025
3a4897f
Bump the dotnet group with 3 updates (#46623)
dependabot[bot] Jun 9, 2025
7687a8c
Bump the dotnet group with 3 updates (#46627)
dependabot[bot] Jun 9, 2025
f37e632
Bump the dotnet group with 2 updates (#46629)
dependabot[bot] Jun 9, 2025
ab6df8f
Bump the dotnet group with 2 updates (#46630)
dependabot[bot] Jun 9, 2025
3a16ab8
Bump the dotnet group with 1 update (#46638)
dependabot[bot] Jun 9, 2025
dc881c5
Bump the dotnet group with 1 update (#46640)
dependabot[bot] Jun 9, 2025
9913e40
Bump the dotnet group with 5 updates (#46642)
dependabot[bot] Jun 9, 2025
c474fcf
Bump the dotnet group with 2 updates (#46633)
dependabot[bot] Jun 9, 2025
45b79b0
Bump the dotnet group with 2 updates (#46646)
dependabot[bot] Jun 9, 2025
54bb4ba
Bump the dotnet group with 3 updates (#46652)
dependabot[bot] Jun 9, 2025
7f9aaa8
Bump the dotnet group with 1 update (#46660)
dependabot[bot] Jun 9, 2025
4af9d08
Bump the dotnet group with 1 update (#46658)
dependabot[bot] Jun 9, 2025
4fe7b12
Bump the dotnet group with 2 updates (#46657)
dependabot[bot] Jun 9, 2025
32b9837
Bump the dotnet group with 3 updates (#46656)
dependabot[bot] Jun 9, 2025
198e626
Bump the dotnet group with 1 update (#46661)
dependabot[bot] Jun 9, 2025
2ac615d
Bump the dotnet group with 4 updates (#46662)
dependabot[bot] Jun 9, 2025
74c126c
Bump the dotnet group with 3 updates (#46664)
dependabot[bot] Jun 9, 2025
6a29202
Bump the dotnet group with 2 updates (#46665)
dependabot[bot] Jun 9, 2025
e788da4
Bump the dotnet group with 2 updates (#46666)
dependabot[bot] Jun 9, 2025
0b171a0
Update package index with latest published versions (#46667)
azure-sdk Jun 9, 2025
6e03551
Add breaking change documentation for .NET runtime SIGTERM signal han…
Copilot Jun 9, 2025
4bea713
Update package index with latest published versions (#46669)
azure-sdk Jun 9, 2025
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
22 changes: 11 additions & 11 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1130,17 +1130,6 @@ updates:
dotnet:
patterns:
- "*" # Prefer a single PR per project update.
- package-ecosystem: "nuget"
directory: "/docs/ai/tutorials/snippets/llm-eval" #llm-eval.csproj
schedule:
interval: "weekly"
day: "wednesday"
open-pull-requests-limit: 5
groups:
# Group .NET updates together for projects.
dotnet:
patterns:
- "*" # Prefer a single PR per project update.
- package-ecosystem: "nuget"
directory: "/docs/azure/sdk/snippets/aspnetcore-guidance/BlazorSample" #BlazorSample.csproj
schedule:
Expand Down Expand Up @@ -2197,3 +2186,14 @@ updates:
dotnet:
patterns:
- "*" # Prefer a single PR per project update.
- package-ecosystem: "nuget"
directory: "/docs/core/tutorials/snippets/library-with-visual-studio/csharp/StringLibraryTest" #StringLibraryTest.csproj
schedule:
interval: "weekly"
day: "wednesday"
open-pull-requests-limit: 5
groups:
# Group .NET updates together for projects.
dotnet:
patterns:
- "*" # Prefer a single PR per project update.
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
<PackageReference Include="Microsoft.Extensions.AI.OpenAI" Version="9.4.0-preview.1.25207.5" />
<PackageReference Include="Microsoft.Extensions.Configuration" Version="9.0.5" />
<PackageReference Include="Microsoft.Extensions.Configuration.UserSecrets" Version="9.0.5" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.14.0" />
<PackageReference Include="MSTest" Version="3.9.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.14.1" />
<PackageReference Include="MSTest" Version="3.9.1" />
</ItemGroup>

<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Azure.Identity" Version="1.13.2" />
<PackageReference Include="Azure.Identity" Version="1.14.0" />
<PackageReference Include="Azure.AI.OpenAI" Version="2.1.0" />
<PackageReference Include="Microsoft.Extensions.Configuration" Version="9.0.4" />
<PackageReference Include="Microsoft.Extensions.Configuration.UserSecrets" Version="9.0.4" />
<PackageReference Include="Microsoft.Extensions.Configuration" Version="9.0.5" />
<PackageReference Include="Microsoft.Extensions.Configuration.UserSecrets" Version="9.0.5" />

</ItemGroup>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
<ItemGroup>
<PackageReference Include="OpenAI" Version="2.2.0-beta.4" />
<PackageReference Include="Microsoft.Extensions.AI.OpenAI" Version="9.4.0-preview.1.25207.5" />
<PackageReference Include="Microsoft.Extensions.Configuration" Version="9.0.4" />
<PackageReference Include="Microsoft.Extensions.Configuration.UserSecrets" Version="9.0.4" />
<PackageReference Include="Microsoft.Extensions.Configuration" Version="9.0.5" />
<PackageReference Include="Microsoft.Extensions.Configuration.UserSecrets" Version="9.0.5" />
</ItemGroup>

</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Azure.Identity" Version="1.13.2" />
<PackageReference Include="Azure.Identity" Version="1.14.0" />
<PackageReference Include="Azure.AI.OpenAI" Version="2.1.0" />
<PackageReference Include="Microsoft.Extensions.AI.OpenAI" Version="9.4.0-preview.1.25207.5" />
<PackageReference Include="Microsoft.Extensions.Configuration" Version="9.0.4" />
<PackageReference Include="Microsoft.Extensions.Configuration.UserSecrets" Version="9.0.4" />
<PackageReference Include="Microsoft.Extensions.Configuration" Version="9.0.5" />
<PackageReference Include="Microsoft.Extensions.Configuration.UserSecrets" Version="9.0.5" />

</ItemGroup>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

<ItemGroup>
<PackageReference Include="Microsoft.Extensions.AI" Version="9.5.0" />
<PackageReference Include="System.Threading.RateLimiting" Version="10.0.0-preview.4.25258.110" />
<PackageReference Include="System.Threading.RateLimiting" Version="10.0.0-preview.5.25277.114" />
</ItemGroup>

</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="OllamaSharp" Version="5.1.19" />
<PackageReference Include="Microsoft.Extensions.Caching.Memory" Version="10.0.0-preview.3.25171.5" />
<PackageReference Include="OllamaSharp" Version="5.2.2" />
<PackageReference Include="Microsoft.Extensions.Caching.Memory" Version="10.0.0-preview.5.25277.114" />
</ItemGroup>

<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.Extensions.Hosting" Version="10.0.0-preview.3.25171.5" />
<PackageReference Include="Microsoft.Extensions.Hosting" Version="10.0.0-preview.5.25277.114" />
<ProjectReference Include="..\AI.Shared\AI.Shared.csproj" />
</ItemGroup>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.Extensions.Caching.Memory" Version="10.0.0-preview.4.25258.110" />
<PackageReference Include="Microsoft.Extensions.Caching.Memory" Version="10.0.0-preview.5.25277.114" />
<PackageReference Include="OpenTelemetry.Exporter.Console" Version="1.12.0" />
<ProjectReference Include="..\AI.Shared\AI.Shared.csproj" />
</ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="OllamaSharp" Version="5.1.19" />
<PackageReference Include="Microsoft.Extensions.Hosting" Version="10.0.0-preview.4.25258.110" />
<PackageReference Include="Microsoft.Extensions.Caching.Memory" Version="10.0.0-preview.4.25258.110" />
<PackageReference Include="OllamaSharp" Version="5.2.2" />
<PackageReference Include="Microsoft.Extensions.Hosting" Version="10.0.0-preview.5.25277.114" />
<PackageReference Include="Microsoft.Extensions.Caching.Memory" Version="10.0.0-preview.5.25277.114" />
<ProjectReference Include="..\AI.Shared\AI.Shared.csproj" />
</ItemGroup>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.Extensions.Caching.Memory" Version="10.0.0-preview.3.25171.5" />
<PackageReference Include="OllamaSharp" Version="5.1.19" />
<PackageReference Include="Microsoft.Extensions.Caching.Memory" Version="10.0.0-preview.5.25277.114" />
<PackageReference Include="OllamaSharp" Version="5.2.2" />
<PackageReference Include="OpenTelemetry.Exporter.Console" Version="1.12.0" />
</ItemGroup>

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<OutputType>Exe</OutputType>
Expand All @@ -8,7 +8,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="OllamaSharp" Version="5.1.19" />
<PackageReference Include="OllamaSharp" Version="5.2.2" />
</ItemGroup>

<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,16 @@

<ItemGroup>
<PackageReference Include="Azure.AI.OpenAI" Version="2.1.0" />
<PackageReference Include="Azure.Identity" Version="1.13.2" />
<PackageReference Include="Azure.Identity" Version="1.14.0" />
<PackageReference Include="Microsoft.Extensions.AI.Abstractions" Version="9.5.0" />
<PackageReference Include="Microsoft.Extensions.AI.Evaluation" Version="9.5.0" />
<PackageReference Include="Microsoft.Extensions.AI.Evaluation.Quality" Version="9.5.0" />
<PackageReference Include="Microsoft.Extensions.AI.Evaluation.Reporting" Version="9.5.0" />
<PackageReference Include="Microsoft.Extensions.AI.OpenAI" Version="9.4.3-preview.1.25230.7" />
<PackageReference Include="microsoft.extensions.configuration" Version="9.0.4" />
<PackageReference Include="Microsoft.Extensions.Configuration.UserSecrets" Version="9.0.4" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.13.0" />
<PackageReference Include="MSTest" Version="3.8.3" />
<PackageReference Include="microsoft.extensions.configuration" Version="9.0.5" />
<PackageReference Include="Microsoft.Extensions.Configuration.UserSecrets" Version="9.0.5" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.14.1" />
<PackageReference Include="MSTest" Version="3.9.1" />
</ItemGroup>

<ItemGroup>
Expand Down
Loading
Loading