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
Hello guys!
I was upgrading our project to the latest .NET version and I found that you have dependency on packages from version 8.. for that reason we cannot upgrade. Below I state the error that I have. Thanks!
Describe the bug
Application.csproj: Warning NU1608 : Detected package version outside of dependency constraint: Microsoft.SemanticKernel.Prompty 1.30.0-alpha requires Microsoft.Extensions.FileProviders.Physical (>= 8.0.0 && < 9.0.0) but version Microsoft.Extensions.FileProviders.Physical 9.0.0 was resolved.
Expected behavior
The solution should build.
The text was updated successfully, but these errors were encountered:
Hello guys!
I was upgrading our project to the latest .NET version and I found that you have dependency on packages from version 8.. for that reason we cannot upgrade. Below I state the error that I have. Thanks!
Describe the bug
Application.csproj: Warning NU1608 : Detected package version outside of dependency constraint: Microsoft.SemanticKernel.Prompty 1.30.0-alpha requires Microsoft.Extensions.FileProviders.Physical (>= 8.0.0 && < 9.0.0) but version Microsoft.Extensions.FileProviders.Physical 9.0.0 was resolved.
Expected behavior
The solution should build.
The text was updated successfully, but these errors were encountered: