From 6b73ed777d32a1580f7e9a20a7614e4cdbb6d140 Mon Sep 17 00:00:00 2001 From: Andy Jordan <2226434+andyleejordan@users.noreply.github.com> Date: Wed, 15 Jan 2025 13:20:21 -0800 Subject: [PATCH] Update packages --- .github/workflows/ci-test.yml | 3 +-- Directory.Packages.props | 20 ++++++++++---------- global.json | 2 +- 3 files changed, 12 insertions(+), 13 deletions(-) diff --git a/.github/workflows/ci-test.yml b/.github/workflows/ci-test.yml index 2c504a075..959d482ec 100644 --- a/.github/workflows/ci-test.yml +++ b/.github/workflows/ci-test.yml @@ -30,8 +30,7 @@ jobs: with: cache: true cache-dependency-path: '**/*.csproj' - dotnet-version: 6.0.x - global-json-file: "./global.json" + global-json-file: ./global.json - name: Install PSResources shell: pwsh diff --git a/Directory.Packages.props b/Directory.Packages.props index 8af5dd2ec..428e28735 100644 --- a/Directory.Packages.props +++ b/Directory.Packages.props @@ -1,10 +1,10 @@ - - - - + + + + @@ -13,15 +13,15 @@ - + runtime; build; native; contentfiles; analyzers; buildtransitive all - + runtime; build; native; contentfiles; analyzers; buildtransitive all - + runtime; build; native; contentfiles; analyzers; buildtransitive all @@ -30,8 +30,8 @@ - + - + - \ No newline at end of file + diff --git a/global.json b/global.json index 892db14b0..4141e1966 100644 --- a/global.json +++ b/global.json @@ -1,6 +1,6 @@ { "sdk": { - "version": "8.0.110", + "version": "8.0.405", "rollForward": "latestFeature", "allowPrerelease": false }