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
* Add support for .NET 9.0 (#6887)
* Add NET9 and remove NET6 target frameworks
* Configure NETAnalyzers version in Directory.Build.props
* Update yamls to support NET 9.0
* Update tests to pass on Mac build.
* [#6889] CQA to support TokenCredential instead of key (#6892)
* Add support for MSI to access CQA service
* Use IsNullOrWhiteSpace instead of IsNullOrEmpty
* Catch exception in GetTokenAsync call
* Fix MemoryStream Converter when serializing (#6888)
---------
Co-authored-by: Cecilia Avila <44245136+ceciliaavila@users.noreply.github.com>
Co-authored-by: Joel Mut <62260472+sw-joelmut@users.noreply.github.com>
Copy file name to clipboardExpand all lines: build/yaml/botbuilder-dotnet-ci-mac.yml
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -19,14 +19,14 @@ variables:
19
19
steps:
20
20
# Note: Template ci-build-steps.yml is not supported in macOS because it calls VSBuild@1 in order to build the Windows-only ASP.NET Desktop assemblies.
0 commit comments