Commit Graph

4 Commits

  • .NET: Bump Microsoft.Agents.AI.OpenAI and Microsoft.Extensions.AI.OpenAI (#2996)
    * Bump Microsoft.Agents.AI.OpenAI and Microsoft.Extensions.AI.OpenAI
    
    Bumps Microsoft.Agents.AI.OpenAI from 1.0.0-preview.251125.1 to 1.0.0-preview.251219.1
    Bumps Microsoft.Extensions.AI.OpenAI from 10.1.0-preview.1.25608.1 to 10.1.1-preview.1.25612.2
    
    ---
    updated-dependencies:
    - dependency-name: Microsoft.Agents.AI.OpenAI
      dependency-version: 1.0.0-preview.251219.1
      dependency-type: direct:production
      update-type: version-update:semver-patch
    - dependency-name: Microsoft.Extensions.AI.OpenAI
      dependency-version: 10.1.1-preview.1.25612.2
      dependency-type: direct:production
      update-type: version-update:semver-patch
    - dependency-name: Microsoft.Agents.AI.OpenAI
      dependency-version: 1.0.0-preview.251219.1
      dependency-type: direct:production
      update-type: version-update:semver-patch
    - dependency-name: Microsoft.Extensions.AI.OpenAI
      dependency-version: 10.1.1-preview.1.25612.2
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    * Fixed samples
    
    ---------
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Chris <66376200+crickman@users.noreply.github.com>
    Co-authored-by: Mark Wallace <127216156+markwallace-microsoft@users.noreply.github.com>
    Co-authored-by: Dmytro Struk <13853051+dmytrostruk@users.noreply.github.com>
  • .NET: Upgrade to .NET 10 (#2128)
    * Upgrade to .NET 10
    
    - Require .NET 10 SDK
    - Include net10.0 assets in all assemblies
    - Move net9.0-only targets to net10.0
    - Update LangVersion to latest
    - Remove complicated distinctions between debug target TFMs and release target TFMs
    - Remove unnecessary package dependencies when built into netcoreapp
    - Clean up some ifdefs
    - Clean up some analyzer warnings
    
    * Fix CI
  • .NET: Add hosting capabilities to hosted agents (#2124)
    * move catalog samples to the HostedAgents folder
    
    * move the catalog samples' projects to the HostedAgents folder
    
    * host agents, add dockerfile, add http for testing, and use explicit nuget packages
    
    * add agents` manifests
    
    * Update dotnet/samples/HostedAgents/AgentWithTextSearchRag/Dockerfile
    
    Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
    
    * Update dotnet/samples/HostedAgents/AgentsInWorkflows/Dockerfile
    
    Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
    
    * Update dotnet/samples/HostedAgents/AgentWithTextSearchRag/agent.yaml
    
    Co-authored-by: westey <164392973+westey-m@users.noreply.github.com>
    
    * Update dotnet/samples/HostedAgents/AgentsInWorkflows/agent.yaml
    
    Co-authored-by: westey <164392973+westey-m@users.noreply.github.com>
    
    * remove BOMs, decrease identation and remove unecessary `parameters` node.
    
    * remove unnecessary analyzers and align the packages' versions
    
    * remove end-of-line breaks in agents' descriptions, eliminated unnecessary double quotes around versions, and changed the descriptions to be more agent-centric rather than sample-centric
    
    * use DefaultAzureCredential
    
    ---------
    
    Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
    Co-authored-by: westey <164392973+westey-m@users.noreply.github.com>
  • .NET: Move catalog samples to the HostedAgents folder (#2090)
    * move catalog samples to the HostedAgents folder
    
    * move the catalog samples' projects to the HostedAgents folder