Browse Source

use latest .NET Core 3 SDK

Oren Novotny 6 years ago
parent
commit
1af499f238
2 changed files with 3 additions and 3 deletions
  1. 2 2
      Ix.NET/Source/global.json
  2. 1 1
      azure-pipelines.ix.yml

+ 2 - 2
Ix.NET/Source/global.json

@@ -1,8 +1,8 @@
 {
   "sdk": {
-    "version": "3.0.100-preview"
+    "version": "3.0.100-preview4"
   },
   "msbuild-sdks": {
-    "MSBuild.Sdk.Extras": "2.0.0-preview.14"
+    "MSBuild.Sdk.Extras": "2.0.0-preview.17"
   }
 }

+ 1 - 1
azure-pipelines.ix.yml

@@ -30,7 +30,7 @@ variables:
 steps:
 - task: DotNetCoreInstaller@0
   inputs:
-    version: '3.0.100-preview-010184'
+    version: '3.0.100-preview4-010374'
 
 - task: DotNetCoreCLI@2  
   inputs: