Created
June 28, 2016 13:37
-
-
Save akrisiun/5470f3d7cbeab380555c79186889b72f to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
https://github.com/dotnet/corefx/blob/master/pkg/NETStandard.Library/NETStandard.Library.packages.targets | |
<?xml version="1.0" encoding="utf-8"?> | |
<Project ToolsVersion="12.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | |
<ItemGroup> | |
<Package Include="Microsoft.Win32.Primitives" /> | |
<Package Include="System.AppContext" /> | |
<Package Include="System.Collections" /> | |
<Package Include="System.Collections.Concurrent" /> | |
<Package Include="System.Console" /> | |
<Package Include="System.Diagnostics.Debug" /> | |
<Package Include="System.Diagnostics.Tools" /> | |
<Package Include="System.Diagnostics.Tracing" /> | |
<Package Include="System.Globalization" /> | |
<Package Include="System.Globalization.Calendars" /> | |
<Package Include="System.IO" /> | |
<Package Include="System.IO.Compression" /> | |
<Package Include="System.IO.Compression.ZipFile" /> | |
<Package Include="System.IO.FileSystem" /> | |
<Package Include="System.IO.FileSystem.Primitives" /> | |
<Package Include="System.Linq" /> | |
<Package Include="System.Linq.Expressions" /> | |
<Package Include="System.Net.Http" /> | |
<Package Include="System.Net.Primitives" /> | |
<Package Include="System.Net.Sockets" /> | |
<Package Include="System.ObjectModel" /> | |
<Package Include="System.Reflection" /> | |
<Package Include="System.Reflection.Extensions" /> | |
<Package Include="System.Reflection.Primitives" /> | |
<Package Include="System.Resources.ResourceManager" /> | |
<Package Include="System.Runtime" /> | |
<Package Include="System.Runtime.Extensions" /> | |
<Package Include="System.Runtime.Handles" /> | |
<Package Include="System.Runtime.InteropServices" /> | |
<Package Include="System.Runtime.InteropServices.RuntimeInformation" /> | |
<Package Include="System.Runtime.Numerics" /> | |
<Package Include="System.Security.Cryptography.Algorithms" /> | |
<Package Include="System.Security.Cryptography.Encoding" /> | |
<Package Include="System.Security.Cryptography.Primitives" /> | |
<Package Include="System.Security.Cryptography.X509Certificates" /> | |
<Package Include="System.Text.Encoding" /> | |
<Package Include="System.Text.Encoding.Extensions" /> | |
<Package Include="System.Text.RegularExpressions" /> | |
<Package Include="System.Threading" /> | |
<Package Include="System.Threading.Tasks" /> | |
<Package Include="System.Threading.Timer" /> | |
<Package Include="System.Xml.ReaderWriter" /> | |
<Package Include="System.Xml.XDocument" /> | |
</ItemGroup> | |
</Project> | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment