From 34107fd0172b94e0de9b83d63ae669def9cb61ba Mon Sep 17 00:00:00 2001 From: Ike <137194738+ike-kottlowski@users.noreply.github.com> Date: Fri, 20 Oct 2023 08:35:16 -0700 Subject: [PATCH] update to .NET 6 (#71) minor updates to NuGet and moving to .NET 6. --- src/KeyConnector/Dockerfile | 2 +- src/KeyConnector/KeyConnector.csproj | 16 ++++++++-------- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/src/KeyConnector/Dockerfile b/src/KeyConnector/Dockerfile index e3709d2..740c689 100644 --- a/src/KeyConnector/Dockerfile +++ b/src/KeyConnector/Dockerfile @@ -1,4 +1,4 @@ -FROM mcr.microsoft.com/dotnet/aspnet:5.0 +FROM mcr.microsoft.com/dotnet/aspnet:6.0 LABEL com.bitwarden.product="bitwarden" diff --git a/src/KeyConnector/KeyConnector.csproj b/src/KeyConnector/KeyConnector.csproj index c62626f..a8f601e 100644 --- a/src/KeyConnector/KeyConnector.csproj +++ b/src/KeyConnector/KeyConnector.csproj @@ -1,7 +1,7 @@ - net5.0 + net6.0 Bit.KeyConnector bitwarden-KeyConnector True @@ -15,23 +15,23 @@ - + all runtime; build; native; contentfiles; analyzers; buildtransitive - + - + - - - - + + + +