File tree 3 files changed +16
-8
lines changed
3 files changed +16
-8
lines changed Original file line number Diff line number Diff line change 1
- <?xml version =" 1.0" encoding =" utf-8" ?>
2
- <configuration >
3
- <packageSources >
4
- <clear />
5
- <add key =" MyGet-neo" value =" https://www.myget.org/F/neo/api/v3/index.json" />
6
- <add key =" NuGet.org" value =" https://api.nuget.org/v3/index.json" />
7
- </packageSources >
8
- </configuration >
1
+ <?xml version =" 1.0" encoding =" utf-8" ?>
2
+ <configuration >
3
+ <packageSources >
4
+ <clear />
5
+ <add key =" NuGet.org" value =" https://api.nuget.org/v3/index.json" />
6
+ <add key =" local" value =" ./deps/" />
7
+ <add key =" neo-myget" value =" https://www.myget.org/F/neo/api/v3/index.json" />
8
+ </packageSources >
9
+ </configuration >
Original file line number Diff line number Diff line change
1
+ {
2
+ "sdk" : {
3
+ "version" : " 7.0.404" ,
4
+ "rollForward" : " latestFeature" ,
5
+ "allowPrerelease" : false
6
+ }
7
+ }
You can’t perform that action at this time.
0 commit comments