Skip to content

Commit

Permalink
docs: Add Google.Apis.Auth.AspNetCore3 for Cloud docs
Browse files Browse the repository at this point in the history
  • Loading branch information
jskeet committed Feb 1, 2022
1 parent 2d8acbe commit 99cdb6d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/generate-devsite-utilities.sh
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,10 @@ case $1 in
declare -a PROJECTS=(
'Src/Support/Google.Apis'
'Src/Support/Google.Apis.Auth'
'Src/Support/Google.Apis.Auth.AspNetCore3'
'Src/Support/Google.Apis.Core'
)
declare -r TARGET_FRAMEWORK=netstandard2.0
declare -r TARGET_FRAMEWORK=netcoreapp3.1
declare -a XREFS=(
)
;;
Expand Down

0 comments on commit 99cdb6d

Please sign in to comment.