-
Notifications
You must be signed in to change notification settings - Fork 228
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
upgrades kiota to dotnet 6 #815
Conversation
Signed-off-by: Vincent Biret <[email protected]>
Signed-off-by: Vincent Biret <[email protected]>
Signed-off-by: Vincent Biret <[email protected]>
Signed-off-by: Vincent Biret <[email protected]>
Signed-off-by: Vincent Biret <[email protected]>
Signed-off-by: Vincent Biret <[email protected]>
Signed-off-by: Vincent Biret <[email protected]>
authentication/dotnet/azure/src/Microsoft.Kiota.Authentication.Azure.csproj
Outdated
Show resolved
Hide resolved
http/dotnet/httpclient/src/Microsoft.Kiota.Http.HttpClientLibrary.csproj
Outdated
Show resolved
Hide resolved
serialization/dotnet/json/src/Microsoft.Kiota.Serialization.Json.csproj
Outdated
Show resolved
Hide resolved
serialization/dotnet/json/src/Microsoft.Kiota.Serialization.Json.csproj
Outdated
Show resolved
Hide resolved
http/dotnet/httpclient/src/Microsoft.Kiota.Http.HttpClientLibrary.csproj
Outdated
Show resolved
Hide resolved
Kudos, SonarCloud Quality Gate passed! |
@andrueastman as discussed on teams, I reverted the net5.0 to netstandard2.1 change on dotnet libs (abstractions + cores), but I kept the changes targeting the test projects from net5.0 to net6.0. Let me know what you think |
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.
Thanks @baywet 👍🏼
fixes #770