Skip to content

Commit 6203d78

Browse files
committed
Gardening update-migr-gde
1 parent d095238 commit 6203d78

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

modules/project-docs/pages/migrating-sdk-code-to-3.n.adoc

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -53,16 +53,16 @@ include::{version-server}@sdk:shared:partial$migration.adoc[tag=lang]
5353
The .NET SDK 3.x is available for download from the same resources as the previous generation 2.0 SDK:
5454

5555
* From NuGet (the most popular choice): `Install-Package CouchbaseNetClient -Version 3.2.7`
56-
* By downloading a [zip]https://packages.couchbase.com/clients/net/3.0/CouchbaseNetClient-3.2.7.zip file directly
57-
* (Not officially supported) By cloning and building the source code directly on [github]https://github.com/couchbase/couchbase-net-client/tree/master
56+
* By downloading a https://packages.couchbase.com/clients/net/3.0/CouchbaseNetClient-3.2.7.zip[zip] file directly
57+
* (Not officially supported) By cloning and building the source code directly on https://github.com/couchbase/couchbase-net-client/tree/master[github]
5858

5959
Please see the xref:sdk-release-notes.adoc[Release Notes] for up-to-date information.
6060

61-
Couchbase .NET SDK 3.2.7 build targets include .NETStandard 2.0, .NETStandard 2.1, .NETCoreApp 3.1, .NET5 and .NET6.
61+
Couchbase .NET SDK 3.2.7 build targets include .NET Standard 2.0, .NET Standard 2.1, .NET CoreApp 3.1, .NET 5 and .NET 6.
6262
This was chosen so .NET Full Framework 4.8 can be supported along with .NET Core 3.x and earlier and follows the suggested path for library authors as well as the latest .NET Versions.
6363
The goal is to use the latest and greatest .NET Core libraries available, but still allow fallback for developers still using .NET Full Framework as they progress towards .NET Standard compliance.
6464

65-
While the older target Frameworks are still targeted, Couchbase suggests that users target .net6 as it provides the latest, most performant .NET version. Additionally, as Microsoft
65+
While the older target Frameworks are still targeted, Couchbase suggests that users target .NET 6 as it provides the latest, most performant .NET version. Additionally, as Microsoft
6666

6767
=== Dependencies
6868

@@ -443,7 +443,7 @@ var config = new ClusterOptions()
443443
config.WithConnectionString("couchbase://localhost");
444444
----
445445

446-
Couchbase recommends [Serilog]https://serilog.net/, however, any 3rd party logging library (Log4Net, ) will work as long as it is based off Microsoft.Extensions.Logging.
446+
Couchbase recommends https://serilog.net/[Serilog], however, any 3rd party logging library (Log4Net and others) will work as long as it is based off Microsoft.Extensions.Logging.
447447
Please see the 3rd party logging libraries documentation for details on its idiomatic logging configuration.
448448

449449
[source]

0 commit comments

Comments
 (0)