-
Notifications
You must be signed in to change notification settings - Fork 213
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conditionally Target NET 9 #2739
Conversation
...oft.Identity.Web.GraphServiceClientBeta/Microsoft.Identity.Web.GraphServiceClientBeta.csproj
Outdated
Show resolved
Hide resolved
src/Microsoft.Identity.Web.TokenAcquisition/Microsoft.Identity.Web.TokenAcquisition.csproj
Outdated
Show resolved
Hide resolved
src/Microsoft.Identity.Web.TokenAcquisition/Microsoft.Identity.Web.TokenAcquisition.csproj
Outdated
Show resolved
Hide resolved
src/Microsoft.Identity.Web.TokenCache/Microsoft.Identity.Web.TokenCache.csproj
Show resolved
Hide resolved
…csproj Co-authored-by: Westin Musser <[email protected]>
…okenCache.csproj Co-authored-by: Westin Musser <[email protected]>
….Web.TokenAcquisition.csproj Co-authored-by: Westin Musser <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There is no Net9 target for Microsoft.Identity.Web.UI
src/Microsoft.Identity.Web.TokenAcquisition/Microsoft.Identity.Web.TokenAcquisition.csproj
Outdated
Show resolved
Hide resolved
src/Microsoft.Identity.Web.TokenCache/Microsoft.Identity.Web.TokenCache.csproj
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
after addressing the comments, please run this command:
dotnet msbuild .\Microsoft.Identity.Web.sln -p:v=m
and see if things are looking good.
@jennyf19 , I can only run |
src/Microsoft.Identity.Web.TokenAcquisition/Microsoft.Identity.Web.TokenAcquisition.csproj
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
src/Microsoft.Identity.Web.GraphServiceClient/Microsoft.Identity.Web.GraphServiceClient.csproj
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I left a few questions.
Co-authored-by: Peter <[email protected]>
src/Microsoft.Identity.Web.TokenAcquisition/Microsoft.Identity.Web.TokenAcquisition.csproj
Show resolved
Hide resolved
Addressed by adding NET 9 target in Microsoft.Identity.Web.UI
Add a net 9 target to Id Web with conditional compilation.
Successful Builds:
TargetNet9 = True (https://identitydivision.visualstudio.com/IDDP/_build/results?buildId=1281414&view=results)
TargetNet9 = False (https://identitydivision.visualstudio.com/IDDP/_build/results?buildId=1281375&view=results)