Skip to content

Commit 3b9276a

Browse files
committed
use net6.0 everywhere
1 parent 7570a5d commit 3b9276a

21 files changed

Lines changed: 22 additions & 22 deletions

.vscode/launch.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"request": "launch",
1111
"preLaunchTask": "build",
1212
// If you have changed target frameworks, make sure to update the program path.
13-
"program": "${workspaceFolder}/src/Test.CSharp/bin/Debug/net8.0/Test.CSharp.dll",
13+
"program": "${workspaceFolder}/src/Test.CSharp/bin/Debug/net6.0/Test.CSharp.dll",
1414
"args": [],
1515
"cwd": "${workspaceFolder}/src/Test.CSharp",
1616
// For more information about the 'console' field, see https://aka.ms/VSCode-CS-LaunchJson-Console

docs/Composability.fsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ index: 15
99

1010
(*** condition: prepare ***)
1111
#nowarn "211"
12-
#r "../src/FsHttp/bin/Release/net8.0/FsHttp.dll"
12+
#r "../src/FsHttp/bin/Release/net6.0/FsHttp.dll"
1313
open FsHttp
1414

1515

docs/Configuration.fsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ index: 12
99

1010
(*** condition: prepare ***)
1111
#nowarn "211"
12-
#r "../src/FsHttp/bin/Release/net8.0/FsHttp.dll"
12+
#r "../src/FsHttp/bin/Release/net6.0/FsHttp.dll"
1313
open FsHttp
1414

1515

docs/FSI.fsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ index: 9
99

1010
(*** condition: prepare ***)
1111
#nowarn "211"
12-
#r "../src/FsHttp/bin/Release/net8.0/FsHttp.dll"
12+
#r "../src/FsHttp/bin/Release/net6.0/FsHttp.dll"
1313
open FsHttp
1414

1515

docs/HttpClient_Http_Message.fsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ index: 11
99

1010
(*** condition: prepare ***)
1111
#nowarn "211"
12-
#r "../src/FsHttp/bin/Release/net8.0/FsHttp.dll"
12+
#r "../src/FsHttp/bin/Release/net6.0/FsHttp.dll"
1313
open FsHttp
1414

1515

docs/Overview.fsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ index: 2
99

1010
(*** condition: prepare ***)
1111
#nowarn "211"
12-
#r "../src/FsHttp/bin/Release/net8.0/FsHttp.dll"
12+
#r "../src/FsHttp/bin/Release/net6.0/FsHttp.dll"
1313
open FsHttp
1414

1515

docs/Request_Headers.fsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ index: 4
99

1010
(*** condition: prepare ***)
1111
#nowarn "211"
12-
#r "../src/FsHttp/bin/Release/net8.0/FsHttp.dll"
12+
#r "../src/FsHttp/bin/Release/net6.0/FsHttp.dll"
1313
open FsHttp
1414

1515

docs/Requesting_FormData.fsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ index: 6
99

1010
(*** condition: prepare ***)
1111
#nowarn "211"
12-
#r "../src/FsHttp/bin/Release/net8.0/FsHttp.dll"
12+
#r "../src/FsHttp/bin/Release/net6.0/FsHttp.dll"
1313
open FsHttp
1414

1515

docs/Requesting_Multipart_Files.fsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ index: 5
99

1010
(*** condition: prepare ***)
1111
#nowarn "211"
12-
#r "../src/FsHttp/bin/Release/net8.0/FsHttp.dll"
12+
#r "../src/FsHttp/bin/Release/net6.0/FsHttp.dll"
1313
open FsHttp
1414

1515

docs/Response_Handling.fsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ index: 8
99

1010
(*** condition: prepare ***)
1111
#nowarn "211"
12-
#r "../src/FsHttp/bin/Release/net8.0/FsHttp.dll"
12+
#r "../src/FsHttp/bin/Release/net6.0/FsHttp.dll"
1313
open FsHttp
1414

1515

0 commit comments

Comments
 (0)