projects
/
profile
/
iot
/
apps
/
dotnet
/
fitness.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Remove redundant switch labels.
[profile/iot/apps/dotnet/fitness.git]
/
nuget.config
1
<?xml version="1.0" encoding="utf-8"?>
2
<configuration>
3
<packageSources>
4
<add key="NuGet official package source" value="https://nuget.org/api/v2/" />
5
<add key="Tizen" value="https://tizen.myget.org/F/dotnet/api/v3/index.json" />
6
</packageSources>
7
<activePackageSource>
8
<add key="All" value="(Aggregate source)" />
9
</activePackageSource>
10
</configuration>