* Add support of Oracle NCLOB columns in order to use data more than 2000 char we have to use NCLOB ,in oracle we have to explicitly say the column is NCLOB otherwise it would be considered Nvarchar(2000) * remove unnecessary package source
9 lines
293 B
XML
9 lines
293 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<configuration>
|
|
<packageSources>
|
|
<clear />
|
|
<add key="NuGet" value="https://api.nuget.org/v3/index.json" />
|
|
<add key="Jint MyGet" value="https://www.myget.org/F/jint/api/v3/index.json" />
|
|
</packageSources>
|
|
</configuration> |