-
Notifications
You must be signed in to change notification settings - Fork 352
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
Update to 2.0.0 RTM #3
Comments
Currently running the code after building with the new
I'm posting this in case anyone stumbles upon this problem. |
FYI this warning is ok post updating to 2.0.0 RTM, I actually helped with the wording to try to avoid confusion. Learn more about it here: NuGet/Home#5538. aspnetcore-generator-api/api/api.csproj : warning NU1701: Package 'Faker.Net 1.0.3' was restored using '.NETFramework,Version=v4.6.1' instead of the project target framework '.NETCoreApp,Version=v2.0'. This package may not be fully compatible with your project. If you don't want to see this NuGet warning you have a few choices: https://github.com/NuGet/Home/wiki/Improved-NuGet-warnings |
Added first unit tests Added infrastructure docker files
The course was created using
dotnet new
templates from the2.0.0-preview1
SDK. Tags inDockerfile
s referred to a generic2-sdk
and not specifically2.0.0-preview1
so that the Docker aspects of this course wouldn't be affected by2.0.0
's RTM and would have a longer shelf life. That said it's time to update the app code itself to work with the2.0.0
RTM as the2-sdk
tags now point to RTM images and notpreview1
images.The text was updated successfully, but these errors were encountered: