You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Docs/Updating.md
+2-3Lines changed: 2 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -53,6 +53,5 @@ To upgrade an existing target framework do the following:
53
53
54
54
1. Navigate to https://www.nuget.org/packages/Microsoft.NETCore.App.Ref and find the latest version for the target framework. For say `net6.0` that will be the latest version begining with `6.0`.
55
55
2. Move to that version in the appropriate project file. For say `net6.0` that wil be Basic.Reference.Assemblies.Net60.csproj
56
-
3. Move to that version in Generate.ps1 for the target framework
57
-
4. Run `Scripts\Generate.ps1`
58
-
56
+
3. Move to that version in `Generate\Program.cs` for the target framework
0 commit comments