Learn
The file RazorCountry.csproj is open. This is a project file for .NET Core. It uses markup syntax to store the <TargetFramework>
. Additional frameworks added to the project will be listed here, but we’ll be using the provided netcoreapp3.1
, which signifies .NET Core framework, version 3.1.
Additional tools added to the project will appear here including Entity Framework support for a SQLite database.
Instructions
1.
The file RazorCountry.csproj is open. Inspect the <TargetFramework>
element.
Sign up to start coding
By signing up for Codecademy, you agree to Codecademy's Terms of Service & Privacy Policy.