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
However I get the following message:
Severity Code Description Project File Line Suppression State
Error NU1202 Package Microsoft.dotnet-httprepl 6.0.0 is not compatible with net6.0 (.NETCoreApp,Version=v6.0). Package Microsoft.dotnet-httprepl 6.0.0 supports:
net5.0 (.NETCoreApp,Version=v5.0) / any
net6.0 (.NETCoreApp,Version=v6.0) / any
netcoreapp3.1 (.NETCoreApp,Version=v3.1) / any ContosoPizza C:\Users\andre\source\repos\ContosoPizza\ContosoPizza\ContosoPizza.csproj 1
Can someone help with this please?
The tutorial says it will work with DOTNET 6.0
Thanks
Andre
The text was updated successfully, but these errors were encountered:
Hello
I am following the tutorial located here:
https://docs.microsoft.com/en-us/learn/modules/build-web-api-aspnet-core/3-exercise-create-web-api
And one of the steps is to install Microsoft.dotnet-httprepl
https://nuget.info/packages/Microsoft.dotnet-httprepl/6.0.0
However I get the following message:
Severity Code Description Project File Line Suppression State
Error NU1202 Package Microsoft.dotnet-httprepl 6.0.0 is not compatible with net6.0 (.NETCoreApp,Version=v6.0). Package Microsoft.dotnet-httprepl 6.0.0 supports:
Can someone help with this please?
The tutorial says it will work with DOTNET 6.0
Thanks
The text was updated successfully, but these errors were encountered: