You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm getting the google auth example running for net6, and the newer breakdown of all the giraffe packages (at least the google auth example). Are you interested in a PR if I get a cleaned up version? (or is there a better place to start). Thanks in advance.
So far had to
Add in open Giraffe.ViewEngine (replacing open Giraffe.GiraffeViewEngine)
Simplified the project file a little, bumped it to net6
Added package reference to Giraffe.ViewEngine Version="2.0.0-alpha-1
I'm getting the google auth example running for net6, and the newer breakdown of all the giraffe packages (at least the google auth example). Are you interested in a PR if I get a cleaned up version? (or is there a better place to start). Thanks in advance.
So far had to
open Giraffe.ViewEngine
(replacing open Giraffe.GiraffeViewEngine)net6
Giraffe.ViewEngine Version="2.0.0-alpha-1
The text was updated successfully, but these errors were encountered: