Migrate the framework version of an existing project
Check the framework version of you project:
- Open your project file ..\DotNet\[YourCompanyName].[YourProjectName].Crosscutting.Common\Constants.cs
- Read the value of FrameworkVersion
Apply successively the migration:
- Use the BIAToolKit to apply the migration.
- Manage the conflict (2 solutions)
- In BIAToolKit click on "4 - merge Rejected"
- Search
<<<<<
in all files. - Resolve the conflict manually.
- Search
- Analyze the .rej file (search "diff a/" in VS code) that have been created in your project folder
- Apply manually the change.
- In BIAToolKit click on "4 - merge Rejected"
- Refresh the nuget package version with the command (to launch in visual studio > Package Manager Console):
dotnet restore --no-cache
- Follow the detailed steps describe in all files corresponding to your migration.
- If several steps are passed during the migration apply them successively.