Skip to content
This repository was archived by the owner on Dec 20, 2018. It is now read-only.

Upgrade projects to netcoreapp3.0 #2072

Merged
merged 2 commits into from
Nov 17, 2018
Merged

Upgrade projects to netcoreapp3.0 #2072

merged 2 commits into from
Nov 17, 2018

Conversation

natemcmaster
Copy link
Contributor

Changes:

  • Upgrade dependencies
  • Change TFM on Microsoft.AspNetCore.Identity to netcoreapp3.0
  • Remove .NET Framework tests

Part of dotnet/aspnetcore#3754

* Upgrade dependencies
* Change TFM on Microsoft.AspNetCore.Identity to netcoreapp3.0
* Remove .NET Framework tests
@natemcmaster
Copy link
Contributor Author

Whoa, lots of test failures. Are these already known issues @HaoK?

@HaoK
Copy link
Member

HaoK commented Nov 16, 2018

That looks to be errors from the razor UI stuff, maybe the upgrade to 3.0 broke something there? @javiercn @pranavkm any ideas?

@pranavkm
Copy link
Contributor

Can't find'C:\projects\identity\test\Identity.FunctionalTests\bin\Release\netcoreapp3.0\Identity.DefaultUI.WebSite.deps.json'

Does the 3.0 Sdk no longer generate a deps file?

@natemcmaster
Copy link
Contributor Author

Does the 3.0 Sdk no longer generate a deps file?

This sounds like something @ryanbrandenburg was investigating. Is this the issue you were seeing, Ryan?

@ryanbrandenburg
Copy link
Contributor

I don't recall having missing deps.json files.

@natemcmaster
Copy link
Contributor Author

This might have been it: 43bae5e Tests pass locally now.

@natemcmaster
Copy link
Contributor Author

Yup, that was me. Mea culpa, missed one line.

@natemcmaster natemcmaster merged commit 68b878f into master Nov 17, 2018
@natemcmaster natemcmaster deleted the namc/3.0 branch November 17, 2018 00:28
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants