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

Migrate from ASP.NET Core 2.0 to 2.2 #55

Closed
BryanWilhite opened this issue Apr 30, 2019 · 4 comments
Closed

Migrate from ASP.NET Core 2.0 to 2.2 #55

BryanWilhite opened this issue Apr 30, 2019 · 4 comments
Assignees
Labels
enhancement New feature or request

Comments

@BryanWilhite
Copy link
Owner

take the learnings from: BryanWilhite/Songhay.Blog#13 and BryanWilhite/Songhay.Blog#49

@BryanWilhite BryanWilhite added the enhancement New feature or request label Apr 30, 2019
@BryanWilhite BryanWilhite self-assigned this Apr 30, 2019
@BryanWilhite
Copy link
Owner Author

BryanWilhite commented Apr 30, 2019

  • run Migrate-NetCore.ps1
  • reinstall NuGet packages
  • verify that build server can run .NET Core 2.2x

@BryanWilhite
Copy link
Owner Author

BryanWilhite commented Apr 30, 2019

first run:

.\Migrate-NetCore.ps1 E:\~sourceRoot\Songhay.Dashboard
Songhay.Dashboard.csproj: setting target framework to netcoreapp2.2...
Songhay.Dashboard.Activities.csproj: target framework not modified.
Songhay.Dashboard.Shell.csproj: target framework not modified.
Songhay.Dashboard.Shell.Tests.csproj: target framework not modified.

verified that output makes sense as the ‘not modified’ projects were either .NET Standard or Core 2.1

BryanWilhite added a commit that referenced this issue Apr 30, 2019
BryanWilhite added a commit that referenced this issue Apr 30, 2019
@BryanWilhite
Copy link
Owner Author

BryanWilhite commented Apr 30, 2019

the build warning about declaring a version for Microsoft.AspNetCore.All seems to be at odds with the NuGet package management experience in Visual Studio (uninstalll and reinstall puts the version declaration back) 🤕

https://docs.microsoft.com/en-us/dotnet/core/tools/csproj#implicit-package-references

@BryanWilhite
Copy link
Owner Author

the Azure DevOps build server appears to support .NET 2.2 without any customizations

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant