Skip to content

Commit 17b7761

Browse files
committed
Fix DLL references after lowering to .netstandard2.0
1 parent deeae5c commit 17b7761

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docsSrc/index.fsx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ index: 1
88
*)
99

1010
(*** condition: prepare ***)
11-
#r "../src/JsonSchemaProvider.DesignTime/bin/Debug/netstandard2.1/JsonSchemaProvider.DesignTime.dll"
12-
#r "../src/JsonSchemaProvider.Runtime/bin/Debug/netstandard2.1/JsonSchemaProvider.Runtime.dll"
13-
#r "../src/JsonSchemaProvider.Runtime/bin/Debug/netstandard2.1/FSharp.Data.Json.Core.dll"
14-
#r "../src/JsonSchemaProvider.Runtime/bin/Debug/netstandard2.1/NJsonSchema.dll"
11+
#r "../src/JsonSchemaProvider.DesignTime/bin/Debug/netstandard2.0/JsonSchemaProvider.DesignTime.dll"
12+
#r "../src/JsonSchemaProvider.Runtime/bin/Debug/netstandard2.0/JsonSchemaProvider.dll"
13+
#r "../src/JsonSchemaProvider.Runtime/bin/Debug/netstandard2.0/FSharp.Data.Json.Core.dll"
14+
#r "../src/JsonSchemaProvider.Runtime/bin/Debug/netstandard2.0/NJsonSchema.dll"
1515

1616
(**
1717
# Scope

0 commit comments

Comments
 (0)