diff --git a/build/dependencies.props b/build/dependencies.props index ceb3068fc3..a8ed935ac8 100644 --- a/build/dependencies.props +++ b/build/dependencies.props @@ -3,42 +3,45 @@ $(MSBuildAllProjects);$(MSBuildThisFileFullPath) - 3.0.0-alpha1-20181004.7 - 3.0.0-alpha1-20181004.7 + 3.0.0-alpha1-20181031.6 + 3.0.0-alpha1-20181029.3 2.1.1 - 3.0.0-alpha1-10584 - 3.0.0-alpha1-10584 - 3.0.0-alpha1-10584 - 3.0.0-alpha1-10584 - 3.0.0-alpha1-10584 - 3.0.0-alpha1-10584 - 3.0.0-alpha1-10584 - 3.0.0-alpha1-10584 - 3.0.0-alpha1-10584 - 3.0.0-alpha1-10584 - 0.7.0-alpha1-10584 - 3.0.0-alpha1-10584 - 3.0.0-alpha1-10584 + 2.0.9 + 2.1.5 + 3.0.0-alpha1-10670 + 2.2.0-rtm-10670 + 2.2.0-rtm-10670 + 3.0.0-alpha1-10670 + 3.0.0-alpha1-10670 + 3.0.0-alpha1-10670 + 3.0.0-alpha1-10670 + 3.0.0-a-alpha1-react-razor-design-19157 + 3.0.0-a-alpha1-sdk-31823 + 2.2.0-rtm-10670 + 0.7.0-alpha1-10670 + 3.0.0-alpha1-10670 + 3.0.0-alpha1-10670 1.1.3 1.0.1 - 3.0.0-alpha1-10584 - 3.0.0-alpha1-10584 - 3.0.0-alpha1-10584 - 3.0.0-alpha1-10584 - 3.0.0-alpha1-10584 - 3.0.0-alpha1-10584 - 3.0.0-alpha1-10584 - 3.0.0-alpha1-10584 - 3.0.0-alpha1-10584 - 3.0.0-alpha1-10584 - 3.0.0-alpha1-10584 + 3.0.0-alpha1-10670 + 3.0.0-alpha1-10670 + 3.0.0-alpha1-10670 + 3.0.0-alpha1-10670 + 3.0.0-alpha1-10670 + 3.0.0-alpha1-10670 + 3.0.0-alpha1-10670 + 3.0.0-alpha1-10670 + 3.0.0-alpha1-10670 + 3.0.0-alpha1-10670 + 3.0.0-alpha1-10657 2.0.9 2.1.3 - 2.2.0-preview2-26905-02 - 3.0.0-alpha1-10584 + 2.2.0-rtm-27023-02 + 3.0.0-preview1-26907-05 + 3.0.0-a-alpha1-sdk-31823 15.6.1 1.4.0 - 4.9.0 + 4.10.0 2.0.3 11.0.2 1.7.0-preview1-26907-04 diff --git a/korebuild-lock.txt b/korebuild-lock.txt index 591cfd52ff..7b667dcfe3 100644 --- a/korebuild-lock.txt +++ b/korebuild-lock.txt @@ -1,2 +1,2 @@ -version:3.0.0-alpha1-20181004.7 -commithash:27fabdaf2b1d4753c3d2749581694ca65d78f7f2 +version:3.0.0-alpha1-20181031.6 +commithash:dc9e2ae2d294184c7c7da383e62c7c400099d1d0 diff --git a/sample/ApplicationInsightsHostingStartupSample/ApplicationInsightsHostingStartupSample.csproj b/sample/ApplicationInsightsHostingStartupSample/ApplicationInsightsHostingStartupSample.csproj index 417f6bb044..c4ee6fd66b 100644 --- a/sample/ApplicationInsightsHostingStartupSample/ApplicationInsightsHostingStartupSample.csproj +++ b/sample/ApplicationInsightsHostingStartupSample/ApplicationInsightsHostingStartupSample.csproj @@ -3,6 +3,10 @@ netcoreapp2.1;netcoreapp2.0;net461 win7-x86;win7-x64;linux-x64;osx-x64 + + <_EnableAllInclusiveRazorSdk>true + 2.1 + MVC-2.1 diff --git a/test/ApplicationInsights.HostingStartup.Tests/LoggingTest.cs b/test/ApplicationInsights.HostingStartup.Tests/LoggingTest.cs index 22c558dc09..801fda77ca 100644 --- a/test/ApplicationInsights.HostingStartup.Tests/LoggingTest.cs +++ b/test/ApplicationInsights.HostingStartup.Tests/LoggingTest.cs @@ -111,7 +111,7 @@ namespace ApplicationInsightsJavaScriptSnippetTest { PublishApplicationBeforeDeployment = true, PreservePublishedApplicationForDebugging = PreservePublishedApplicationForDebugging, - TargetFramework = "netcoreapp2.0", + TargetFramework = targetFramework, Configuration = GetCurrentBuildConfiguration(), ApplicationType = applicationType, EnvironmentName = environment,