Skip to content
Closed
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
24 changes: 12 additions & 12 deletions samples/dotnet/Agent Framework/AgentFrameworkWeather.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -13,31 +13,31 @@

<ItemGroup>
<!-- Agents SDK Pacakges -->
<PackageReference Include="Microsoft.Agents.Authentication.Msal" Version="1.5.*" />
<PackageReference Include="Microsoft.Agents.Hosting.AspNetCore" Version="1.5.*" />
<PackageReference Include="Microsoft.Agents.Authentication.Msal" Version="1.6.*" />
<PackageReference Include="Microsoft.Agents.Hosting.AspNetCore" Version="1.6.*" />

<!-- Agent Framework Packages -->
<PackageReference Include="AdaptiveCards" Version="3.1.0" />
<PackageReference Include="Azure.AI.OpenAI" Version="2.7.0-beta.2" />
<PackageReference Include="Azure.Identity" Version="1.21.0" />
<PackageReference Include="Microsoft.Agents.AI" Version="1.8.0" />
<PackageReference Include="Microsoft.Agents.AI" Version="1.13.0" />
<PackageReference Include="Microsoft.Extensions.AI.OpenAI"
Version="10.6.0" />
<PackageReference Include="Microsoft.Extensions.AI" Version="10.6.0" />
<PackageReference Include="Microsoft.Extensions.AI.Abstractions" Version="10.6.0" />
Version="10.7.0" />
<PackageReference Include="Microsoft.Extensions.AI" Version="10.7.0" />
<PackageReference Include="Microsoft.Extensions.AI.Abstractions" Version="10.7.0" />
<PackageReference Include="Microsoft.Agents.AI.CopilotStudio"
Version="1.0.0-preview.260402.1" />

<!-- Open Telemetry -->
<PackageVersion Include="OpenTelemetry" Version="1.15.3" />
<PackageReference Include="OpenTelemetry.Extensions.Hosting" Version="1.15.3" />
<PackageReference Include="OpenTelemetry.Instrumentation.AspNetCore" Version="1.15.2" />
<PackageReference Include="OpenTelemetry.Instrumentation.Http" Version="1.15.1" />
<PackageReference Include="OpenTelemetry.Instrumentation.Runtime" Version="1.15.1" />
<PackageReference Include="OpenTelemetry.Extensions.Hosting" Version="1.16.0" />
<PackageReference Include="OpenTelemetry.Instrumentation.AspNetCore" Version="1.16.0" />
<PackageReference Include="OpenTelemetry.Instrumentation.Http" Version="1.16.0" />
<PackageReference Include="OpenTelemetry.Instrumentation.Runtime" Version="1.16.0" />

<!-- OpenTelemetry Exporters -->
<PackageReference Include="OpenTelemetry.Exporter.Console" Version="1.15.3" />
<PackageReference Include="OpenTelemetry.Exporter.OpenTelemetryProtocol" Version="1.15.3" />
<PackageReference Include="OpenTelemetry.Exporter.Console" Version="1.16.0" />
<PackageReference Include="OpenTelemetry.Exporter.OpenTelemetryProtocol" Version="1.16.0" />

<!-- Open weather -->
<PackageReference Include="OpenWeatherMapSharp" Version="4.2.0" />
Expand Down
10 changes: 5 additions & 5 deletions samples/dotnet/RetrievalBot/RetrievalBot.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -19,16 +19,16 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Microsoft.Graph" Version="6.1.0" />
<PackageReference Include="Microsoft.Graph" Version="6.2.0" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="AdaptiveCards" Version="3.1.0" />
<PackageReference Include="Microsoft.SemanticKernel.Agents.Core" Version="1.77.0" />
<PackageReference Include="Microsoft.SemanticKernel.Agents.Core" Version="1.78.0" />
<PackageReference Include="Microsoft.SemanticKernel.Agents.OpenAI" Version="1.29.0-alpha" />
<PackageReference Include="Microsoft.SemanticKernel.Connectors.AzureOpenAI" Version="1.29.0" />
<PackageReference Include="Microsoft.SemanticKernel.Connectors.OpenAI" Version="1.77.0" />
<PackageReference Include="Microsoft.Agents.Authentication.Msal" Version="1.5.*" />
<PackageReference Include="Microsoft.Agents.Hosting.AspNetCore" Version="1.5.*" />
<PackageReference Include="Microsoft.SemanticKernel.Connectors.OpenAI" Version="1.78.0" />
<PackageReference Include="Microsoft.Agents.Authentication.Msal" Version="1.6.*" />
<PackageReference Include="Microsoft.Agents.Hosting.AspNetCore" Version="1.6.*" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="dotnet\src\Microsoft.Agents.M365Copilot.Beta\Microsoft.Agents.M365Copilot.Beta.csproj" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

<ItemGroup>
<PackageReference Include="coverlet.collector" Version="10.0.1" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="18.6.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="18.7.0" />
<PackageReference Include="xunit" Version="2.9.3" />
<PackageReference Include="xunit.runner.visualstudio" Version="3.1.5" />
</ItemGroup>
Expand Down
4 changes: 2 additions & 2 deletions samples/dotnet/auto-signin/AutoSignIn.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.Agents.Authentication.Msal" Version="1.5.*" />
<PackageReference Include="Microsoft.Agents.Hosting.AspNetCore" Version="1.5.*" />
<PackageReference Include="Microsoft.Agents.Authentication.Msal" Version="1.6.*" />
<PackageReference Include="Microsoft.Agents.Hosting.AspNetCore" Version="1.6.*" />
</ItemGroup>

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

<ItemGroup>
<PackageReference Include="Microsoft.Extensions.AI.OpenAI" Version="10.6.0" />
<PackageReference Include="Microsoft.Extensions.AI.OpenAI" Version="10.7.0" />
<PackageReference Include="Azure.AI.OpenAI" Version="2.8.0-beta.1"/>
<PackageReference Include="Azure.Identity" Version="1.21.0" />
<PackageReference Include="Microsoft.Agents.Authentication.Msal" Version="1.5.*" />
<PackageReference Include="Microsoft.Agents.Hosting.AspNetCore" Version="1.5.*" />
<PackageReference Include="Microsoft.Agents.Authentication.Msal" Version="1.6.*" />
<PackageReference Include="Microsoft.Agents.Hosting.AspNetCore" Version="1.6.*" />
</ItemGroup>

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

<ItemGroup>
<PackageReference Include="Microsoft.Extensions.Hosting" Version="10.0.8" />
<PackageReference Include="Microsoft.Identity.Client.Extensions.Msal" Version="4.84.1" />
<PackageReference Include="Microsoft.Agents.CopilotStudio.Client" Version="1.5.*"/>
<PackageReference Include="Microsoft.Extensions.Hosting" Version="10.0.9" />
<PackageReference Include="Microsoft.Identity.Client.Extensions.Msal" Version="4.86.0" />
<PackageReference Include="Microsoft.Agents.CopilotStudio.Client" Version="1.6.*"/>
</ItemGroup>

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

<ItemGroup>
<PackageReference Include="Microsoft.Agents.Authentication.Msal" Version="1.5.*" />
<PackageReference Include="Microsoft.Agents.Hosting.AspNetCore" Version="1.5.*" />
<PackageReference Include="Microsoft.Agents.Authentication.Msal" Version="1.6.*" />
<PackageReference Include="Microsoft.Agents.Hosting.AspNetCore" Version="1.6.*" />
</ItemGroup>

</Project>
4 changes: 2 additions & 2 deletions samples/dotnet/multiagent/MultiAgent.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Microsoft.Agents.Authentication.Msal" Version="1.5.*" />
<PackageReference Include="Microsoft.Agents.Hosting.AspNetCore" Version="1.5.*" />
<PackageReference Include="Microsoft.Agents.Authentication.Msal" Version="1.6.*" />
<PackageReference Include="Microsoft.Agents.Hosting.AspNetCore" Version="1.6.*" />
</ItemGroup>

</Project>
6 changes: 3 additions & 3 deletions samples/dotnet/obo-authorization/OBOAuthorization.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.Agents.Authentication.Msal" Version="1.5.*" />
<PackageReference Include="Microsoft.Agents.Hosting.AspNetCore" Version="1.5.*" />
<PackageReference Include="Microsoft.Agents.CopilotStudio.Client" Version="1.5.*"/>
<PackageReference Include="Microsoft.Agents.Authentication.Msal" Version="1.6.*" />
<PackageReference Include="Microsoft.Agents.Hosting.AspNetCore" Version="1.6.*" />
<PackageReference Include="Microsoft.Agents.CopilotStudio.Client" Version="1.6.*"/>
</ItemGroup>

</Project>
4 changes: 2 additions & 2 deletions samples/dotnet/quickstart/QuickStart.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.Agents.Authentication.Msal" Version="1.5.*" />
<PackageReference Include="Microsoft.Agents.Hosting.AspNetCore" Version="1.5.*" />
<PackageReference Include="Microsoft.Agents.Authentication.Msal" Version="1.6.*" />
<PackageReference Include="Microsoft.Agents.Hosting.AspNetCore" Version="1.6.*" />
</ItemGroup>

</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@
<PackageReference Include="Azure.Identity" Version="1.21.0" />
<PackageReference Include="AdaptiveCards" Version="3.1.0"/>
<PackageReference Include="Microsoft.SemanticKernel.Agents.AzureAI" Version="1.73.0-preview"/>
<PackageReference Include="Microsoft.SemanticKernel.Agents.Core" Version="1.77.0" />
<PackageReference Include="Microsoft.SemanticKernel.Connectors.AzureOpenAI" Version="1.77.0" />
<PackageReference Include="Microsoft.SemanticKernel.Connectors.OpenAI" Version="1.77.0" />
<PackageReference Include="Microsoft.Agents.Authentication.Msal" Version="1.5.*" />
<PackageReference Include="Microsoft.Agents.Hosting.AspNetCore" Version="1.5.*" />
<PackageReference Include="Microsoft.SemanticKernel.Agents.Core" Version="1.78.0" />
<PackageReference Include="Microsoft.SemanticKernel.Connectors.AzureOpenAI" Version="1.78.0" />
<PackageReference Include="Microsoft.SemanticKernel.Connectors.OpenAI" Version="1.78.0" />
<PackageReference Include="Microsoft.Agents.Authentication.Msal" Version="1.6.*" />
<PackageReference Include="Microsoft.Agents.Hosting.AspNetCore" Version="1.6.*" />
</ItemGroup>

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

<ItemGroup>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.13.0" />
<PackageReference Include="Microsoft.VisualStudio.Threading" Version="17.14.15" />
<PackageReference Include="Microsoft.VisualStudio.Threading" Version="18.7.23" />
<PackageReference Include="Newtonsoft.Json.Schema" Version="4.0.1" />
<PackageReference Include="NJsonSchema" Version="11.6.1" />
<PackageReference Include="xunit" Version="2.9.3" />
Expand Down
Loading