Browse Source
* [deps]: Update dotnet monorepo to v8 * Additional changes for full .NET 8 upgrade * Bump library versions available in Bookworm * Bump YubiHSM package to match up with Bookworm * Few more bumps * Update KeyConnector.csproj --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Matt Bishop <mbishop@bitwarden.com> Co-authored-by: Todd Martin <106564991+trmartin4@users.noreply.github.com> Co-authored-by: Ike <137194738+ike-kottlowski@users.noreply.github.com>pull/139/head
6 changed files with 34 additions and 26 deletions
@ -0,0 +1,10 @@ |
|||||||
|
{ |
||||||
|
"version": 1, |
||||||
|
"isRoot": true, |
||||||
|
"tools": { |
||||||
|
"dotnet-ef": { |
||||||
|
"version": "8.0.2", |
||||||
|
"commands": ["dotnet-ef"] |
||||||
|
} |
||||||
|
} |
||||||
|
} |
||||||
@ -1,6 +1,6 @@ |
|||||||
{ |
{ |
||||||
"sdk": { |
"sdk": { |
||||||
"version": "6.0.100", |
"version": "8.0.100", |
||||||
"rollForward": "latestFeature" |
"rollForward": "latestFeature" |
||||||
} |
|
||||||
} |
} |
||||||
|
} |
||||||
|
|||||||
Loading…
Reference in new issue