mirror of
https://github.com/ckaczor/sqltoolsservice.git
synced 2026-01-13 17:23:02 -05:00
Update nuget.config to pull private nuget packages from within the repro. (#132)
This commit is contained in:
BIN
bin/nuget/Microsoft.SqlServer.Smo.140.1.10.nupkg
Normal file
BIN
bin/nuget/Microsoft.SqlServer.Smo.140.1.10.nupkg
Normal file
Binary file not shown.
BIN
bin/nuget/System.Data.SqlClient.4.4.0-sqltools-24613-04.nupkg
Normal file
BIN
bin/nuget/System.Data.SqlClient.4.4.0-sqltools-24613-04.nupkg
Normal file
Binary file not shown.
@@ -2,7 +2,7 @@
|
||||
<configuration >
|
||||
<packageSources>
|
||||
<add key="Nuget" value="https://www.nuget.org/api/v2" />
|
||||
<add key="Myget" value="https://dotnet.myget.org/F/dotnet-core/api/v3/index.json" />
|
||||
<add key="DataTools Nuget" value="http://dtnuget/api/v2/" />
|
||||
<add key="Myget" value="https://dotnet.myget.org/F/dotnet-core/api/v3/index.json" />
|
||||
<add key="DataTools Nuget" value="./bin/nuget" />
|
||||
</packageSources>
|
||||
</configuration>
|
||||
|
||||
@@ -9,7 +9,7 @@
|
||||
"Newtonsoft.Json": "9.0.1",
|
||||
"System.Data.Common": "4.1.0",
|
||||
"System.Data.SqlClient": "4.4.0-sqltools-24613-04",
|
||||
"Microsoft.SqlServer.Smo": "140.1.9",
|
||||
"Microsoft.SqlServer.Smo": "140.1.10",
|
||||
"System.Security.SecureString": "4.0.0",
|
||||
"System.Collections.Specialized": "4.0.1",
|
||||
"System.ComponentModel.TypeConverter": "4.1.0",
|
||||
|
||||
@@ -18,7 +18,7 @@
|
||||
"System.Runtime.Serialization.Primitives": "4.1.1",
|
||||
"System.Data.Common": "4.1.0",
|
||||
"System.Data.SqlClient": "4.4.0-sqltools-24613-04",
|
||||
"Microsoft.SqlServer.Smo": "140.1.9",
|
||||
"Microsoft.SqlServer.Smo": "140.1.10",
|
||||
"System.Security.SecureString": "4.0.0",
|
||||
"System.Collections.Specialized": "4.0.1",
|
||||
"System.ComponentModel.TypeConverter": "4.1.0",
|
||||
|
||||
Reference in New Issue
Block a user