Skip to content

Commit 78e256e

Browse files
Merge pull request #13 from myvas/3.1.300
Pass
2 parents 4d460fb + f545ec8 commit 78e256e

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

NuGet.Config

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,5 @@
44
<clear />
55
<add key="nuget.org" value="https://api.nuget.org/v3/index.json" />
66
<add key="myvas-dev" value="https://www.myget.org/F/myvas-dev/api/v3/index.json" />
7-
<add key="aspnetcore-dev" value="http://dotnet.myget.org/F/aspnetcore-dev/api/v3/index.json" />
87
</packageSources>
98
</configuration>

global.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
{
22
"sdk": {
3-
"version": "3.1"
3+
"version": "3.1.100",
4+
"rollForward": "latestFeature",
5+
"allowPrerelease": false
46
}
57
}

0 commit comments

Comments
 (0)