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 - + - + - - - - + + + +