From 1757240686d814acd868a515b8729a2872cf7b9b Mon Sep 17 00:00:00 2001 From: Bruno Garcia Date: Sat, 17 Jul 2021 15:51:00 -0400 Subject: [PATCH] Update dependencies (#161) --- .github/workflows/scheduler-workflow.yml | 2 +- .github/workflows/web-workflow.yml | 2 +- global.json | 2 +- src/Directory.Build.props | 2 +- .../NuGet.Protocol.Catalog.csproj | 12 +++------- src/NuGetTrends.Data/NuGetTrends.Data.csproj | 2 +- .../NuGetTrends.Scheduler.csproj | 24 +++++++++---------- src/NuGetTrends.Web/NuGetTrends.Web.csproj | 15 ++++++------ 8 files changed, 28 insertions(+), 33 deletions(-) diff --git a/.github/workflows/scheduler-workflow.yml b/.github/workflows/scheduler-workflow.yml index 1a92cdf1..0bcf2803 100644 --- a/.github/workflows/scheduler-workflow.yml +++ b/.github/workflows/scheduler-workflow.yml @@ -62,7 +62,7 @@ jobs: - name: Install .NET SDK uses: actions/setup-dotnet@v1 with: - dotnet-version: '5.0.202' + dotnet-version: '5.0.302' - name: Build run: dotnet build -c Release diff --git a/.github/workflows/web-workflow.yml b/.github/workflows/web-workflow.yml index fc06060d..1e6bf031 100644 --- a/.github/workflows/web-workflow.yml +++ b/.github/workflows/web-workflow.yml @@ -110,7 +110,7 @@ jobs: - name: Install .NET SDK uses: actions/setup-dotnet@v1 with: - dotnet-version: '5.0.202' + dotnet-version: '5.0.302' - name: Web Build run: dotnet build -c Release diff --git a/global.json b/global.json index bff8034f..8d2cf275 100644 --- a/global.json +++ b/global.json @@ -1,6 +1,6 @@ { "sdk": { - "version": "5.0.200", + "version": "5.0.300", "rollForward": "latestMinor" } } diff --git a/src/Directory.Build.props b/src/Directory.Build.props index 243f0fc9..c0d337f0 100644 --- a/src/Directory.Build.props +++ b/src/Directory.Build.props @@ -9,6 +9,6 @@ - + diff --git a/src/NuGet.Protocol.Catalog/NuGet.Protocol.Catalog.csproj b/src/NuGet.Protocol.Catalog/NuGet.Protocol.Catalog.csproj index ecd77ee5..10057e4e 100644 --- a/src/NuGet.Protocol.Catalog/NuGet.Protocol.Catalog.csproj +++ b/src/NuGet.Protocol.Catalog/NuGet.Protocol.Catalog.csproj @@ -9,15 +9,9 @@ - - 5.0.0-rc.1.20451.14 - - - 12.0.3 - - - 5.8.0-preview.3.6823 - + + + diff --git a/src/NuGetTrends.Data/NuGetTrends.Data.csproj b/src/NuGetTrends.Data/NuGetTrends.Data.csproj index 3ccb0a19..2c57ce9c 100644 --- a/src/NuGetTrends.Data/NuGetTrends.Data.csproj +++ b/src/NuGetTrends.Data/NuGetTrends.Data.csproj @@ -9,7 +9,7 @@ - + diff --git a/src/NuGetTrends.Scheduler/NuGetTrends.Scheduler.csproj b/src/NuGetTrends.Scheduler/NuGetTrends.Scheduler.csproj index ee58618e..a45ae06a 100644 --- a/src/NuGetTrends.Scheduler/NuGetTrends.Scheduler.csproj +++ b/src/NuGetTrends.Scheduler/NuGetTrends.Scheduler.csproj @@ -11,20 +11,20 @@ - + - - + + - - - - - - - - - + + + + + + + + + all runtime; build; native; contentfiles; analyzers; buildtransitive diff --git a/src/NuGetTrends.Web/NuGetTrends.Web.csproj b/src/NuGetTrends.Web/NuGetTrends.Web.csproj index e3569b82..b950d215 100644 --- a/src/NuGetTrends.Web/NuGetTrends.Web.csproj +++ b/src/NuGetTrends.Web/NuGetTrends.Web.csproj @@ -13,13 +13,14 @@ - - - - - - - + + + + + + + +