Skip to content
This repository was archived by the owner on Jan 23, 2023. It is now read-only.
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
14 changes: 7 additions & 7 deletions dependencies.props
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<!-- Source of truth for dependency tooling: the commit hash of the dotnet/versions master branch as of the last auto-upgrade. -->
<PropertyGroup>
<CoreFxCurrentRef>ccb12b07354f701b6a76b19003ea28efd76ccc5b</CoreFxCurrentRef>
<CoreClrCurrentRef>8ef1d08ccf278b0f4adcec19693fd7977035cae3</CoreClrCurrentRef>
<ExternalCurrentRef>cdb8679634e573847e20c1eae0fa3918f5daf1e6</ExternalCurrentRef>
<ProjectNTfsCurrentRef>ccb12b07354f701b6a76b19003ea28efd76ccc5b</ProjectNTfsCurrentRef>
<CoreFxCurrentRef>0aa20d2628082fe4070aae66202d6a9a9b8eb700</CoreFxCurrentRef>
<CoreClrCurrentRef>0aa20d2628082fe4070aae66202d6a9a9b8eb700</CoreClrCurrentRef>
<ExternalCurrentRef>0aa20d2628082fe4070aae66202d6a9a9b8eb700</ExternalCurrentRef>
<ProjectNTfsCurrentRef>0aa20d2628082fe4070aae66202d6a9a9b8eb700</ProjectNTfsCurrentRef>
</PropertyGroup>

<!-- Auto-upgraded properties for each build info dependency. -->
<PropertyGroup>
<CoreFxExpectedPrerelease>beta-devapi-24512-01</CoreFxExpectedPrerelease>
<CoreClrExpectedPrerelease>beta-24512-03</CoreClrExpectedPrerelease>
<ExternalExpectedPrerelease>beta-24509-00</ExternalExpectedPrerelease>
<CoreFxExpectedPrerelease>beta-devapi-24515-01</CoreFxExpectedPrerelease>
<CoreClrExpectedPrerelease>beta-24515-02</CoreClrExpectedPrerelease>
<ExternalExpectedPrerelease>beta-24514-00</ExternalExpectedPrerelease>
</PropertyGroup>

<!-- Full package version strings that are used in other parts of the build. -->
Expand Down
2 changes: 1 addition & 1 deletion pkg/Microsoft.Private.PackageBaseline/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@
"System.Threading.ThreadPool": "4.0.10",
"System.Threading.Timer": "4.0.1",
"System.Xml.ReaderWriter": "4.0.11",
"System.Xml.XDocument": "4.3.0-beta-devapi-24512-01",
"System.Xml.XDocument": "4.3.0-beta-devapi-24515-01",
"System.Xml.XmlDocument": "4.0.1",
"System.Xml.XmlSerializer": "4.0.11",
"System.Xml.XPath": "4.0.1",
Expand Down
4 changes: 2 additions & 2 deletions src/Common/net46-test-runtime/project.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"dependencies": {
"System.IO.Compression": "4.3.0-beta-devapi-24512-01",
"System.Runtime.InteropServices.RuntimeInformation": "4.3.0-beta-devapi-24512-01",
"System.IO.Compression": "4.3.0-beta-devapi-24515-01",
"System.Runtime.InteropServices.RuntimeInformation": "4.3.0-beta-devapi-24515-01",
"coveralls.io": "1.4",
"OpenCover": "4.6.519",
"ReportGenerator": "2.4.3",
Expand Down
22 changes: 11 additions & 11 deletions src/Common/test-runtime/project.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"dependencies": {
"Microsoft.NETCore.Platforms": "4.3.0-beta-devapi-24512-01",
"Microsoft.NETCore.Targets": "4.3.0-beta-devapi-24512-01",
"Microsoft.NETCore.TestHost": "1.1.0-beta-24512-03",
"Microsoft.NETCore.Runtime.CoreCLR": "1.1.0-beta-24512-03",
"System.Diagnostics.Contracts": "4.3.0-beta-devapi-24512-01",
"System.IO.Compression": "4.3.0-beta-devapi-24512-01",
"System.Runtime.InteropServices.RuntimeInformation": "4.3.0-beta-devapi-24512-01",
"System.Linq.Parallel": "4.3.0-beta-devapi-24512-01",
"System.Xml.XDocument": "4.3.0-beta-devapi-24512-01",
"Microsoft.NETCore.Platforms": "4.3.0-beta-devapi-24515-01",
"Microsoft.NETCore.Targets": "4.3.0-beta-devapi-24515-01",
"Microsoft.NETCore.TestHost": "1.1.0-beta-24515-02",
"Microsoft.NETCore.Runtime.CoreCLR": "1.1.0-beta-24515-02",
"System.Diagnostics.Contracts": "4.3.0-beta-devapi-24515-01",
"System.IO.Compression": "4.3.0-beta-devapi-24515-01",
"System.Runtime.InteropServices.RuntimeInformation": "4.3.0-beta-devapi-24515-01",
"System.Linq.Parallel": "4.3.0-beta-devapi-24515-01",
"System.Xml.XDocument": "4.3.0-beta-devapi-24515-01",
"coveralls.io": "1.4",
"OpenCover": "4.6.519",
"ReportGenerator": "2.4.3",
Expand Down Expand Up @@ -75,7 +75,7 @@
"System.Threading.Tasks.Parallel": "4.0.1",
"System.Threading.Timer": "4.0.1",
"System.Xml.ReaderWriter": "4.0.11",
"System.Xml.XDocument": "4.3.0-beta-devapi-24512-01",
"System.Xml.XDocument": "4.3.0-beta-devapi-24515-01",
"Microsoft.NETCore.Portable.Compatibility": "1.0.2",
"Microsoft.Win32.Primitives": "4.0.1",
"System.ComponentModel.EventBasedAsync": "4.0.11",
Expand All @@ -100,7 +100,7 @@
"System.Text.Encoding.CodePages": "4.0.1",
"System.Xml.XmlSerializer": "4.0.11",
"Microsoft.NETCore.UniversalWindowsPlatform": "5.2.1-beta-000547-00",
"System.Console": "4.3.0-beta-devapi-24512-01",
"System.Console": "4.3.0-beta-devapi-24515-01",
"microsoft.xunit.runner.uwp": "1.0.3-prerelease-00808-02",
"Microsoft.DotNet.TestILC": {
"version": "1.4.24208-prerelease",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"dependencies": {
"System.Runtime": "4.3.0-beta-devapi-24512-01",
"Microsoft.NETCore.Platforms": "4.3.0-beta-devapi-24512-01",
"System.Runtime": "4.3.0-beta-devapi-24515-01",
"Microsoft.NETCore.Platforms": "4.3.0-beta-devapi-24515-01",
"System.Console": "4.0.0",
"System.Diagnostics.Process": "4.3.0-beta-devapi-24512-01",
"System.IO": "4.3.0-beta-devapi-24512-01",
"System.Reflection": "4.3.0-beta-devapi-24512-01",
"System.Threading.Tasks": "4.3.0-beta-devapi-24512-01",
"System.Diagnostics.Process": "4.3.0-beta-devapi-24515-01",
"System.IO": "4.3.0-beta-devapi-24515-01",
"System.Reflection": "4.3.0-beta-devapi-24515-01",
"System.Threading.Tasks": "4.3.0-beta-devapi-24515-01",
"test-runtime": {
"target": "project",
"exclude": "compile"
Expand Down
4 changes: 2 additions & 2 deletions src/Common/tests/System/Xml/BaseLibManaged/project.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"dependencies": {
"System.Runtime": "4.3.0-beta-devapi-24512-01",
"System.Runtime.Extensions": "4.3.0-beta-devapi-24512-01",
"System.Runtime": "4.3.0-beta-devapi-24515-01",
"System.Runtime.Extensions": "4.3.0-beta-devapi-24515-01",
"test-runtime": {
"target": "project",
"exclude": "compile"
Expand Down
12 changes: 6 additions & 6 deletions src/Common/tests/System/Xml/ModuleCore/project.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"dependencies": {
"Microsoft.NETCore.Platforms": "4.3.0-beta-devapi-24512-01",
"System.Collections": "4.3.0-beta-devapi-24512-01",
"Microsoft.NETCore.Platforms": "4.3.0-beta-devapi-24515-01",
"System.Collections": "4.3.0-beta-devapi-24515-01",
"System.Console": "4.0.0",
"System.Diagnostics.Debug": "4.3.0-beta-devapi-24512-01",
"System.IO": "4.3.0-beta-devapi-24512-01",
"System.Runtime": "4.3.0-beta-devapi-24512-01",
"System.Text.Encoding": "4.3.0-beta-devapi-24512-01",
"System.Diagnostics.Debug": "4.3.0-beta-devapi-24515-01",
"System.IO": "4.3.0-beta-devapi-24515-01",
"System.Runtime": "4.3.0-beta-devapi-24515-01",
"System.Text.Encoding": "4.3.0-beta-devapi-24515-01",
"test-runtime": {
"target": "project",
"exclude": "compile"
Expand Down
18 changes: 9 additions & 9 deletions src/Common/tests/System/Xml/XmlCoreTest/project.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"dependencies": {
"Microsoft.NETCore.Platforms": "4.3.0-beta-devapi-24512-01",
"System.Collections": "4.3.0-beta-devapi-24512-01",
"Microsoft.NETCore.Platforms": "4.3.0-beta-devapi-24515-01",
"System.Collections": "4.3.0-beta-devapi-24515-01",
"System.Console": "4.0.0",
"System.IO": "4.3.0-beta-devapi-24512-01",
"System.Runtime": "4.3.0-beta-devapi-24512-01",
"System.Runtime.Extensions": "4.3.0-beta-devapi-24512-01",
"System.Text.Encoding": "4.3.0-beta-devapi-24512-01",
"System.Threading": "4.3.0-beta-devapi-24512-01",
"System.Threading.Tasks": "4.3.0-beta-devapi-24512-01",
"System.Xml.ReaderWriter": "4.3.0-beta-devapi-24512-01",
"System.IO": "4.3.0-beta-devapi-24515-01",
"System.Runtime": "4.3.0-beta-devapi-24515-01",
"System.Runtime.Extensions": "4.3.0-beta-devapi-24515-01",
"System.Text.Encoding": "4.3.0-beta-devapi-24515-01",
"System.Threading": "4.3.0-beta-devapi-24515-01",
"System.Threading.Tasks": "4.3.0-beta-devapi-24515-01",
"System.Xml.ReaderWriter": "4.3.0-beta-devapi-24515-01",
"test-runtime": {
"target": "project",
"exclude": "compile"
Expand Down
12 changes: 6 additions & 6 deletions src/Common/tests/System/Xml/XmlDiff/project.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"dependencies": {
"Microsoft.NETCore.Platforms": "4.3.0-beta-devapi-24512-01",
"System.Collections": "4.3.0-beta-devapi-24512-01",
"Microsoft.NETCore.Platforms": "4.3.0-beta-devapi-24515-01",
"System.Collections": "4.3.0-beta-devapi-24515-01",
"System.Console": "4.0.0",
"System.Diagnostics.Debug": "4.3.0-beta-devapi-24512-01",
"System.IO": "4.3.0-beta-devapi-24512-01",
"System.Runtime": "4.3.0-beta-devapi-24512-01",
"System.Xml.ReaderWriter": "4.3.0-beta-devapi-24512-01",
"System.Diagnostics.Debug": "4.3.0-beta-devapi-24515-01",
"System.IO": "4.3.0-beta-devapi-24515-01",
"System.Runtime": "4.3.0-beta-devapi-24515-01",
"System.Xml.ReaderWriter": "4.3.0-beta-devapi-24515-01",
"test-runtime": {
"target": "project",
"exclude": "compile"
Expand Down
42 changes: 21 additions & 21 deletions src/Common/tests/project.json
Original file line number Diff line number Diff line change
@@ -1,26 +1,26 @@
{
"dependencies": {
"Microsoft.NETCore.Platforms": "4.3.0-beta-devapi-24512-01",
"System.Collections.Concurrent": "4.3.0-beta-devapi-24512-01",
"System.Diagnostics.Contracts": "4.3.0-beta-devapi-24512-01",
"System.Diagnostics.Debug": "4.3.0-beta-devapi-24512-01",
"System.Globalization": "4.3.0-beta-devapi-24512-01",
"System.IO": "4.3.0-beta-devapi-24512-01",
"System.IO.FileSystem": "4.3.0-beta-devapi-24512-01",
"System.IO.FileSystem.Primitives": "4.3.0-beta-devapi-24512-01",
"System.Linq": "4.3.0-beta-devapi-24512-01",
"System.Linq.Expressions": "4.3.0-beta-devapi-24512-01",
"System.ObjectModel": "4.3.0-beta-devapi-24512-01",
"System.Reflection": "4.3.0-beta-devapi-24512-01",
"System.Resources.ResourceManager": "4.3.0-beta-devapi-24512-01",
"System.Runtime": "4.3.0-beta-devapi-24512-01",
"System.Runtime.Extensions": "4.3.0-beta-devapi-24512-01",
"System.Runtime.Handles": "4.3.0-beta-devapi-24512-01",
"System.Runtime.InteropServices": "4.3.0-beta-devapi-24512-01",
"System.Text.RegularExpressions": "4.3.0-beta-devapi-24512-01",
"System.Threading.Thread": "4.3.0-beta-devapi-24512-01",
"System.Threading.Tasks": "4.3.0-beta-devapi-24512-01",
"System.Threading.Tasks.Parallel": "4.3.0-beta-devapi-24512-01",
"Microsoft.NETCore.Platforms": "4.3.0-beta-devapi-24515-01",
"System.Collections.Concurrent": "4.3.0-beta-devapi-24515-01",
"System.Diagnostics.Contracts": "4.3.0-beta-devapi-24515-01",
"System.Diagnostics.Debug": "4.3.0-beta-devapi-24515-01",
"System.Globalization": "4.3.0-beta-devapi-24515-01",
"System.IO": "4.3.0-beta-devapi-24515-01",
"System.IO.FileSystem": "4.3.0-beta-devapi-24515-01",
"System.IO.FileSystem.Primitives": "4.3.0-beta-devapi-24515-01",
"System.Linq": "4.3.0-beta-devapi-24515-01",
"System.Linq.Expressions": "4.3.0-beta-devapi-24515-01",
"System.ObjectModel": "4.3.0-beta-devapi-24515-01",
"System.Reflection": "4.3.0-beta-devapi-24515-01",
"System.Resources.ResourceManager": "4.3.0-beta-devapi-24515-01",
"System.Runtime": "4.3.0-beta-devapi-24515-01",
"System.Runtime.Extensions": "4.3.0-beta-devapi-24515-01",
"System.Runtime.Handles": "4.3.0-beta-devapi-24515-01",
"System.Runtime.InteropServices": "4.3.0-beta-devapi-24515-01",
"System.Text.RegularExpressions": "4.3.0-beta-devapi-24515-01",
"System.Threading.Thread": "4.3.0-beta-devapi-24515-01",
"System.Threading.Tasks": "4.3.0-beta-devapi-24515-01",
"System.Threading.Tasks.Parallel": "4.3.0-beta-devapi-24515-01",
"test-runtime": {
"target": "project",
"exclude": "compile"
Expand Down
40 changes: 20 additions & 20 deletions src/Microsoft.CSharp/tests/project.json
Original file line number Diff line number Diff line change
@@ -1,25 +1,25 @@
{
"dependencies": {
"Microsoft.NETCore.Platforms": "4.3.0-beta-devapi-24512-01",
"System.Collections": "4.3.0-beta-devapi-24512-01",
"System.Diagnostics.Debug": "4.3.0-beta-devapi-24512-01",
"System.Diagnostics.Tools": "4.3.0-beta-devapi-24512-01",
"System.Dynamic.Runtime": "4.3.0-beta-devapi-24512-01",
"System.Globalization": "4.3.0-beta-devapi-24512-01",
"System.Linq": "4.3.0-beta-devapi-24512-01",
"System.Linq.Expressions": "4.3.0-beta-devapi-24512-01",
"System.ObjectModel": "4.3.0-beta-devapi-24512-01",
"System.Reflection": "4.3.0-beta-devapi-24512-01",
"System.Reflection.Extensions": "4.3.0-beta-devapi-24512-01",
"System.Reflection.Primitives": "4.3.0-beta-devapi-24512-01",
"System.Reflection.TypeExtensions": "4.3.0-beta-devapi-24512-01",
"System.Resources.ResourceManager": "4.3.0-beta-devapi-24512-01",
"System.Runtime": "4.3.0-beta-devapi-24512-01",
"System.Runtime.Extensions": "4.3.0-beta-devapi-24512-01",
"System.Runtime.InteropServices": "4.3.0-beta-devapi-24512-01",
"System.Text.RegularExpressions": "4.3.0-beta-devapi-24512-01",
"System.Threading": "4.3.0-beta-devapi-24512-01",
"System.Threading.Tasks": "4.3.0-beta-devapi-24512-01",
"Microsoft.NETCore.Platforms": "4.3.0-beta-devapi-24515-01",
"System.Collections": "4.3.0-beta-devapi-24515-01",
"System.Diagnostics.Debug": "4.3.0-beta-devapi-24515-01",
"System.Diagnostics.Tools": "4.3.0-beta-devapi-24515-01",
"System.Dynamic.Runtime": "4.3.0-beta-devapi-24515-01",
"System.Globalization": "4.3.0-beta-devapi-24515-01",
"System.Linq": "4.3.0-beta-devapi-24515-01",
"System.Linq.Expressions": "4.3.0-beta-devapi-24515-01",
"System.ObjectModel": "4.3.0-beta-devapi-24515-01",
"System.Reflection": "4.3.0-beta-devapi-24515-01",
"System.Reflection.Extensions": "4.3.0-beta-devapi-24515-01",
"System.Reflection.Primitives": "4.3.0-beta-devapi-24515-01",
"System.Reflection.TypeExtensions": "4.3.0-beta-devapi-24515-01",
"System.Resources.ResourceManager": "4.3.0-beta-devapi-24515-01",
"System.Runtime": "4.3.0-beta-devapi-24515-01",
"System.Runtime.Extensions": "4.3.0-beta-devapi-24515-01",
"System.Runtime.InteropServices": "4.3.0-beta-devapi-24515-01",
"System.Text.RegularExpressions": "4.3.0-beta-devapi-24515-01",
"System.Threading": "4.3.0-beta-devapi-24515-01",
"System.Threading.Tasks": "4.3.0-beta-devapi-24515-01",
"test-runtime": {
"target": "project",
"exclude": "compile"
Expand Down
44 changes: 22 additions & 22 deletions src/Microsoft.VisualBasic/tests/project.json
Original file line number Diff line number Diff line change
@@ -1,27 +1,27 @@
{
"dependencies": {
"Microsoft.NETCore.Platforms": "4.3.0-beta-devapi-24512-01",
"System.Collections": "4.3.0-beta-devapi-24512-01",
"System.Diagnostics.Debug": "4.3.0-beta-devapi-24512-01",
"System.Dynamic.Runtime": "4.3.0-beta-devapi-24512-01",
"System.Globalization": "4.3.0-beta-devapi-24512-01",
"System.IO": "4.3.0-beta-devapi-24512-01",
"System.Linq": "4.3.0-beta-devapi-24512-01",
"System.Linq.Expressions": "4.3.0-beta-devapi-24512-01",
"System.ObjectModel": "4.3.0-beta-devapi-24512-01",
"System.Reflection": "4.3.0-beta-devapi-24512-01",
"System.Reflection.Extensions": "4.3.0-beta-devapi-24512-01",
"System.Reflection.Primitives": "4.3.0-beta-devapi-24512-01",
"System.Reflection.TypeExtensions": "4.3.0-beta-devapi-24512-01",
"System.Resources.ResourceManager": "4.3.0-beta-devapi-24512-01",
"System.Runtime": "4.3.0-beta-devapi-24512-01",
"System.Runtime.Extensions": "4.3.0-beta-devapi-24512-01",
"System.Runtime.Handles": "4.3.0-beta-devapi-24512-01",
"System.Runtime.InteropServices": "4.3.0-beta-devapi-24512-01",
"System.Text.Encoding": "4.3.0-beta-devapi-24512-01",
"System.Text.RegularExpressions": "4.3.0-beta-devapi-24512-01",
"System.Threading": "4.3.0-beta-devapi-24512-01",
"System.Threading.Tasks": "4.3.0-beta-devapi-24512-01",
"Microsoft.NETCore.Platforms": "4.3.0-beta-devapi-24515-01",
"System.Collections": "4.3.0-beta-devapi-24515-01",
"System.Diagnostics.Debug": "4.3.0-beta-devapi-24515-01",
"System.Dynamic.Runtime": "4.3.0-beta-devapi-24515-01",
"System.Globalization": "4.3.0-beta-devapi-24515-01",
"System.IO": "4.3.0-beta-devapi-24515-01",
"System.Linq": "4.3.0-beta-devapi-24515-01",
"System.Linq.Expressions": "4.3.0-beta-devapi-24515-01",
"System.ObjectModel": "4.3.0-beta-devapi-24515-01",
"System.Reflection": "4.3.0-beta-devapi-24515-01",
"System.Reflection.Extensions": "4.3.0-beta-devapi-24515-01",
"System.Reflection.Primitives": "4.3.0-beta-devapi-24515-01",
"System.Reflection.TypeExtensions": "4.3.0-beta-devapi-24515-01",
"System.Resources.ResourceManager": "4.3.0-beta-devapi-24515-01",
"System.Runtime": "4.3.0-beta-devapi-24515-01",
"System.Runtime.Extensions": "4.3.0-beta-devapi-24515-01",
"System.Runtime.Handles": "4.3.0-beta-devapi-24515-01",
"System.Runtime.InteropServices": "4.3.0-beta-devapi-24515-01",
"System.Text.Encoding": "4.3.0-beta-devapi-24515-01",
"System.Text.RegularExpressions": "4.3.0-beta-devapi-24515-01",
"System.Threading": "4.3.0-beta-devapi-24515-01",
"System.Threading.Tasks": "4.3.0-beta-devapi-24515-01",
"test-runtime": {
"target": "project",
"exclude": "compile"
Expand Down
12 changes: 6 additions & 6 deletions src/Microsoft.Win32.Primitives/tests/project.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"dependencies": {
"Microsoft.NETCore.Platforms": "4.3.0-beta-devapi-24512-01",
"System.Linq.Expressions": "4.3.0-beta-devapi-24512-01",
"System.ObjectModel": "4.3.0-beta-devapi-24512-01",
"System.Runtime": "4.3.0-beta-devapi-24512-01",
"System.Runtime.InteropServices": "4.3.0-beta-devapi-24512-01",
"System.Text.RegularExpressions": "4.3.0-beta-devapi-24512-01",
"Microsoft.NETCore.Platforms": "4.3.0-beta-devapi-24515-01",
"System.Linq.Expressions": "4.3.0-beta-devapi-24515-01",
"System.ObjectModel": "4.3.0-beta-devapi-24515-01",
"System.Runtime": "4.3.0-beta-devapi-24515-01",
"System.Runtime.InteropServices": "4.3.0-beta-devapi-24515-01",
"System.Text.RegularExpressions": "4.3.0-beta-devapi-24515-01",
"test-runtime": {
"target": "project",
"exclude": "compile"
Expand Down
24 changes: 12 additions & 12 deletions src/Microsoft.Win32.Registry.AccessControl/tests/project.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
{
"dependencies": {
"Microsoft.NETCore.Platforms": "4.3.0-beta-devapi-24512-01",
"Microsoft.Win32.Registry": "4.3.0-beta-devapi-24512-01",
"System.IO": "4.3.0-beta-devapi-24512-01",
"System.Linq.Expressions": "4.3.0-beta-devapi-24512-01",
"System.ObjectModel": "4.3.0-beta-devapi-24512-01",
"System.Resources.ResourceManager": "4.3.0-beta-devapi-24512-01",
"System.Runtime": "4.3.0-beta-devapi-24512-01",
"System.Runtime.Handles": "4.3.0-beta-devapi-24512-01",
"System.Runtime.InteropServices": "4.3.0-beta-devapi-24512-01",
"System.Security.AccessControl": "4.3.0-beta-devapi-24512-01",
"System.Security.Principal.Windows": "4.3.0-beta-devapi-24512-01",
"System.Text.RegularExpressions": "4.3.0-beta-devapi-24512-01",
"Microsoft.NETCore.Platforms": "4.3.0-beta-devapi-24515-01",
"Microsoft.Win32.Registry": "4.3.0-beta-devapi-24515-01",
"System.IO": "4.3.0-beta-devapi-24515-01",
"System.Linq.Expressions": "4.3.0-beta-devapi-24515-01",
"System.ObjectModel": "4.3.0-beta-devapi-24515-01",
"System.Resources.ResourceManager": "4.3.0-beta-devapi-24515-01",
"System.Runtime": "4.3.0-beta-devapi-24515-01",
"System.Runtime.Handles": "4.3.0-beta-devapi-24515-01",
"System.Runtime.InteropServices": "4.3.0-beta-devapi-24515-01",
"System.Security.AccessControl": "4.3.0-beta-devapi-24515-01",
"System.Security.Principal.Windows": "4.3.0-beta-devapi-24515-01",
"System.Text.RegularExpressions": "4.3.0-beta-devapi-24515-01",
"test-runtime": {
"target": "project",
"exclude": "compile"
Expand Down
Loading