Skip to content

Commit ca8ec52

Browse files
Local dev setup (neo-project#861)
* Local dev setup * Fix format? * updated file format
1 parent cde2916 commit ca8ec52

File tree

3 files changed

+16
-8
lines changed

3 files changed

+16
-8
lines changed

Diff for: NuGet.Config

+9-8
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
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>

Diff for: deps/.gitkeep

Whitespace-only changes.

Diff for: global.json

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"sdk": {
3+
"version": "7.0.404",
4+
"rollForward": "latestFeature",
5+
"allowPrerelease": false
6+
}
7+
}

0 commit comments

Comments
 (0)