Skip to content
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

.NET 7-problemer #31

Open
thomaswolff opened this issue Nov 9, 2022 · 2 comments
Open

.NET 7-problemer #31

thomaswolff opened this issue Nov 9, 2022 · 2 comments
Labels
bug Something isn't working

Comments

@thomaswolff
Copy link
Collaborator

Flere kursdeltakere har opplevd problemer under installering av Microsoft.AspNetCore.Mvc.Testing selv om de har global.json, fordi paket forsøker å hente v7.0.0 av pakken, og det ikke er kompatibelt med .NET 6

@thomaswolff
Copy link
Collaborator Author

Må undersøke om det er endringer som må inn i paket.dependencies

@thomaswolff thomaswolff added the bug Something isn't working label Nov 9, 2022
@andersnordby
Copy link

Steg 9, kjør:

dotnet paket add Microsoft.AspNetCore.TestHost --version 6.0 --project ./test/integration/NRK.Dotnetskolen.IntegrationTests.fsproj

og deretter

dotnet paket add Microsoft.AspNetCore.Mvc.Testing --version 6.0 --project ./test/integration/NRK.Dotnetskolen.IntegrationTests.fsproj

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants