mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-03-23 05:10:30 -04:00
* added extension folder incomplete * WIP extension progress * notebook finally opens in side panel * notebook now opens via notebook extension * html file spaces restored * package json fixed * fixed vscode import issue * more cleanup * remove git stuff * placeholder icon logos added * fixed gulpfile * cleanup changes * vscode import fixed * fixed main and yarn.lock * added provided notebooks view * formatting for package.json * removed first command as its not necessary * fixed notebook typo * readded spaces
10 lines
681 B
XML
10 lines
681 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<packages>
|
|
<package id="Microsoft.Azure.Batch" version="13.0.0" targetFramework="net472" />
|
|
<package id="Microsoft.Azure.Batch.Conventions.Files" version="3.5.1" targetFramework="net472" />
|
|
<package id="Microsoft.Azure.KeyVault.Core" version="3.0.5" targetFramework="net472" />
|
|
<package id="Microsoft.Rest.ClientRuntime" version="2.3.21" targetFramework="net472" />
|
|
<package id="Microsoft.Rest.ClientRuntime.Azure" version="3.3.19" targetFramework="net472" />
|
|
<package id="Newtonsoft.Json" version="12.0.3" targetFramework="net472" />
|
|
<package id="WindowsAzure.Storage" version="9.3.3" targetFramework="net472" />
|
|
</packages> |