From c05f51dae5e2007dbc804eaaf1c093a4f767aad4 Mon Sep 17 00:00:00 2001 From: Dongbo Wang Date: Fri, 20 Sep 2024 10:58:15 -0700 Subject: [PATCH] Update the package `Microsoft.ApplicationInsights.WorkerService` to 2.22.0 (#228) --- .github/workflows/dotnet.yml | 6 +++--- shell/agents/AIShell.Azure.Agent/AIShell.Azure.Agent.csproj | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/dotnet.yml b/.github/workflows/dotnet.yml index e384fe4..5351840 100644 --- a/.github/workflows/dotnet.yml +++ b/.github/workflows/dotnet.yml @@ -18,7 +18,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Setup .NET - uses: actions/setup-dotnet@v3 + uses: actions/setup-dotnet@v4 with: dotnet-version: 8.0.400 - name: Build @@ -35,7 +35,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Setup .NET - uses: actions/setup-dotnet@v3 + uses: actions/setup-dotnet@v4 with: dotnet-version: 8.0.400 - name: Build @@ -52,7 +52,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Setup .NET - uses: actions/setup-dotnet@v3 + uses: actions/setup-dotnet@v4 with: dotnet-version: 8.0.400 - name: Build diff --git a/shell/agents/AIShell.Azure.Agent/AIShell.Azure.Agent.csproj b/shell/agents/AIShell.Azure.Agent/AIShell.Azure.Agent.csproj index 4f7d183..8d55657 100644 --- a/shell/agents/AIShell.Azure.Agent/AIShell.Azure.Agent.csproj +++ b/shell/agents/AIShell.Azure.Agent/AIShell.Azure.Agent.csproj @@ -17,7 +17,7 @@ - +