File tree Expand file tree Collapse file tree 1 file changed +24
-0
lines changed Expand file tree Collapse file tree 1 file changed +24
-0
lines changed Original file line number Diff line number Diff line change
1
+ <?xml version =" 1.0" encoding =" utf-8" ?>
2
+ <configuration >
3
+ <solution >
4
+ <add key =" disableSourceControlIntegration" value =" true" />
5
+ <add key =" dependencyversion" value =" Highest" />
6
+ </solution >
7
+
8
+ <packageSources >
9
+ <clear />
10
+ <add key =" MyGet OpenSilver Public" value =" https://www.myget.org/F/opensilver/api/v3/index.json" />
11
+ <add key =" MyGet" value =" https://www.myget.org/F/opensilver-private/api/v3/index.json" />
12
+ <add key =" nuget.org" value =" https://api.nuget.org/v3/index.json" />
13
+ </packageSources >
14
+ <packageSourceCredentials >
15
+ <MyGet >
16
+ <add key =" Username" value =" myget_username" />
17
+ <add key =" ClearTextPassword" value =" myget_password" />
18
+ </MyGet >
19
+ <MyGetProxy >
20
+ <add key =" Username" value =" myget_username" />
21
+ <add key =" ClearTextPassword" value =" myget_password" />
22
+ </MyGetProxy >
23
+ </packageSourceCredentials >
24
+ </configuration >
You can’t perform that action at this time.
0 commit comments