elsa-core/Nuget.Config
Akbar Ghasemi Tazehabadi 3d0c3eadbd
Fix for oracle persistence provider (#2450)
* 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
2021-11-10 16:20:33 +01:00

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>