提交 3f5cffe3 编写于 作者: T Tomáš Matoušek

Merge pull request #10533 from tmat/SRMSCI2

Update SRM to 1.3.0-rc3-24005-00, SCI to 1.2.0-rc3-24005-00 and DSR to 1.0.8-rc2-60325
......@@ -19,7 +19,7 @@
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
<dependentAssembly>
<assemblyIdentity name="System.Collections.Immutable" publicKeyToken="b03f5f7f11d50a3a" culture="neutral"/>
<bindingRedirect oldVersion="1.0.0.0-1.65535.65535.65535" newVersion="1.1.37.0"/>
<bindingRedirect oldVersion="0.0.0.0-1.2.0.0" newVersion="1.2.0.0"/>
</dependentAssembly>
</assemblyBinding>
</runtime>
......
......@@ -5,9 +5,9 @@
<!-- Currently we version IW the same as Roslyn. -->
<MicrosoftVisualStudioInteractiveWindowVersion>$(RoslynSemanticVersion)</MicrosoftVisualStudioInteractiveWindowVersion>
<!-- These are the versions of dependencies we insert into VS -->
<SystemReflectionMetadataVersion>1.2.0</SystemReflectionMetadataVersion>
<SystemCollectionsImmutableVersion>1.1.37</SystemCollectionsImmutableVersion>
<MicrosoftDiaSymReaderVersion>1.0.7</MicrosoftDiaSymReaderVersion>
<SystemReflectionMetadataVersion>1.3.0-rc3-24005-00</SystemReflectionMetadataVersion>
<SystemCollectionsImmutableVersion>1.2.0-rc3-24005-00</SystemCollectionsImmutableVersion>
<MicrosoftDiaSymReaderVersion>1.0.8-rc2-60325</MicrosoftDiaSymReaderVersion>
<MicrosoftDiaSymReaderNativeVersion>1.3.3</MicrosoftDiaSymReaderNativeVersion>
<MicrosoftDiaSymReaderPortablePdbVersion>1.0.0</MicrosoftDiaSymReaderPortablePdbVersion>
<MicrosoftCodeAnalysisElfieVersion>0.10.6-rc2</MicrosoftCodeAnalysisElfieVersion>
......
......@@ -18,11 +18,11 @@
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="System.Collections.Immutable" culture="neutral" publicKeyToken="b03f5f7f11d50a3a" />
<bindingRedirect oldVersion="1.1.0.0-1.1.65535.65535" newVersion="1.1.37.0" />
<bindingRedirect oldVersion="0.0.0.0-1.2.0.0" newVersion="1.2.0.0" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="System.Reflection.Metadata" culture="neutral" publicKeyToken="b03f5f7f11d50a3a" />
<bindingRedirect oldVersion="1.0.0.0-1.1.65535.65535" newVersion="1.2.0.0" />
<bindingRedirect oldVersion="0.0.0.0-1.3.0.0" newVersion="1.3.0.0" />
</dependentAssembly>
</assemblyBinding>
</runtime>
......
......@@ -18,11 +18,11 @@
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="System.Collections.Immutable" culture="neutral" publicKeyToken="b03f5f7f11d50a3a" />
<bindingRedirect oldVersion="1.1.0.0-1.1.65535.65535" newVersion="1.1.37.0" />
<bindingRedirect oldVersion="0.0.0.0-1.2.0.0" newVersion="1.2.0.0" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="System.Reflection.Metadata" culture="neutral" publicKeyToken="b03f5f7f11d50a3a" />
<bindingRedirect oldVersion="1.0.0.0-1.1.65535.65535" newVersion="1.2.0.0" />
<bindingRedirect oldVersion="0.0.0.0-1.3.0.0" newVersion="1.3.0.0" />
</dependentAssembly>
</assemblyBinding>
</runtime>
......
......@@ -18,11 +18,11 @@
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="System.Collections.Immutable" culture="neutral" publicKeyToken="b03f5f7f11d50a3a" />
<bindingRedirect oldVersion="1.1.0.0-1.1.65535.65535" newVersion="1.1.37.0" />
<bindingRedirect oldVersion="0.0.0.0-1.2.0.0" newVersion="1.2.0.0" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="System.Reflection.Metadata" culture="neutral" publicKeyToken="b03f5f7f11d50a3a" />
<bindingRedirect oldVersion="1.0.0.0-1.1.65535.65535" newVersion="1.2.0.0" />
<bindingRedirect oldVersion="0.0.0.0-1.3.0.0" newVersion="1.3.0.0" />
</dependentAssembly>
</assemblyBinding>
</runtime>
......
......@@ -24,7 +24,7 @@ if [ -z "$RID" ]; then
fi
# Replace with a robust method for finding the right crossgen.exe
CROSSGEN_UTIL=~/.nuget/packages/runtime.$RID.Microsoft.NETCore.Runtime.CoreCLR/1.0.2-rc2-23931/tools/crossgen
CROSSGEN_UTIL=~/.nuget/packages/runtime.$RID.Microsoft.NETCore.Runtime.CoreCLR/1.0.2-rc3-24005-00/tools/crossgen
cd $BIN_DIR
......
{
"dependencies": {
"Microsoft.DiaSymReader": "1.0.7",
"Microsoft.DiaSymReader": "1.0.8-rc2-60325",
"xunit": "2.1.0",
"xunit.runner.console": "2.1.0"
},
......
{
"dependencies": {
"Microsoft.DotNet.xunit.performance": "1.0.0-alpha-build0023",
"System.IO.FileSystem": "4.0.0"
"System.IO.FileSystem": "4.0.1-rc3-24005-00"
},
"frameworks": {
"net46": {}
......
......@@ -20,11 +20,11 @@
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="System.Collections.Immutable" culture="neutral" publicKeyToken="b03f5f7f11d50a3a" />
<bindingRedirect oldVersion="1.1.0.0-1.1.65535.65535" newVersion="1.1.37.0" />
<bindingRedirect oldVersion="0.0.0.0-1.2.0.0" newVersion="1.2.0.0" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="System.Reflection.Metadata" culture="neutral" publicKeyToken="b03f5f7f11d50a3a" />
<bindingRedirect oldVersion="1.0.0.0-1.1.65535.65535" newVersion="1.2.0.0" />
<bindingRedirect oldVersion="0.0.0.0-1.3.0.0" newVersion="1.3.0.0" />
</dependentAssembly>
</assemblyBinding>
</runtime>
......
......@@ -5,12 +5,13 @@
"Microsoft.Build.Tasks.Core": "0.1.0-preview-00005",
"Microsoft.Build.Utilities.Core": "0.1.0-preview-00005",
"Microsoft.Win32.Primitives": "4.0.0",
"System.Console": "4.0.0-rc2-23931",
"System.Console": "4.0.0-rc3-24005-00",
"System.Diagnostics.Tools": "4.0.0",
"System.Diagnostics.Process": "4.1.0-rc2-23931",
"System.IO.Pipes": "4.0.0-rc2-23931",
"System.Runtime.InteropServices.RuntimeInformation": "4.0.0-rc2-23931",
"System.IO.FileSystem.DriveInfo": "4.0.0-rc2-23931"
"System.Diagnostics.Process": "4.1.0-rc3-24005-00",
"System.IO.Pipes": "4.0.0-rc3-24005-00",
"System.Runtime.InteropServices.RuntimeInformation": "4.0.0-rc3-24005-00",
"System.IO.FileSystem": "4.0.1-rc3-24005-00",
"System.IO.FileSystem.DriveInfo": "4.0.0-rc3-24005-00"
},
"frameworks": {
"netstandard1.3": {
......
{
"dependencies": {
"Microsoft.DiaSymReader": "1.0.7",
"Microsoft.DiaSymReader": "1.0.8-rc2-60325",
"Moq": "4.2.1402.2112",
"xunit": "2.1.0",
"xunit.runner.console": "2.1.0"
......
{
"supports": {},
"dependencies": {
"System.Collections.Immutable": "1.1.37",
"System.Reflection.Metadata": "1.2.0"
"System.Collections.Immutable": "1.2.0-rc3-24005-00",
"System.Reflection.Metadata": "1.3.0-rc3-24005-00"
},
"frameworks": {
".NETPortable,Version=v4.5,Profile=Profile7": {}
......
......@@ -20,11 +20,11 @@
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="System.Collections.Immutable" culture="neutral" publicKeyToken="b03f5f7f11d50a3a" />
<bindingRedirect oldVersion="1.1.0.0-1.1.65535.65535" newVersion="1.1.37.0" />
<bindingRedirect oldVersion="0.0.0.0-1.2.0.0" newVersion="1.2.0.0" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="System.Reflection.Metadata" culture="neutral" publicKeyToken="b03f5f7f11d50a3a" />
<bindingRedirect oldVersion="1.0.0.0-1.1.65535.65535" newVersion="1.2.0.0" />
<bindingRedirect oldVersion="0.0.0.0-1.3.0.0" newVersion="1.3.0.0" />
</dependentAssembly>
</assemblyBinding>
</runtime>
......@@ -33,4 +33,4 @@
Set to -1 to never shut down the server. -->
<add key="keepalive" value="600"/>
</appSettings>
</configuration>
\ No newline at end of file
</configuration>
{
"dependencies": {
"System.Collections.Immutable": "1.1.37",
"System.Reflection.Metadata": "1.2.0",
"System.Collections.Immutable": "1.2.0-rc3-24005-00",
"System.Reflection.Metadata": "1.3.0-rc3-24005-00",
},
"frameworks": {
"net45": { }
......
{
"dependencies": {
"Microsoft.DiaSymReader": "1.0.7",
"Microsoft.DiaSymReader": "1.0.8-rc2-60325",
"Moq": "4.2.1402.2112",
"xunit": "2.1.0",
"xunit.runner.console": "2.1.0"
......
{
"dependencies": {
"System.Reflection.TypeExtensions": "4.0.0"
},
"frameworks": {
"netstandard1.3": {
......
{
"dependencies": {
"Microsoft.DiaSymReader": "1.0.7",
"Microsoft.DiaSymReader": "1.0.8-rc2-60325",
"xunit": "2.1.0",
"xunit.runner.console": "2.1.0"
},
......
{
"dependencies": {
"Microsoft.DotNet.xunit.performance": "1.0.0-alpha-build0023",
"System.IO.FileSystem": "4.0.0"
"System.IO.FileSystem": "4.0.1-rc3-24005-00"
},
"frameworks": {
"net46": {}
......
......@@ -20,11 +20,11 @@
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="System.Collections.Immutable" culture="neutral" publicKeyToken="b03f5f7f11d50a3a" />
<bindingRedirect oldVersion="1.1.0.0-1.1.65535.65535" newVersion="1.1.37.0" />
<bindingRedirect oldVersion="0.0.0.0-1.2.0.0" newVersion="1.2.0.0" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="System.Reflection.Metadata" culture="neutral" publicKeyToken="b03f5f7f11d50a3a" />
<bindingRedirect oldVersion="1.0.0.0-1.1.65535.65535" newVersion="1.2.0.0" />
<bindingRedirect oldVersion="0.0.0.0-1.3.0.0" newVersion="1.3.0.0" />
</dependentAssembly>
</assemblyBinding>
</runtime>
......
{
"dependencies": {
"Microsoft.NETCore.Portable.Compatibility": "1.0.0",
"System.Collections": "4.0.10",
"System.Diagnostics.Debug": "4.0.10",
"System.Runtime": "4.0.20",
"System.Runtime.Extensions": "4.0.10",
"System.Runtime.InteropServices": "4.0.20",
"System.IO.FileSystem": "4.0.0",
"System.Runtime.InteropServices": "4.0.20",
"System.Collections": "4.0.11-rc3-24005-00",
"System.Diagnostics.Debug": "4.0.11-rc3-24005-00",
"System.Runtime": "4.1.0-rc3-24005-00",
"System.Runtime.Extensions": "4.1.0-rc3-24005-00",
"System.Runtime.InteropServices": "4.1.0-rc3-24005-00",
"System.IO.FileSystem": "4.0.1-rc3-24005-00",
"xunit": "2.1.0"
},
"frameworks": {
......
......@@ -13,22 +13,22 @@
<dependency id="System.Collections.Immutable" version="1.1.37" />
</group>
<group targetFramework="netstandard1.1">
<dependency id="Microsoft.DiaSymReader" version="1.0.8-rc2-60409-05" />
<dependency id="System.Collections" version="4.0.11-rc2-24008" />
<dependency id="System.Collections.Immutable" version="1.2.0-rc2-24008" />
<dependency id="System.Diagnostics.Debug" version="4.0.11-rc2-24008" />
<dependency id="System.Globalization" version="4.0.0-rc2-24008" />
<dependency id="System.IO" version="4.1.0-rc2-24008" />
<dependency id="System.Linq" version="4.1.0-rc2-24008" />
<dependency id="System.Reflection" version="4.1.0-rc2-24008" />
<dependency id="System.Reflection.Metadata" version="1.3.0-rc2-24008" />
<dependency id="System.Reflection.Primitives" version="4.0.1-rc2-24008" />
<dependency id="System.Runtime" version="4.1.0-rc2-24008" />
<dependency id="System.Runtime.Extensions" version="4.1.0-rc2-24008" />
<dependency id="System.Runtime.InteropServices" version="4.1.0-rc2-24008" />
<dependency id="System.Text.Encoding" version="4.0.11-rc2-24008" />
<dependency id="System.Threading" version="4.0.11-rc2-24008" />
<dependency id="System.Xml.XDocument" version="4.0.11-rc2-24008" />
<dependency id="Microsoft.DiaSymReader" version="1.0.8-rc2-60406-06" />
<dependency id="System.Collections" version="4.0.11-rc3-24005-00" />
<dependency id="System.Collections.Immutable" version="1.2.0-rc3-24005-00" />
<dependency id="System.Diagnostics.Debug" version="4.0.11-rc3-24005-00" />
<dependency id="System.Globalization" version="4.0.0-rc3-24005-00" />
<dependency id="System.IO" version="4.1.0-rc3-24005-00" />
<dependency id="System.Linq" version="4.1.0-rc3-24005-00" />
<dependency id="System.Reflection" version="4.1.0-rc3-24005-00" />
<dependency id="System.Reflection.Metadata" version="1.3.0-rc3-24005-00" />
<dependency id="System.Reflection.Primitives" version="4.0.1-rc3-24005-00" />
<dependency id="System.Runtime" version="4.1.0-rc3-24005-00" />
<dependency id="System.Runtime.Extensions" version="4.1.0-rc3-24005-00" />
<dependency id="System.Runtime.InteropServices" version="4.1.0-rc3-24005-00" />
<dependency id="System.Text.Encoding" version="4.0.11-rc3-24005-00" />
<dependency id="System.Threading" version="4.0.11-rc3-24005-00" />
<dependency id="System.Xml.XDocument" version="4.0.11-rc3-24005-00" />
</group>
</dependencies>
<language>en-US</language>
......
{
"dependencies": {
"Microsoft.DiaSymReader": "1.0.7",
"System.Collections.Immutable": "1.1.37",
"System.Reflection.Metadata": "1.2.0"
"Microsoft.DiaSymReader": "1.0.8-rc2-60325",
"System.Collections.Immutable": "1.2.0-rc3-24005-00",
"System.Reflection.Metadata": "1.3.0-rc3-24005-00"
},
"frameworks": {
".NETPortable,Version=v4.5,Profile=Profile7": {}
......
......@@ -8,9 +8,9 @@
</description>
<dependencies>
<group targetFramework="netstandard1.1">
<dependency id="System.Runtime" version="4.1.0-rc2-23931" />
<dependency id="System.Runtime.InteropServices" version="4.1.0-rc2-23931" />
<dependency id="System.Diagnostics.Debug" version="4.0.11-rc2-23931" />
<dependency id="System.Runtime" version="4.1.0-rc3-24005-00" />
<dependency id="System.Runtime.InteropServices" version="4.1.0-rc3-24005-00" />
<dependency id="System.Diagnostics.Debug" version="4.0.11-rc3-24005-00" />
</group>
</dependencies>
<language>en-US</language>
......
......@@ -17,7 +17,7 @@
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
<dependentAssembly>
<assemblyIdentity name="System.Collections.Immutable" publicKeyToken="b03f5f7f11d50a3a" culture="neutral"/>
<bindingRedirect oldVersion="1.0.0.0-1.65535.65535.65535" newVersion="1.1.37.0"/>
<bindingRedirect oldVersion="0.0.0.0-1.2.0.0" newVersion="1.2.0.0"/>
</dependentAssembly>
</assemblyBinding>
</runtime>
......
{
"dependencies": {
"System.Collections.Immutable": "1.1.37"
},
"frameworks": {
"net46": {}
......
......@@ -17,7 +17,7 @@
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
<dependentAssembly>
<assemblyIdentity name="System.Collections.Immutable" publicKeyToken="b03f5f7f11d50a3a" culture="neutral"/>
<bindingRedirect oldVersion="1.0.0.0-1.65535.65535.65535" newVersion="1.1.37.0"/>
<bindingRedirect oldVersion="0.0.0.0-1.2.0.0" newVersion="1.2.0.0"/>
</dependentAssembly>
</assemblyBinding>
</runtime>
......
......@@ -17,7 +17,7 @@
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
<dependentAssembly>
<assemblyIdentity name="System.Collections.Immutable" publicKeyToken="b03f5f7f11d50a3a" culture="neutral"/>
<bindingRedirect oldVersion="1.0.0.0-1.65535.65535.65535" newVersion="1.1.37.0"/>
<bindingRedirect oldVersion="0.0.0.0-1.2.0.0" newVersion="1.2.0.0"/>
</dependentAssembly>
</assemblyBinding>
</runtime>
......
......@@ -17,7 +17,7 @@
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
<dependentAssembly>
<assemblyIdentity name="System.Collections.Immutable" publicKeyToken="b03f5f7f11d50a3a" culture="neutral"/>
<bindingRedirect oldVersion="1.0.0.0-1.65535.65535.65535" newVersion="1.1.37.0"/>
<bindingRedirect oldVersion="0.0.0.0-1.2.0.0" newVersion="1.2.0.0"/>
</dependentAssembly>
</assemblyBinding>
</runtime>
......
{
"dependencies": {
"Microsoft.DiaSymReader": "1.0.7",
"Microsoft.DiaSymReader": "1.0.8-rc2-60325",
"xunit": "2.1.0",
"xunit.runner.console": "2.1.0"
},
......
{
"dependencies": {
"System.Collections.Immutable": "1.1.37",
"System.Collections.Immutable": "1.2.0-rc3-24005-00",
"xunit": "2.1.0",
"xunit.runner.console": "2.1.0"
},
......
{
"dependencies": {
"Microsoft.DiaSymReader": "1.0.7"
"Microsoft.DiaSymReader": "1.0.8-rc2-60325"
},
"frameworks": {
".NETPortable,Version=v4.5,Profile=Profile7": {}
......
{
"dependencies": {
"Microsoft.DiaSymReader": "1.0.7",
"Microsoft.DiaSymReader": "1.0.8-rc2-60325",
"xunit": "2.1.0"
},
"frameworks": {
......
{
"dependencies": {
"System.Collections.Immutable": "1.1.37",
"System.Collections.Immutable": "1.2.0-rc3-24005-00",
"xunit": "2.1.0"
},
"frameworks": {
......
{
"dependencies": {
"Microsoft.DiaSymReader": "1.0.7",
"Microsoft.DiaSymReader": "1.0.8-rc2-60325",
"xunit": "2.1.0",
"xunit.runner.console": "2.1.0"
},
......
{
"dependencies": { },
"dependencies": {
"System.AppContext": "4.1.0-rc3-24005-00"
},
"frameworks": {
"dnxcore50": {
"imports": "portable-net452"
......
{
"dependencies": { },
"dependencies": {
"System.AppContext": "4.1.0-rc3-24005-00"
},
"frameworks": {
"dnxcore50": {
"imports": "portable-net452"
......
......@@ -21,44 +21,44 @@ Supported Platforms:
<group targetFramework="netstandard1.3">
<dependency id="Microsoft.CodeAnalysis.Analyzers" version="$codeAnalysisAnalyzersVersion$" />
<dependency id="System.AppContext" version="4.1.0-rc2-24008" />
<dependency id="System.Collections" version="4.0.11-rc2-24008" />
<dependency id="System.Collections.Concurrent" version="4.0.12-rc2-24008" />
<dependency id="System.Collections.Immutable" version="1.2.0-rc2-24008" />
<dependency id="System.Console" version="4.0.0-rc2-24008" />
<dependency id="System.Diagnostics.Debug" version="4.0.11-rc2-24008" />
<dependency id="System.Diagnostics.FileVersionInfo" version="4.0.0-rc2-24008" exclude="Compile" />
<dependency id="System.Diagnostics.StackTrace" version="4.0.1-rc2-24008" exclude="Compile" />
<dependency id="System.Diagnostics.Tools" version="4.0.1-rc2-24008" />
<dependency id="System.Dynamic.Runtime" version="4.0.11-rc2-24008" />
<dependency id="System.Globalization" version="4.0.11-rc2-24008" />
<dependency id="System.IO.FileSystem" version="4.0.1-rc2-24008" />
<dependency id="System.IO.FileSystem.Primitives" version="4.0.1-rc2-24008" />
<dependency id="System.Linq" version="4.1.0-rc2-24008" />
<dependency id="System.Linq.Expressions" version="4.0.11-rc2-24008" />
<dependency id="System.Reflection" version="4.1.0-rc2-24008" />
<dependency id="System.Reflection.Metadata" version="1.3.0-rc2-24008" />
<dependency id="System.Reflection.Primitives" version="4.0.1-rc2-24008" />
<dependency id="System.Resources.ResourceManager" version="4.0.1-rc2-24008" />
<dependency id="System.Runtime" version="4.1.0-rc2-24008" />
<dependency id="System.Runtime.Extensions" version="4.1.0-rc2-24008" />
<dependency id="System.Runtime.Handles" version="4.0.1-rc2-24008" />
<dependency id="System.Runtime.InteropServices" version="4.1.0-rc2-24008" />
<dependency id="System.Runtime.Numerics" version="4.0.1-rc2-24008" />
<dependency id="System.Security.Cryptography.Algorithms" version="4.1.0-rc2-24008" />
<dependency id="System.Security.Cryptography.Encoding" version="4.0.0-rc2-24008" />
<dependency id="System.Security.Cryptography.X509Certificates" version="4.1.0-rc2-24008" />
<dependency id="System.Text.Encoding" version="4.0.11-rc2-24008" />
<dependency id="System.Text.Encoding.CodePages" version="4.0.1-rc2-24008" exclude="Compile" />
<dependency id="System.Text.Encoding.Extensions" version="4.0.11-rc2-24008" />
<dependency id="System.Threading" version="4.0.11-rc2-24008" exclude="Compile" />
<dependency id="System.Threading.Tasks" version="4.0.11-rc2-24008" />
<dependency id="System.Threading.Tasks.Parallel" version="4.0.1-rc2-24008" />
<dependency id="System.Threading.Thread" version="4.0.0-rc2-24008" exclude="Compile" />
<dependency id="System.Xml.ReaderWriter" version="4.0.11-rc2-24008" />
<dependency id="System.Xml.XDocument" version="4.0.11-rc2-24008" />
<dependency id="System.Xml.XmlDocument" version="4.0.1-rc2-24008" exclude="Compile" />
<dependency id="System.Xml.XPath.XDocument" version="4.0.1-rc2-24008" exclude="Compile" />
<dependency id="System.AppContext" version="4.1.0-rc3-24005-00" />
<dependency id="System.Collections" version="4.0.11-rc3-24005-00" />
<dependency id="System.Collections.Concurrent" version="4.0.12-rc3-24005-00" />
<dependency id="System.Collections.Immutable" version="1.2.0-rc3-24005-00" />
<dependency id="System.Console" version="4.0.0-rc3-24005-00" />
<dependency id="System.Diagnostics.Debug" version="4.0.11-rc3-24005-00" />
<dependency id="System.Diagnostics.FileVersionInfo" version="4.0.0-rc3-24005-00" exclude="Compile" />
<dependency id="System.Diagnostics.StackTrace" version="4.0.1-rc3-24005-00" exclude="Compile" />
<dependency id="System.Diagnostics.Tools" version="4.0.1-rc3-24005-00" />
<dependency id="System.Dynamic.Runtime" version="4.0.11-rc3-24005-00" />
<dependency id="System.Globalization" version="4.0.11-rc3-24005-00" />
<dependency id="System.IO.FileSystem" version="4.0.1-rc3-24005-00" />
<dependency id="System.IO.FileSystem.Primitives" version="4.0.1-rc3-24005-00" />
<dependency id="System.Linq" version="4.1.0-rc3-24005-00" />
<dependency id="System.Linq.Expressions" version="4.0.11-rc3-24005-00" />
<dependency id="System.Reflection" version="4.1.0-rc3-24005-00" />
<dependency id="System.Reflection.Metadata" version="1.3.0-rc3-24005-00" />
<dependency id="System.Reflection.Primitives" version="4.0.1-rc3-24005-00" />
<dependency id="System.Resources.ResourceManager" version="4.0.1-rc3-24005-00" />
<dependency id="System.Runtime" version="4.1.0-rc3-24005-00" />
<dependency id="System.Runtime.Extensions" version="4.1.0-rc3-24005-00" />
<dependency id="System.Runtime.Handles" version="4.0.1-rc3-24005-00" />
<dependency id="System.Runtime.InteropServices" version="4.1.0-rc3-24005-00" />
<dependency id="System.Runtime.Numerics" version="4.0.1-rc3-24005-00" />
<dependency id="System.Security.Cryptography.Algorithms" version="4.1.0-rc3-24005-00" />
<dependency id="System.Security.Cryptography.Encoding" version="4.0.0-rc3-24005-00" />
<dependency id="System.Security.Cryptography.X509Certificates" version="4.1.0-rc3-24005-00" />
<dependency id="System.Text.Encoding" version="4.0.11-rc3-24005-00" />
<dependency id="System.Text.Encoding.CodePages" version="4.0.1-rc3-24005-00" exclude="Compile" />
<dependency id="System.Text.Encoding.Extensions" version="4.0.11-rc3-24005-00" />
<dependency id="System.Threading" version="4.0.11-rc3-24005-00" exclude="Compile" />
<dependency id="System.Threading.Tasks" version="4.0.11-rc3-24005-00" />
<dependency id="System.Threading.Tasks.Parallel" version="4.0.1-rc3-24005-00" />
<dependency id="System.Threading.Thread" version="4.0.0-rc3-24005-00" exclude="Compile" />
<dependency id="System.Xml.ReaderWriter" version="4.0.11-rc3-24005-00" />
<dependency id="System.Xml.XDocument" version="4.0.11-rc3-24005-00" />
<dependency id="System.Xml.XmlDocument" version="4.0.1-rc3-24005-00" exclude="Compile" />
<dependency id="System.Xml.XPath.XDocument" version="4.0.1-rc3-24005-00" exclude="Compile" />
</group>
</dependencies>
......
......@@ -19,30 +19,30 @@
<group targetFramework="dnxcore50">
<dependency id="Microsoft.CodeAnalysis.Compilers" version="$version$" />
<dependency id="Microsoft.CodeAnalysis.Scripting" version="$version$" />
<dependency id="System.AppContext" version="4.0.1-rc2-24008" />
<dependency id="System.Collections" version="4.0.11-rc2-24008" />
<dependency id="System.Collections.Immutable" version="1.1.37" />
<dependency id="System.Diagnostics.Debug" version="4.0.11-rc2-24008" />
<dependency id="System.Diagnostics.StackTrace" version="4.0.1-rc2-24008" />
<dependency id="System.Diagnostics.Tools" version="4.0.1-rc2-24008" />
<dependency id="System.Globalization" version="4.0.11-rc2-24008" />
<dependency id="System.IO" version="4.0.11-rc2-24008" />
<dependency id="System.IO.FileSystem" version="4.0.1-rc2-24008" />
<dependency id="System.IO.FileSystem.Primitives" version="4.0.1-rc2-24008" />
<dependency id="System.Linq" version="4.0.1-rc2-24008" />
<dependency id="System.Linq.Expressions" version="4.0.11-rc2-24008" />
<dependency id="System.Reflection" version="4.1.0-rc2-24008" />
<dependency id="System.Reflection.Metadata" version="1.1.0-rc2-24008" />
<dependency id="System.Reflection.Primitives" version="4.0.1-rc2-24008" />
<dependency id="System.Resources.ResourceManager" version="4.0.1-rc2-24008" />
<dependency id="System.Runtime" version="4.0.21-rc2-24008" />
<dependency id="System.Runtime.Extensions" version="4.0.11-rc2-24008" />
<dependency id="System.Runtime.Handles" version="4.0.1-rc2-24008" />
<dependency id="System.Runtime.InteropServices" version="4.0.21-rc2-24008" />
<dependency id="System.Text.Encoding" version="4.0.11-rc2-24008" />
<dependency id="System.Text.Encoding.Extensions" version="4.0.11-rc2-24008" />
<dependency id="System.Threading" version="4.0.11-rc2-24008" />
<dependency id="System.Threading.Tasks" version="4.0.11-rc2-24008" />
<dependency id="System.AppContext" version="4.0.1-rc3-24005-00" />
<dependency id="System.Collections" version="4.0.11-rc3-24005-00" />
<dependency id="System.Collections.Immutable" version="1.2.0-rc3-24005-00" />
<dependency id="System.Diagnostics.Debug" version="4.0.11-rc3-24005-00" />
<dependency id="System.Diagnostics.StackTrace" version="4.0.1-rc3-24005-00" />
<dependency id="System.Diagnostics.Tools" version="4.0.1-rc3-24005-00" />
<dependency id="System.Globalization" version="4.0.11-rc3-24005-00" />
<dependency id="System.IO" version="4.0.11-rc3-24005-00" />
<dependency id="System.IO.FileSystem" version="4.0.1-rc3-24005-00" />
<dependency id="System.IO.FileSystem.Primitives" version="4.0.1-rc3-24005-00" />
<dependency id="System.Linq" version="4.0.1-rc3-24005-00" />
<dependency id="System.Linq.Expressions" version="4.0.11-rc3-24005-00" />
<dependency id="System.Reflection" version="4.1.0-rc3-24005-00" />
<dependency id="System.Reflection.Metadata" version="1.3.0-rc3-24005-00" />
<dependency id="System.Reflection.Primitives" version="4.0.1-rc3-24005-00" />
<dependency id="System.Resources.ResourceManager" version="4.0.1-rc3-24005-00" />
<dependency id="System.Runtime" version="4.0.21-rc3-24005-00" />
<dependency id="System.Runtime.Extensions" version="4.0.11-rc3-24005-00" />
<dependency id="System.Runtime.Handles" version="4.0.1-rc3-24005-00" />
<dependency id="System.Runtime.InteropServices" version="4.0.21-rc3-24005-00" />
<dependency id="System.Text.Encoding" version="4.0.11-rc3-24005-00" />
<dependency id="System.Text.Encoding.Extensions" version="4.0.11-rc3-24005-00" />
<dependency id="System.Threading" version="4.0.11-rc3-24005-00" />
<dependency id="System.Threading.Tasks" version="4.0.11-rc3-24005-00" />
</group>
</dependencies>
</metadata>
......
......@@ -18,44 +18,44 @@
<dependencies>
<group targetFramework="dnxcore50">
<dependency id="Microsoft.CodeAnalysis.Compilers" version="[$version$]" />
<dependency id="System.AppContext" version="4.1.0-rc2-24008" />
<dependency id="System.Collections" version="4.0.11-rc2-24008" />
<dependency id="System.Collections.Concurrent" version="4.0.12-rc2-24008" />
<dependency id="System.Collections.Immutable" version="1.2.0-rc2-24008" />
<dependency id="System.Console" version="4.0.0-rc2-24008" />
<dependency id="System.Diagnostics.Debug" version="4.0.11-rc2-24008" />
<dependency id="System.Diagnostics.FileVersionInfo" version="4.0.0-rc2-24008" />
<dependency id="System.Diagnostics.StackTrace" version="4.0.1-rc2-24008" />
<dependency id="System.Diagnostics.Tools" version="4.0.1-rc2-24008" />
<dependency id="System.Dynamic.Runtime" version="4.0.11-rc2-24008" />
<dependency id="System.Globalization" version="4.0.11-rc2-24008" />
<dependency id="System.IO.FileSystem" version="4.0.1-rc2-24008" />
<dependency id="System.IO.FileSystem.Primitives" version="4.0.1-rc2-24008" />
<dependency id="System.Linq" version="4.1.0-rc2-24008" />
<dependency id="System.Linq.Expressions" version="4.0.11-rc2-24008" />
<dependency id="System.Reflection" version="4.1.0-rc2-24008" />
<dependency id="System.Reflection.Primitives" version="4.0.1-rc2-24008" />
<dependency id="System.Resources.ResourceManager" version="4.0.1-rc2-24008" />
<dependency id="System.Runtime" version="4.1.0-rc2-24008" />
<dependency id="System.Runtime.Extensions" version="4.1.0-rc2-24008" />
<dependency id="System.Runtime.Handles" version="4.0.1-rc2-24008" />
<dependency id="System.Runtime.InteropServices" version="4.1.0-rc2-24008" />
<dependency id="System.Runtime.Loader" version="4.0.0-rc2-24008" />
<dependency id="System.Runtime.Numerics" version="4.0.1-rc2-24008" />
<dependency id="System.Security.Cryptography.Algorithms" version="4.1.0-rc2-24008" />
<dependency id="System.Security.Cryptography.Encoding" version="4.0.0-rc2-24008" />
<dependency id="System.Security.Cryptography.X509Certificates" version="4.1.0-rc2-24008" />
<dependency id="System.Text.Encoding" version="4.0.11-rc2-24008" />
<dependency id="System.Text.Encoding.CodePages" version="4.0.1-rc2-24008" />
<dependency id="System.Text.Encoding.Extensions" version="4.0.11-rc2-24008" />
<dependency id="System.Threading" version="4.0.11-rc2-24008" />
<dependency id="System.Threading.Tasks" version="4.0.11-rc2-24008" />
<dependency id="System.Threading.Tasks.Parallel" version="4.0.1-rc2-24008" />
<dependency id="System.Threading.Thread" version="4.0.0-rc2-24008" />
<dependency id="System.Xml.ReaderWriter" version="4.0.11-rc2-24008" />
<dependency id="System.Xml.XDocument" version="4.0.11-rc2-24008" />
<dependency id="System.Xml.XmlDocument" version="4.0.1-rc2-24008" />
<dependency id="System.Xml.XPath.XDocument" version="4.0.1-rc2-24008" />
<dependency id="System.AppContext" version="4.1.0-rc3-24005-00" />
<dependency id="System.Collections" version="4.0.11-rc3-24005-00" />
<dependency id="System.Collections.Concurrent" version="4.0.12-rc3-24005-00" />
<dependency id="System.Collections.Immutable" version="1.2.0-rc3-24005-00" />
<dependency id="System.Console" version="4.0.0-rc3-24005-00" />
<dependency id="System.Diagnostics.Debug" version="4.0.11-rc3-24005-00" />
<dependency id="System.Diagnostics.FileVersionInfo" version="4.0.0-rc3-24005-00" />
<dependency id="System.Diagnostics.StackTrace" version="4.0.1-rc3-24005-00" />
<dependency id="System.Diagnostics.Tools" version="4.0.1-rc3-24005-00" />
<dependency id="System.Dynamic.Runtime" version="4.0.11-rc3-24005-00" />
<dependency id="System.Globalization" version="4.0.11-rc3-24005-00" />
<dependency id="System.IO.FileSystem" version="4.0.1-rc3-24005-00" />
<dependency id="System.IO.FileSystem.Primitives" version="4.0.1-rc3-24005-00" />
<dependency id="System.Linq" version="4.1.0-rc3-24005-00" />
<dependency id="System.Linq.Expressions" version="4.0.11-rc3-24005-00" />
<dependency id="System.Reflection" version="4.1.0-rc3-24005-00" />
<dependency id="System.Reflection.Primitives" version="4.0.1-rc3-24005-00" />
<dependency id="System.Resources.ResourceManager" version="4.0.1-rc3-24005-00" />
<dependency id="System.Runtime" version="4.1.0-rc3-24005-00" />
<dependency id="System.Runtime.Extensions" version="4.1.0-rc3-24005-00" />
<dependency id="System.Runtime.Handles" version="4.0.1-rc3-24005-00" />
<dependency id="System.Runtime.InteropServices" version="4.1.0-rc3-24005-00" />
<dependency id="System.Runtime.Loader" version="4.0.0-rc3-24005-00" />
<dependency id="System.Runtime.Numerics" version="4.0.1-rc3-24005-00" />
<dependency id="System.Security.Cryptography.Algorithms" version="4.1.0-rc3-24005-00" />
<dependency id="System.Security.Cryptography.Encoding" version="4.0.0-rc3-24005-00" />
<dependency id="System.Security.Cryptography.X509Certificates" version="4.1.0-rc3-24005-00" />
<dependency id="System.Text.Encoding" version="4.0.11-rc3-24005-00" />
<dependency id="System.Text.Encoding.CodePages" version="4.0.1-rc3-24005-00" />
<dependency id="System.Text.Encoding.Extensions" version="4.0.11-rc3-24005-00" />
<dependency id="System.Threading" version="4.0.11-rc3-24005-00" />
<dependency id="System.Threading.Tasks" version="4.0.11-rc3-24005-00" />
<dependency id="System.Threading.Tasks.Parallel" version="4.0.1-rc3-24005-00" />
<dependency id="System.Threading.Thread" version="4.0.0-rc3-24005-00" />
<dependency id="System.Xml.ReaderWriter" version="4.0.11-rc3-24005-00" />
<dependency id="System.Xml.XDocument" version="4.0.11-rc3-24005-00" />
<dependency id="System.Xml.XmlDocument" version="4.0.1-rc3-24005-00" />
<dependency id="System.Xml.XPath.XDocument" version="4.0.1-rc3-24005-00" />
</group>
</dependencies>
</metadata>
......
{
"dependencies": {
"System.Collections.Immutable": "1.1.37",
"System.Reflection.Metadata": "1.2.0",
"System.Collections.Immutable": "1.2.0-rc3-24005-00",
"System.Reflection.Metadata": "1.3.0-rc3-24005-00",
"xunit": "2.1.0"
},
"frameworks": {
......
{
"dependencies": {
"Microsoft.Composition": "1.0.27",
"System.Collections.Immutable": "1.1.37",
"System.Reflection.Metadata": "1.2.0"
"System.Collections.Immutable": "1.2.0-rc3-24005-00",
"System.Reflection.Metadata": "1.3.0-rc3-24005-00"
},
"frameworks": {
"net452": {}
......
{
"dependencies": {
"Microsoft.Composition": "1.0.27",
"System.Collections.Immutable": "1.1.37",
"System.Reflection.Metadata": "1.2.0"
"System.Collections.Immutable": "1.2.0-rc3-24005-00",
"System.Reflection.Metadata": "1.3.0-rc3-24005-00"
},
"frameworks": {
".NETPortable,Version=v4.5,Profile=Profile7": {}
......
{
"dependencies": {
"System.Collections.Immutable": "1.1.37",
"System.Reflection.Metadata": "1.2.0",
"System.Collections.Immutable": "1.2.0-rc3-24005-00",
"System.Reflection.Metadata": "1.3.0-rc3-24005-00",
"Microsoft.Composition": "1.0.27"
},
"frameworks": {
......
{
"dependencies": {
"Microsoft.Composition": "1.0.27",
"System.Reflection.Metadata": "1.2.0",
"System.Collections.Immutable": "1.1.37"
"System.Reflection.Metadata": "1.3.0-rc3-24005-00",
"System.Collections.Immutable": "1.2.0-rc3-24005-00"
},
"frameworks": {
"net452": {}
......
{
"dependencies": {
"Microsoft.Composition": "1.0.27",
"System.Reflection.Metadata": "1.2.0",
"System.Collections.Immutable": "1.1.37"
"System.Reflection.Metadata": "1.3.0-rc3-24005-00",
"System.Collections.Immutable": "1.2.0-rc3-24005-00"
},
"frameworks": {
"net46": {}
......
{
"dependencies": {
"Microsoft.Composition": "1.0.27",
"System.Collections.Immutable": "1.1.37",
"System.Reflection.Metadata": "1.2.0",
"System.Collections.Immutable": "1.2.0-rc3-24005-00",
"System.Reflection.Metadata": "1.3.0-rc3-24005-00",
"xunit": "2.1.0",
"xunit.runner.console": "2.1.0"
},
......
{
"dependencies": {
"Microsoft.Composition": "1.0.27",
"System.Reflection.Metadata": "1.2.0",
"System.Collections.Immutable": "1.1.37"
"System.Reflection.Metadata": "1.3.0-rc3-24005-00",
"System.Collections.Immutable": "1.2.0-rc3-24005-00"
},
"frameworks": {
"net46": {}
......
{
"dependencies": {
"Microsoft.Composition": "1.0.27",
"System.Reflection.Metadata": "1.2.0",
"System.Collections.Immutable": "1.1.37"
"System.Reflection.Metadata": "1.3.0-rc3-24005-00",
"System.Collections.Immutable": "1.2.0-rc3-24005-00"
},
"frameworks": {
"net452": {}
......
{
"dependencies": {
"Microsoft.Composition": "1.0.27",
"System.Reflection.Metadata": "1.2.0",
"System.Collections.Immutable": "1.1.37"
"System.Reflection.Metadata": "1.3.0-rc3-24005-00",
"System.Collections.Immutable": "1.2.0-rc3-24005-00"
},
"frameworks": {
"net452": {}
......
{
"dependencies": {
"System.Collections.Immutable": "1.1.37",
"System.Reflection.Metadata": "1.2.0",
"System.Collections.Immutable": "1.2.0-rc3-24005-00",
"System.Reflection.Metadata": "1.3.0-rc3-24005-00",
"xunit": "2.1.0",
"xunit.runner.console": "2.1.0"
},
......
{
"dependencies": {
"Microsoft.Composition": "1.0.27",
"System.Reflection.Metadata": "1.2.0",
"System.Collections.Immutable": "1.1.37"
"System.Reflection.Metadata": "1.3.0-rc3-24005-00",
"System.Collections.Immutable": "1.2.0-rc3-24005-00"
},
"frameworks": {
"net452": {}
......
{
"dependencies": {
"Microsoft.Composition": "1.0.27",
"System.Reflection.Metadata": "1.2.0",
"System.Collections.Immutable": "1.1.37"
"System.Reflection.Metadata": "1.3.0-rc3-24005-00",
"System.Collections.Immutable": "1.2.0-rc3-24005-00"
},
"frameworks": {
"net46": {}
......
{
"dependencies": {
"System.Collections.Immutable": "1.1.37",
"System.Reflection.Metadata": "1.2.0"
"System.Collections.Immutable": "1.2.0-rc3-24005-00",
"System.Reflection.Metadata": "1.3.0-rc3-24005-00"
},
"frameworks": {
"net452": {}
......
{
"dependencies": {
"Moq": "4.2.1402.2112",
"System.Collections.Immutable": "1.1.37",
"System.Collections.Immutable": "1.2.0-rc3-24005-00",
"xunit": "2.1.0"
},
"frameworks": {
......
{
"dependencies": {
"System.Collections.Immutable": "1.1.37",
"System.Reflection.Metadata": "1.2.0",
"System.Collections.Immutable": "1.2.0-rc3-24005-00",
"System.Reflection.Metadata": "1.3.0-rc3-24005-00",
"xunit": "2.1.0",
"xunit.runner.console": "2.1.0"
},
......
{
"dependencies": {
"Microsoft.Composition": "1.0.27",
"System.Collections.Immutable": "1.1.37",
"System.Reflection.Metadata": "1.2.0"
"System.Collections.Immutable": "1.2.0-rc3-24005-00",
"System.Reflection.Metadata": "1.3.0-rc3-24005-00"
},
"frameworks": {
"net452": {}
......
{
"dependencies": {
"Microsoft.Composition": "1.0.27",
"System.Collections.Immutable": "1.1.37",
"System.Reflection.Metadata": "1.2.0"
"System.Collections.Immutable": "1.2.0-rc3-24005-00",
"System.Reflection.Metadata": "1.3.0-rc3-24005-00"
},
"frameworks": {
......
{
"dependencies": {
"System.Collections.Immutable": "1.1.37",
"System.Reflection.Metadata": "1.2.0"
"System.Collections.Immutable": "1.2.0-rc3-24005-00",
"System.Reflection.Metadata": "1.3.0-rc3-24005-00"
},
"frameworks": {
"net452": {}
......
{
"dependencies": {
"Microsoft.Composition": "1.0.27",
"System.Collections.Immutable": "1.1.37",
"System.Reflection.Metadata": "1.2.0"
"System.Collections.Immutable": "1.2.0-rc3-24005-00",
"System.Reflection.Metadata": "1.3.0-rc3-24005-00"
},
"frameworks": {
"net452": {}
......
{
"dependencies": {
"System.Collections.Immutable": "1.1.37",
"System.Collections.Immutable": "1.2.0-rc3-24005-00",
"xunit": "2.1.0",
"xunit.runner.console": "2.1.0"
},
......
{
"dependencies": {
"System.Collections.Immutable": "1.1.37",
"System.Reflection.Metadata": "1.2.0"
"System.Collections.Immutable": "1.2.0-rc3-24005-00",
"System.Reflection.Metadata": "1.3.0-rc3-24005-00"
},
"frameworks": {
"net452": {}
......
{
"dependencies": {
"Microsoft.Composition": "1.0.27",
"System.Collections.Immutable": "1.1.37",
"System.Reflection.Metadata": "1.2.0"
"System.Collections.Immutable": "1.2.0-rc3-24005-00",
"System.Reflection.Metadata": "1.3.0-rc3-24005-00"
},
"frameworks": {
"net452": {}
......
{
"dependencies": {
"System.Collections.Immutable": "1.1.37",
"System.Reflection.Metadata": "1.2.0",
"System.Collections.Immutable": "1.2.0-rc3-24005-00",
"System.Reflection.Metadata": "1.3.0-rc3-24005-00",
"xunit": "2.1.0",
"xunit.runner.console": "2.1.0"
},
......
{
"dependencies": {
"Microsoft.Composition": "1.0.27",
"System.Collections.Immutable": "1.1.37",
"System.Reflection.Metadata": "1.2.0"
"System.Collections.Immutable": "1.2.0-rc3-24005-00",
"System.Reflection.Metadata": "1.3.0-rc3-24005-00"
},
"frameworks": {
"net452": {}
......
{
"dependencies": {
"Microsoft.Composition": "1.0.27",
"System.Collections.Immutable": "1.1.37",
"System.Reflection.Metadata": "1.2.0"
"System.Collections.Immutable": "1.2.0-rc3-24005-00",
"System.Reflection.Metadata": "1.3.0-rc3-24005-00"
},
"frameworks": {
"net46": {}
......
{
"dependencies": {
"System.Collections.Immutable": "1.1.37",
"System.Reflection.Metadata": "1.2.0",
"System.Collections.Immutable": "1.2.0-rc3-24005-00",
"System.Reflection.Metadata": "1.3.0-rc3-24005-00",
"xunit": "2.1.0",
"xunit.runner.console": "2.1.0"
},
......
{
"dependencies": {
"Microsoft.Composition": "1.0.27",
"System.Collections.Immutable": "1.1.37",
"System.Reflection.Metadata": "1.2.0"
"System.Collections.Immutable": "1.2.0-rc3-24005-00",
"System.Reflection.Metadata": "1.3.0-rc3-24005-00"
},
"frameworks": {
"net452": {}
......
{
"dependencies": {
"Microsoft.CSharp": "4.0.0",
"System.AppContext": "4.0.0",
"System.Dynamic.Runtime": "4.0.10"
},
"frameworks": {
......
{
"dependencies": {
"System.Diagnostics.Process": "4.1.0-rc2-23931"
"System.Diagnostics.Process": "4.1.0-rc3-24005-00"
},
"frameworks": {
"net46": {}
......
{
"dependencies": { },
"dependencies": {
"System.AppContext": "4.0.0"
},
"frameworks": {
"netstandard1.3": {
"imports": [ "portable-net452", "dotnet5.4" ]
......
......@@ -39,7 +39,7 @@
</PropertyGroup>
<ItemGroup>
<!-- Workaround for https://github.com/NuGet/Home/issues/1471 -->
<Reference Include="$(NuGetPackageRoot)\System.Runtime.Loader\4.0.0-rc2-23931\ref\netstandard1.5\System.Runtime.Loader.dll">
<Reference Include="$(NuGetPackageRoot)\System.Runtime.Loader\4.0.0-rc3-24005-00\ref\netstandard1.5\System.Runtime.Loader.dll">
<Private>False</Private>
</Reference>
</ItemGroup>
......
{
"dependencies": {
"Microsoft.NETCore.Portable.Compatibility": "1.0.0",
"System.AppContext": "4.0.0",
"System.Collections": "4.0.10",
"System.Collections.Immutable": "1.1.37",
"System.Diagnostics.Debug": "4.0.10",
"System.Diagnostics.StackTrace": "4.0.0",
"System.Diagnostics.Tools": "4.0.0",
"System.Globalization": "4.0.10",
"System.IO": "4.0.10",
"System.IO.FileSystem": "4.0.0",
"System.Linq": "4.0.0",
"System.Linq.Expressions": "4.0.10",
"System.Reflection": "4.0.10",
"System.Reflection.Extensions": "4.0.0",
"System.Resources.ResourceManager": "4.0.0",
"System.Runtime": "4.0.20",
"System.Runtime.Extensions": "4.0.10",
"System.Runtime.InteropServices": "4.0.20",
"System.Threading": "4.0.10",
"System.Threading.Tasks": "4.0.10"
"System.Collections": "4.0.11-rc3-24005-00",
"System.Collections.Immutable": "1.2.0-rc3-24005-00",
"System.Diagnostics.Debug": "4.0.11-rc3-24005-00",
"System.Diagnostics.StackTrace": "4.0.1-rc3-24005-00",
"System.Diagnostics.Tools": "4.0.1-rc3-24005-00",
"System.Globalization": "4.0.11-rc3-24005-00",
"System.IO": "4.1.0-rc3-24005-00",
"System.IO.FileSystem": "4.0.1-rc3-24005-00",
"System.Linq": "4.1.0-rc3-24005-00",
"System.Linq.Expressions": "4.0.11-rc3-24005-00",
"System.Reflection": "4.1.0-rc3-24005-00",
"System.Reflection.Extensions": "4.0.1-rc3-24005-00",
"System.Resources.ResourceManager": "4.0.1-rc3-24005-00",
"System.Runtime": "4.1.0-rc3-24005-00",
"System.Runtime.Extensions": "4.1.0-rc3-24005-00",
"System.Runtime.InteropServices": "4.1.0-rc3-24005-00",
"System.Threading": "4.0.11-rc3-24005-00",
"System.Threading.Tasks": "4.0.11-rc3-24005-00"
},
"frameworks": {
"netstandard1.3": {
......
{
"dependencies": {
"Microsoft.VisualBasic": "10.0.0",
"System.AppContext": "4.0.0"
"Microsoft.VisualBasic": "10.0.0"
},
"frameworks": {
"netstandard1.3": {
......
{
"dependencies": { },
"dependencies": {
"System.AppContext": "4.0.0"
},
"frameworks": {
"netstandard1.3": {
"imports": [ "portable-net452", "dotnet5.4" ]
......
{
"supports": {},
"dependencies": {
"Microsoft.DiaSymReader": "1.0.7",
"Microsoft.DiaSymReader": "1.0.8-rc2-60325",
"Microsoft.DiaSymReader.Native": "1.3.3",
"System.Collections.Immutable": "1.1.37",
"System.Reflection.Metadata": "1.2.0"
"System.Collections.Immutable": "1.2.0-rc3-24005-00",
"System.Reflection.Metadata": "1.3.0-rc3-24005-00"
},
"frameworks": {
".NETPortable,Version=v4.5,Profile=Profile7": {}
......
{
"dependencies": {
"Microsoft.CodeAnalysis.Test.Resources.Proprietary": "1.2.0-beta1-20160105-04",
"Microsoft.DiaSymReader": "1.0.7",
"Microsoft.DiaSymReader": "1.0.8-rc2-60325",
"Microsoft.DiaSymReader.Native": "1.3.3",
"System.Collections.Immutable": "1.1.37",
"System.Reflection.Metadata": "1.2.0",
"System.Collections.Immutable": "1.2.0-rc3-24005-00",
"System.Reflection.Metadata": "1.3.0-rc3-24005-00",
"xunit": "2.1.0"
},
"frameworks": {
......
{
"dependencies": {
"Microsoft.CodeAnalysis.Test.Resources.Proprietary": "1.2.0-beta1-20160105-04",
"Microsoft.DiaSymReader": "1.0.7",
"System.Collections.Immutable": "1.1.37",
"System.Reflection.Metadata": "1.2.0",
"Microsoft.DiaSymReader": "1.0.8-rc2-60325",
"System.Collections.Immutable": "1.2.0-rc3-24005-00",
"System.Reflection.Metadata": "1.3.0-rc3-24005-00",
"xunit": "2.1.0"
},
"frameworks": {
......
{
"dependencies": {
"Microsoft.CSharp": "4.0.0",
"Microsoft.NETCore.Platforms": "1.0.1-rc2-23931",
"Microsoft.NETCore.Portable.Compatibility": "1.0.0",
"System.Collections.Concurrent": "4.0.10",
"System.Collections.Immutable": "1.1.37",
"System.Console": "4.0.0-rc2-23931",
"System.Diagnostics.Debug": "4.0.10",
"System.Diagnostics.Tools": "4.0.0",
"System.IO.FileSystem": "4.0.0",
"System.Reflection.TypeExtensions": "4.0.0",
"System.Threading.Thread": "4.0.0-rc2-23931",
"System.Xml.XDocument": "4.0.10",
"System.Xml.XmlDocument": "4.0.0",
"Microsoft.NETCore.Platforms": "1.0.1-rc3-24005-00",
"Microsoft.CSharp": "4.0.0",
"System.Collections.Concurrent": "4.0.12-rc3-24005-00",
"System.Collections.Immutable": "1.2.0-rc3-24005-00",
"System.Console": "4.0.0-rc3-24005-00",
"System.Diagnostics.Debug": "4.0.11-rc3-24005-00",
"System.Diagnostics.Tools": "4.0.1-rc3-24005-00",
"System.IO.FileSystem": "4.0.1-rc3-24005-00",
"System.Reflection.TypeExtensions": "4.1.0-rc3-24005-00",
"System.Threading.Thread": "4.0.0-rc3-24005-00",
"System.Xml.XDocument": "4.0.11-rc3-24005-00",
"System.Xml.XmlDocument": "4.0.1-rc3-24005-00",
"xunit": "2.1.0",
"xunit.extensibility.execution": "2.1.0"
},
......
......@@ -10,7 +10,7 @@
"Microsoft.NETCore": "5.0.0",
"Microsoft.NETCore.Portable.Compatibility": "1.0.0",
"NuSpec.ReferenceGenerator": "1.4.2",
"System.Collections.Immutable": "1.1.37"
"System.Collections.Immutable": "1.2.0-rc3-24005-00"
},
"frameworks": {
"dotnet": {}
......
{
"dependencies": {
"Microsoft.NETCore.Portable.Compatibility": "1.0.1-rc2-23931",
"Microsoft.NETCore.Platforms": "1.0.1-rc2-23931",
"Microsoft.NETCore.Runtime.CoreCLR": "1.0.2-rc2-23931",
"Microsoft.NETCore.TestHost": "1.0.0-rc2-23931",
"System.AppContext": "4.1.0-rc2-23931",
"System.Collections": "4.0.11-rc2-23931",
"System.Collections.Concurrent": "4.0.12-rc2-23931",
"System.Collections.Immutable": "1.2.0-rc2-23931",
"System.Console": "4.0.0-rc2-23931",
"System.Diagnostics.Debug": "4.0.11-rc2-23931",
"System.Diagnostics.FileVersionInfo": "4.0.0-rc2-23931",
"System.Diagnostics.Process": "4.1.0-rc2-23931",
"System.Diagnostics.StackTrace": "4.0.1-rc2-23931",
"System.Diagnostics.Tools": "4.0.1-rc2-23931",
"System.Dynamic.Runtime": "4.0.11-rc2-23931",
"System.Globalization": "4.0.11-rc2-23931",
"System.IO.FileSystem": "4.0.1-rc2-23931",
"System.IO.FileSystem.Primitives": "4.0.1-rc2-23931",
"System.IO.FileSystem.Watcher": "4.0.0-rc2-23931",
"System.IO.Pipes": "4.0.0-rc2-23931",
"System.Linq": "4.1.0-rc2-23931",
"System.Linq.Expressions": "4.0.11-rc2-23931",
"System.Net.NameResolution": "4.0.0-rc2-23931",
"System.Net.Sockets": "4.1.0-rc2-23931",
"System.Reflection": "4.1.0-rc2-23931",
"System.Reflection.Primitives": "4.0.1-rc2-23931",
"System.Resources.ResourceManager": "4.0.1-rc2-23931",
"System.Runtime": "4.1.0-rc2-23931",
"System.Runtime.Extensions": "4.1.0-rc2-23931",
"System.Runtime.Handles": "4.0.1-rc2-23931",
"System.Runtime.InteropServices": "4.1.0-rc2-23931",
"System.Runtime.Loader": "4.0.0-rc2-23931",
"System.Runtime.Numerics": "4.0.1-rc2-23931",
"System.Security.Cryptography.Algorithms": "4.1.0-rc2-23931",
"System.Security.Cryptography.Encoding": "4.0.0-rc2-23931",
"System.Security.Cryptography.X509Certificates": "4.1.0-rc2-23931",
"System.Text.Encoding": "4.0.11-rc2-23931",
"System.Text.Encoding.CodePages": "4.0.1-rc2-23931",
"System.Text.Encoding.Extensions": "4.0.11-rc2-23931",
"System.Threading": "4.0.11-rc2-23931",
"System.Threading.Tasks": "4.0.11-rc2-23931",
"System.Threading.Tasks.Parallel": "4.0.1-rc2-23931",
"System.Threading.Thread": "4.0.0-rc2-23931",
"System.Xml.ReaderWriter": "4.0.11-rc2-23931",
"System.Xml.XDocument": "4.0.11-rc2-23931",
"System.Xml.XmlDocument": "4.0.1-rc2-23931",
"System.Xml.XPath.XDocument": "4.0.1-rc2-23931"
"Microsoft.NETCore.Portable.Compatibility": "1.0.1-rc3-24005-00",
"Microsoft.NETCore.Platforms": "1.0.1-rc3-24005-00",
"Microsoft.NETCore.Runtime.CoreCLR": "1.0.2-rc3-24005-00",
"Microsoft.NETCore.TestHost": "1.0.0-rc3-24005-00",
"System.AppContext": "4.1.0-rc3-24005-00",
"System.Collections": "4.0.11-rc3-24005-00",
"System.Collections.Concurrent": "4.0.12-rc3-24005-00",
"System.Collections.Immutable": "1.2.0-rc3-24005-00",
"System.Console": "4.0.0-rc3-24005-00",
"System.Diagnostics.Debug": "4.0.11-rc3-24005-00",
"System.Diagnostics.FileVersionInfo": "4.0.0-rc3-24005-00",
"System.Diagnostics.Process": "4.1.0-rc3-24005-00",
"System.Diagnostics.StackTrace": "4.0.1-rc3-24005-00",
"System.Diagnostics.Tools": "4.0.1-rc3-24005-00",
"System.Dynamic.Runtime": "4.0.11-rc3-24005-00",
"System.Globalization": "4.0.11-rc3-24005-00",
"System.IO.FileSystem": "4.0.1-rc3-24005-00",
"System.IO.FileSystem.Primitives": "4.0.1-rc3-24005-00",
"System.IO.FileSystem.Watcher": "4.0.0-rc3-24005-00",
"System.IO.Pipes": "4.0.0-rc3-24005-00",
"System.Linq": "4.1.0-rc3-24005-00",
"System.Linq.Expressions": "4.0.11-rc3-24005-00",
"System.Net.NameResolution": "4.0.0-rc3-24005-00",
"System.Net.Sockets": "4.1.0-rc3-24005-00",
"System.Reflection": "4.1.0-rc3-24005-00",
"System.Reflection.Primitives": "4.0.1-rc3-24005-00",
"System.Resources.ResourceManager": "4.0.1-rc3-24005-00",
"System.Runtime": "4.1.0-rc3-24005-00",
"System.Runtime.Extensions": "4.1.0-rc3-24005-00",
"System.Runtime.Handles": "4.0.1-rc3-24005-00",
"System.Runtime.InteropServices": "4.1.0-rc3-24005-00",
"System.Runtime.Loader": "4.0.0-rc3-24005-00",
"System.Runtime.Numerics": "4.0.1-rc3-24005-00",
"System.Security.Cryptography.Algorithms": "4.1.0-rc3-24005-00",
"System.Security.Cryptography.Encoding": "4.0.0-rc3-24005-00",
"System.Security.Cryptography.X509Certificates": "4.1.0-rc3-24005-00",
"System.Text.Encoding": "4.0.11-rc3-24005-00",
"System.Text.Encoding.CodePages": "4.0.1-rc3-24005-00",
"System.Text.Encoding.Extensions": "4.0.11-rc3-24005-00",
"System.Threading": "4.0.11-rc3-24005-00",
"System.Threading.Tasks": "4.0.11-rc3-24005-00",
"System.Threading.Tasks.Parallel": "4.0.1-rc3-24005-00",
"System.Threading.Thread": "4.0.0-rc3-24005-00",
"System.Xml.ReaderWriter": "4.0.11-rc3-24005-00",
"System.Xml.XDocument": "4.0.11-rc3-24005-00",
"System.Xml.XmlDocument": "4.0.1-rc3-24005-00",
"System.Xml.XPath.XDocument": "4.0.1-rc3-24005-00"
},
"frameworks": {
"dnxcore50": {
......
{
"dependencies": {
"CommandLineParser": "2.0.273-beta",
"System.Collections.Immutable": "1.1.37",
"System.Reflection.Metadata": "1.2.0-rc2-23826"
"System.Collections.Immutable": "1.2.0-rc3-24005-00",
"System.Reflection.Metadata": "1.3.0-rc3-24005-00"
},
"frameworks": {
"net45": {}
......
{
"dependencies": {
"Microsoft.NETCore.Portable.Compatibility": "1.0.1-rc2-23931",
"Microsoft.NETCore.Platforms": "1.0.1-rc2-23931",
"Microsoft.NETCore.Runtime.CoreCLR": "1.0.2-rc2-23931",
"Microsoft.NETCore.TestHost": "1.0.0-rc2-23931"
"Microsoft.NETCore.Portable.Compatibility": "1.0.1-rc3-24005-00",
"Microsoft.NETCore.Platforms": "1.0.1-rc3-24005-00",
"Microsoft.NETCore.Runtime.CoreCLR": "1.0.2-rc3-24005-00",
"Microsoft.NETCore.TestHost": "1.0.0-rc3-24005-00"
},
"frameworks": {
"dnxcore50": {
......
{
"dependencies": {
"Microsoft.NETCore.Portable.Compatibility": "1.0.0",
"NETStandard.Library": "1.5.0-rc2-23931",
"NETStandard.Library": "1.5.0-rc3-24005-00",
"System.Xml.XmlDocument": "4.0.0",
"System.Xml.XmlSerializer": "4.0.10"
},
......
{
"dependencies": {
"Microsoft.NETCore.Portable.Compatibility": "1.0.0",
"NETStandard.Library": "1.5.0-rc2-23931",
"NETStandard.Library": "1.5.0-rc3-24005-00"
},
"frameworks": {
"dnxcore50": {}
......
{
"dependencies": {
"Microsoft.NETCore.Portable.Compatibility": "1.0.0",
"NETStandard.Library": "1.5.0-rc2-23931",
"NETStandard.Library": "1.5.0-rc3-24005-00",
"System.Xml.XmlDocument": "4.0.0",
"System.Xml.XmlSerializer": "4.0.10"
},
......
{
"dependencies": {
"Microsoft.NETCore.Portable.Compatibility": "1.0.0",
"NETStandard.Library": "1.5.0-rc2-23931"
"NETStandard.Library": "1.5.0-rc3-24005-00"
},
"frameworks": {
"dnxcore50": { }
......
{
"dependencies": {
"Microsoft.NETCore.Portable.Compatibility": "1.0.0",
"NETStandard.Library": "1.5.0-rc2-23931",
"System.Console": "4.0.0-rc2-23931",
"System.Security.Cryptography.Algorithms": "4.1.0-rc2-23931"
"NETStandard.Library": "1.5.0-rc3-24005-00",
"System.Console": "4.0.0-rc3-24005-00",
"System.Security.Cryptography.Algorithms": "4.1.0-rc3-24005-00"
},
"frameworks": {
"dnxcore50": {}
......
{
"dependencies": {
"Microsoft.DiaSymReader": "1.0.7"
"Microsoft.DiaSymReader": "1.0.8-rc2-60325"
},
"frameworks": {
"net45": {}
......
......@@ -2,8 +2,8 @@
"dependencies": {
"Newtonsoft.Json": "8.0.2",
"RestSharp": "105.2.3",
"System.Collections.Immutable": "1.1.37",
"System.Reflection.Metadata": "1.2.0"
"System.Collections.Immutable": "1.2.0-rc3-24005-00",
"System.Reflection.Metadata": "1.3.0-rc3-24005-00"
},
"frameworks": {
"net45": { }
......
......@@ -17,7 +17,7 @@
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
<dependentAssembly>
<assemblyIdentity name="System.Collections.Immutable" publicKeyToken="b03f5f7f11d50a3a" culture="neutral"/>
<bindingRedirect oldVersion="1.0.0.0-1.65535.65535.65535" newVersion="1.1.37.0"/>
<bindingRedirect oldVersion="0.0.0.0-1.2.0.0" newVersion="1.2.0.0"/>
</dependentAssembly>
</assemblyBinding>
</runtime>
......
......@@ -2,13 +2,7 @@
"dependencies": {
"ManagedEsent": "1.9.2.0",
"Microsoft.Composition": "1.0.27",
"Microsoft.DiaSymReader": "1.0.7",
"System.Collections": "4.0.10",
"System.Diagnostics.Debug": "4.0.10",
"System.Globalization": "4.0.10",
"System.Runtime": "4.0.20",
"System.Runtime.Extensions": "4.0.10",
"System.Threading": "4.0.10",
"Microsoft.DiaSymReader": "1.0.8-rc2-60325",
"Microsoft.CodeAnalysis.Elfie": "0.10.6-rc2",
"Microsoft.VisualStudio.Shell.Immutable.14.0": "14.1.24720",
"NuGet.VisualStudio": { "version": "3.3.0", "suppressParent": "all" },
......@@ -16,4 +10,4 @@
"frameworks": {
"net46": {}
}
}
\ No newline at end of file
}
......@@ -17,7 +17,7 @@
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
<dependentAssembly>
<assemblyIdentity name="System.Collections.Immutable" publicKeyToken="b03f5f7f11d50a3a" culture="neutral"/>
<bindingRedirect oldVersion="1.0.0.0-1.65535.65535.65535" newVersion="1.1.37.0"/>
<bindingRedirect oldVersion="0.0.0.0-1.2.0.0" newVersion="1.2.0.0"/>
</dependentAssembly>
</assemblyBinding>
</runtime>
......
......@@ -25,7 +25,15 @@
[assembly: ProvideBindingRedirection(
AssemblyName = "System.Reflection.Metadata",
OldVersionLowerBound = "1.0.0.0",
OldVersionLowerBound = "0.0.0.0",
OldVersionUpperBound = "1.2.0.0",
NewVersion = "1.3.0.0",
PublicKeyToken = "b03f5f7f11d50a3a",
GenerateCodeBase = true)]
[assembly: ProvideBindingRedirection(
AssemblyName = "System.Collections.Immutable",
OldVersionLowerBound = "0.0.0.0",
OldVersionUpperBound = "1.2.0.0",
NewVersion = "1.2.0.0",
PublicKeyToken = "b03f5f7f11d50a3a",
......@@ -36,9 +44,9 @@
[assembly: ProvideBindingRedirection(
AssemblyName = "Microsoft.DiaSymReader",
OldVersionLowerBound = "1.0.0.0",
OldVersionLowerBound = "0.0.0.0",
OldVersionUpperBound = "1.0.7.0",
NewVersion = "1.0.7.0",
NewVersion = "1.0.8.0",
PublicKeyToken = "31bf3856ad364e35",
GenerateCodeBase = true)]
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册