This repository was archived by the owner on Oct 26, 2018. It is now read-only.
  
  
  
  
    
    
    
      
    
  
  
    
File tree Expand file tree Collapse file tree 4 files changed +15
-15
lines changed 
src/Microsoft.Extensions.DiagnosticAdapter 
test/Microsoft.Extensions.DiagnosticAdapter.Test Expand file tree Collapse file tree 4 files changed +15
-15
lines changed Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ cd $PSScriptRoot
3333$repoFolder  =  $PSScriptRoot 
3434$env: REPO_FOLDER  =  $repoFolder 
3535
36- $koreBuildZip = " https://github.com/aspnet/KoreBuild/archive/release .zip" 
36+ $koreBuildZip = " https://github.com/aspnet/KoreBuild/archive/1.0.0-rc2 .zip" 
3737if  ($env: KOREBUILD_ZIP )
3838{
3939    $koreBuildZip = $env: KOREBUILD_ZIP 
Original file line number Diff line number Diff line change 22repoFolder=" $(  cd  " $(  dirname " ${BASH_SOURCE[0]} " ) " &&  pwd  ) " 
33cd  $repoFolder 
44
5- koreBuildZip=" https://github.com/aspnet/KoreBuild/archive/release .zip" 
5+ koreBuildZip=" https://github.com/aspnet/KoreBuild/archive/1.0.0-rc2 .zip" 
66if  [ !  -z  $KOREBUILD_ZIP  ];  then 
77    koreBuildZip=$KOREBUILD_ZIP 
88fi 
Original file line number Diff line number Diff line change 11{
2-   "version" : " 1.0.0-* " 
2+   "version" : " 1.0.0-rc2-final " 
33  "description" : " A DiagnosticListener implementation which provides duck-typing through generated proxy types." 
44  "dependencies" : {
5-     "Microsoft.Extensions.DependencyInjection.Abstractions" : " 1.0.0-* " 
6-     "System.Diagnostics.DiagnosticSource" : " 4.0.0-* " 
5+     "Microsoft.Extensions.DependencyInjection.Abstractions" : " 1.0.0-rc2-final " 
6+     "System.Diagnostics.DiagnosticSource" : " 4.0.0-rc2-24027 " 
77  },
88  "buildOptions" : {
99    "define" : [
1919  "frameworks" : {
2020    "netstandard1.1" : {
2121      "dependencies" : {
22-         "System.ComponentModel" : " 4.0.1-* " 
23-         "System.Collections.Concurrent" : " 4.0.12-* " 
24-         "System.Reflection.Emit" : " 4.0.1-* " 
25-         "System.Reflection.Emit.Lightweight" : " 4.0.1-* " 
26-         "System.Reflection.Extensions" : " 4.0.1-* " 
27-         "System.Runtime.Extensions" : " 4.1.0-* " 
22+         "System.ComponentModel" : " 4.0.1-rc2-24027 " 
23+         "System.Collections.Concurrent" : " 4.0.12-rc2-24027 " 
24+         "System.Reflection.Emit" : " 4.0.1-rc2-24027 " 
25+         "System.Reflection.Emit.Lightweight" : " 4.0.1-rc2-24027 " 
26+         "System.Reflection.Extensions" : " 4.0.1-rc2-24027 " 
27+         "System.Runtime.Extensions" : " 4.1.0-rc2-24027 " 
2828      }
2929    }
3030  }
Original file line number Diff line number Diff line change 11{
22  "dependencies" : {
33    "dotnet-test-xunit" : " 1.0.0-*" 
4-     "Microsoft.NETCore.Platforms" : " 1.0.1-* " 
4+     "Microsoft.NETCore.Platforms" : " 1.0.1-rc2-24027 " 
55    "Microsoft.AspNetCore.Testing" : " 1.0.0-*" 
6-     "Microsoft.Extensions.DiagnosticAdapter" : " 1.0.0-* " 
6+     "Microsoft.Extensions.DiagnosticAdapter" : " 1.0.0-rc2-final " 
77    "xunit" : " 2.1.0-*" 
88  },
99  "buildOptions" : {
1616    "netcoreapp1.0" : {
1717      "dependencies" : {
1818        "Microsoft.NETCore.App" : {
19-           "version" : " 1.0.0-* " 
19+           "version" : " 1.0.0-rc2-3002702 " 
2020          "type" : " platform" 
2121        },
22-         "System.Diagnostics.Process" : " 4.1.0-* " 
22+         "System.Diagnostics.Process" : " 4.1.0-rc2-24027 " 
2323      },
2424      "imports" : [
2525        " dnxcore50" 
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments