We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4d460fb + f545ec8 commit 78e256eCopy full SHA for 78e256e
NuGet.Config
@@ -4,6 +4,5 @@
4
<clear />
5
<add key="nuget.org" value="https://api.nuget.org/v3/index.json" />
6
<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" />
8
</packageSources>
9
</configuration>
global.json
@@ -1,5 +1,7 @@
1
{
2
"sdk": {
3
- "version": "3.1"
+ "version": "3.1.100",
+ "rollForward": "latestFeature",
+ "allowPrerelease": false
}
0 commit comments