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/Migration/NET-Standard.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -25,4 +25,4 @@ The first sample demonstrates updating a simple class library to .NET Standard.
25
25
26
26
## Sample 2: Refactoring Business Logic
27
27
28
-
The second sample shows how to take an existing ASP<span></span>.NET application and refactor our some business logic as a .NET Standard project. You can find the source and directions for this sample in the [samples/netstandard-2](../samples/netstandard-2/README.md) folder.
28
+
The second sample shows how to take an existing ASP<span></span>.NET application and refactor our some business logic as a .NET Standard project. You can find the source and directions for this sample in the samples/netstandard-2 (coming soon) folder.
Copy file name to clipboardExpand all lines: docs/samples/netstandard-1/README.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
One of the first steps in our [recommended migration strategy](../../migration/NET-Standard.md) focuses on migrating class libraries from .NET Framework (netfx) 3.5 and later to .NET Standard 2.0+
1
+
One of the first steps in our [recommended migration strategy](../../Migration/NET-Standard.md) focuses on migrating class libraries from .NET Framework (netfx) 3.5 and later to .NET Standard 2.0+
0 commit comments