-
Notifications
You must be signed in to change notification settings - Fork 563
upgrade projects and use polyglot-notebooks #1061
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
Conversation
src/Microsoft.TryDotNet.IntegrationTests/IntegrationTestFactAttribute.cs
Outdated
Show resolved
Hide resolved
| <PackageReference Include="Microsoft.AspNetCore.Mvc.Testing" Version="7.0.0" /> | ||
| <PackageReference Include="System.CommandLine" Version="2.0.0-beta4.22272.1" /> | ||
| <PackageReference Include="Microsoft.AspNetCore.Mvc.Testing" Version="7.0.5" /> | ||
| <PackageReference Include="System.CommandLine" Version="2.0.0-beta4.23113.1" /> |
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.
This is really a pre-beta5 and isn't compatible with the version being used in .NET Interactive. Not sure that will matter here, but just FYI.
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.
will use the same
…tribute.cs Co-authored-by: Jon Sequeira <jonsequeira@gmail.com>
No description provided.