From 0222348e3773ef379da6c06e8be34dc46112090f Mon Sep 17 00:00:00 2001 From: Oren Novotny Date: Wed, 1 May 2019 13:37:29 -0400 Subject: [PATCH] update deps --- .../AppInsights.WindowsDesktop.csproj | 6 +++--- azure-pipelines.yml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/AppInsights.WindowsDesktop/AppInsights.WindowsDesktop.csproj b/AppInsights.WindowsDesktop/AppInsights.WindowsDesktop.csproj index 8f7771f..5e64ef5 100644 --- a/AppInsights.WindowsDesktop/AppInsights.WindowsDesktop.csproj +++ b/AppInsights.WindowsDesktop/AppInsights.WindowsDesktop.csproj @@ -26,7 +26,7 @@ - + @@ -34,8 +34,8 @@ - - + + diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 5fe91ca..b67e18a 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -15,7 +15,7 @@ variables: steps: - task: DotNetCoreInstaller@0 inputs: - version: '3.0.100-preview4-010963' + version: '3.0.100-preview4-011223' - task: DotNetCoreCLI@2 inputs: