From 058088b4cc5cc701f2baeefce6e559c7c71b1783 Mon Sep 17 00:00:00 2001 From: "Eric J. Smith" Date: Thu, 20 Jan 2022 14:54:57 -0600 Subject: [PATCH] Update packages --- .github/workflows/build.yml | 2 +- build/common.props | 4 ++-- src/Foundatio.AzureStorage/Foundatio.AzureStorage.csproj | 2 +- tests/Directory.Build.props | 6 +++--- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 6b699f3..89a949f 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -12,7 +12,7 @@ jobs: - name: Setup .NET Core uses: actions/setup-dotnet@v1 with: - dotnet-version: 5.0.x + dotnet-version: 6.0.x - name: Build Reason run: "echo ref: ${{github.ref}} event: ${{github.event_name}}" - name: Build Version diff --git a/build/common.props b/build/common.props index ee03ed0..594fd90 100644 --- a/build/common.props +++ b/build/common.props @@ -11,7 +11,7 @@ v true - Copyright (c) 2021 Foundatio. All rights reserved. + Copyright (c) 2022 Foundatio. All rights reserved. FoundatioFx $(NoWarn);CS1591;NU1701 true @@ -37,7 +37,7 @@ - + diff --git a/src/Foundatio.AzureStorage/Foundatio.AzureStorage.csproj b/src/Foundatio.AzureStorage/Foundatio.AzureStorage.csproj index 3eecf9a..068acc9 100644 --- a/src/Foundatio.AzureStorage/Foundatio.AzureStorage.csproj +++ b/src/Foundatio.AzureStorage/Foundatio.AzureStorage.csproj @@ -5,7 +5,7 @@ Queue;Messaging;Message;File;Distributed;Storage;Blob;Azure - + diff --git a/tests/Directory.Build.props b/tests/Directory.Build.props index 3793e7e..6747ea8 100644 --- a/tests/Directory.Build.props +++ b/tests/Directory.Build.props @@ -1,15 +1,15 @@ - net5.0 + net6.0 False $(NoWarn);CS1591;NU1701 - + - +