devexpress #2

Merged
holger merged 3 commits from devexpress into main 2020-07-27 21:24:28 +02:00
10 changed files with 135 additions and 48 deletions
Showing only changes of commit 31a39de724 - Show all commits

9
nuget.config Normal file
View File

@ -0,0 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<packageSources>
<!--To inherit the global NuGet package sources remove the <clear/> line below -->
<clear />
<add key="nuget" value="https://api.nuget.org/v3/index.json" />
<add key="devexpress" value="https://nuget.devexpress.com/3zXs42uzzGPeHmfH1Bl7ERGp2eJ2t3ppmS2wZumhP3vJedKtPB/api" />
</packageSources>
</configuration>