Skip to content

Commit 5c05998

Browse files
committed
Pin versions to LTS builds
1 parent 8ce32dc commit 5c05998

2 files changed

Lines changed: 11 additions & 15 deletions

File tree

  • src/Microsoft.VisualStudio.Web.BrowserLink.Loader
  • test/Microsoft.VisualStudio.Web.BrowserLink.Test

src/Microsoft.VisualStudio.Web.BrowserLink.Loader/project.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -10,20 +10,20 @@
1010
]
1111
},
1212
"dependencies": {
13-
"Microsoft.AspNetCore.Http.Abstractions": "1.1.0-*",
14-
"Microsoft.Extensions.FileProviders.Physical": "1.1.0-*",
15-
"Microsoft.Extensions.PlatformAbstractions": "1.1.0-*"
13+
"Microsoft.AspNetCore.Http.Abstractions": "1.0.0*",
14+
"Microsoft.Extensions.FileProviders.Physical": "1.0.0",
15+
"Microsoft.Extensions.PlatformAbstractions": "1.0.0"
1616
},
1717
"frameworks": {
1818
"net451": {},
1919
"netstandard1.5": {
2020
"dependencies": {
21-
"Microsoft.Win32.Registry": "4.0.0-*",
22-
"System.Text.Encoding": "4.0.11-*",
23-
"System.Threading": "4.0.11-*",
24-
"System.Net.Sockets": "4.1.0-*",
25-
"System.Collections": "4.0.11-*",
26-
"System.Runtime.Loader": "4.0.0-*"
21+
"Microsoft.Win32.Registry": "4.0.0",
22+
"System.Text.Encoding": "4.0.11",
23+
"System.Threading": "4.0.11",
24+
"System.Net.Sockets": "4.1.0",
25+
"System.Collections": "4.0.11",
26+
"System.Runtime.Loader": "4.0.0"
2727
}
2828
}
2929
}

test/Microsoft.VisualStudio.Web.BrowserLink.Test/project.json

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,10 @@
1717
"dependencies": {
1818
"Microsoft.NETCore.App": {
1919
"type": "platform",
20-
"version": "1.0.0-*"
20+
"version": "1.0.0"
2121
},
2222
"System.Diagnostics.StackTrace": "4.0.1"
23-
},
24-
"imports": [
25-
"dotnet5.4",
26-
"portable-net451+win8"
27-
]
23+
}
2824
}
2925
}
3026
}

0 commit comments

Comments
 (0)