Skip to content
This repository was archived by the owner on Jun 10, 2020. It is now read-only.

Commit 37a13a3

Browse files
author
Sergey Kanzhelev
committed
change references to point to RC packages
1 parent de610b1 commit 37a13a3

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

src/Microsoft.ApplicationInsights.AspNet/project.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,20 +2,20 @@
22
"title": "Application Insights for ASP.NET 5 Web Applications",
33
"description": "Application Insights for ASP.NET 5 web applications. See http://go.microsoft.com/fwlink/?LinkID=510752 for more information.",
44
"authors": [ "Microsoft" ],
5-
"version": "0.30.0.1-beta",
5+
"version": "0.31.0-beta4",
66
"copyright": "Copyright © Microsoft. All Rights Reserved.",
77
"projectUrl": "https://github.com/Microsoft/AppInsights-aspnetv5",
88
"licenseUrl": "http://go.microsoft.com/fwlink/?LinkID=510709",
99
"requireLicenseAcceptance": true,
1010
"iconUrl": "http://appanacdn.blob.core.windows.net/cdn/icons/aic.png",
1111
"tags": [ "Analytics", "ApplicationInsights", "Telemetry", "AppInsights" ],
1212
"dependencies": {
13-
"Microsoft.AspNet.Hosting": "1.0.0-beta4-*",
14-
"Microsoft.Framework.Logging": "1.0.0-beta4-*",
15-
"Microsoft.AspNet.Http": "1.0.0-beta4-*",
16-
"Microsoft.AspNet.Http.Extensions": "1.0.0-beta4-*",
17-
"Microsoft.AspNet.Mvc.Core": "6.0.0-beta4-*",
18-
"System.Net.NameResolution": "4.0.0-beta-*"
13+
"Microsoft.AspNet.Hosting": "1.0.0-beta4",
14+
"Microsoft.Framework.Logging": "1.0.0-beta4",
15+
"Microsoft.AspNet.Http": "1.0.0-beta4",
16+
"Microsoft.AspNet.Http.Extensions": "1.0.0-beta4",
17+
"Microsoft.AspNet.Mvc.Core": "6.0.0-beta4",
18+
"System.Net.NameResolution": "4.0.0-beta"
1919
},
2020

2121
"frameworks": {

0 commit comments

Comments
 (0)