Adding everything for nuget
This commit is contained in:
Родитель
24db777ae4
Коммит
c12d308b36
|
@ -0,0 +1,4 @@
|
||||||
|
{
|
||||||
|
"version": 1,
|
||||||
|
"contentHash": "7jnbRU+L08FXKMxqUflxEXtVymWvNOrS8yHgu9s6EM8Anr6T/wIX4nZ08j/u3Asz+tCufp3YVwFSEvFTPYmBPA=="
|
||||||
|
}
|
Двоичный файл не отображается.
|
@ -0,0 +1,21 @@
|
||||||
|
The MIT License (MIT)
|
||||||
|
|
||||||
|
Copyright (c) .NET Foundation and Contributors
|
||||||
|
|
||||||
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
|
of this software and associated documentation files (the "Software"), to deal
|
||||||
|
in the Software without restriction, including without limitation the rights
|
||||||
|
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||||
|
copies of the Software, and to permit persons to whom the Software is
|
||||||
|
furnished to do so, subject to the following conditions:
|
||||||
|
|
||||||
|
The above copyright notice and this permission notice shall be included in all
|
||||||
|
copies or substantial portions of the Software.
|
||||||
|
|
||||||
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||||
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||||
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||||||
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||||
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||||
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||||
|
SOFTWARE.
|
|
@ -0,0 +1,31 @@
|
||||||
|
This Microsoft .NET Library may incorporate components from the projects listed
|
||||||
|
below. Microsoft licenses these components under the Microsoft .NET Library
|
||||||
|
software license terms. The original copyright notices and the licenses under
|
||||||
|
which Microsoft received such components are set forth below for informational
|
||||||
|
purposes only. Microsoft reserves all rights not expressly granted herein,
|
||||||
|
whether by implication, estoppel or otherwise.
|
||||||
|
|
||||||
|
1. .NET Core (https://github.com/dotnet/core/)
|
||||||
|
|
||||||
|
.NET Core
|
||||||
|
Copyright (c) .NET Foundation and Contributors
|
||||||
|
|
||||||
|
The MIT License (MIT)
|
||||||
|
|
||||||
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
|
of this software and associated documentation files (the "Software"), to deal
|
||||||
|
in the Software without restriction, including without limitation the rights
|
||||||
|
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||||
|
copies of the Software, and to permit persons to whom the Software is
|
||||||
|
furnished to do so, subject to the following conditions:
|
||||||
|
|
||||||
|
The above copyright notice and this permission notice shall be included in all
|
||||||
|
copies or substantial portions of the Software.
|
||||||
|
|
||||||
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||||
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||||
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||||||
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||||
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||||
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||||
|
SOFTWARE.
|
|
@ -0,0 +1,23 @@
|
||||||
|
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||||
|
<PropertyGroup>
|
||||||
|
<NETStandardLibraryPackageVersion>2.0.0</NETStandardLibraryPackageVersion>
|
||||||
|
</PropertyGroup>
|
||||||
|
|
||||||
|
<ItemGroup>
|
||||||
|
<Reference Condition="'$(_NetStandardLibraryRefPath)' != ''" Include="$(_NetStandardLibraryRefPath)*.dll">
|
||||||
|
<!-- Private = false to make these reference only -->
|
||||||
|
<Private>false</Private>
|
||||||
|
<!-- hide these from Assemblies view in Solution Explorer, they will be shown under packages -->
|
||||||
|
<Visible>false</Visible>
|
||||||
|
<Facade Condition="'%(FileName)' != 'netstandard'">true</Facade>
|
||||||
|
<NuGetPackageId>NETStandard.Library</NuGetPackageId>
|
||||||
|
<NuGetPackageVersion>$(NETStandardLibraryPackageVersion)</NuGetPackageVersion>
|
||||||
|
</Reference>
|
||||||
|
<ReferenceCopyLocalPaths Condition="'$(_NetStandardLibraryLibPath)' != ''" Include="$(_NetStandardLibraryLibPath)*.dll">
|
||||||
|
<Private>false</Private>
|
||||||
|
<Facade Condition="'%(FileName)' != 'netstandard'">true</Facade>
|
||||||
|
<NuGetPackageId>NETStandard.Library</NuGetPackageId>
|
||||||
|
<NuGetPackageVersion>$(NETStandardLibraryPackageVersion)</NuGetPackageVersion>
|
||||||
|
</ReferenceCopyLocalPaths>
|
||||||
|
</ItemGroup>
|
||||||
|
</Project>
|
|
@ -0,0 +1,12 @@
|
||||||
|
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||||
|
<!-- Only add references if we're actually targeting .NETStandard.
|
||||||
|
If the project is targeting some other TFM that is compatible with NETStandard we expect
|
||||||
|
that framework to provide all references for NETStandard, mscorlib, System.* in their own
|
||||||
|
targeting pack / SDK. -->
|
||||||
|
<PropertyGroup Condition="'$(TargetFrameworkIdentifier)' == '.NETStandard'">
|
||||||
|
<_NetStandardLibraryRefPath>$(MSBuildThisFileDirectory)\ref\</_NetStandardLibraryRefPath>
|
||||||
|
</PropertyGroup>
|
||||||
|
|
||||||
|
<!-- import the TFM-agnostic targets -->
|
||||||
|
<Import Project="..\$(MSBuildThisFile)"/>
|
||||||
|
</Project>
|
Двоичные данные
nugetReady/2.0.0/build/netstandard2.0/ref/Microsoft.Win32.Primitives.dll
Normal file
Двоичные данные
nugetReady/2.0.0/build/netstandard2.0/ref/Microsoft.Win32.Primitives.dll
Normal file
Двоичный файл не отображается.
Двоичный файл не отображается.
Двоичные данные
nugetReady/2.0.0/build/netstandard2.0/ref/System.Collections.Concurrent.dll
Normal file
Двоичные данные
nugetReady/2.0.0/build/netstandard2.0/ref/System.Collections.Concurrent.dll
Normal file
Двоичный файл не отображается.
Двоичные данные
nugetReady/2.0.0/build/netstandard2.0/ref/System.Collections.NonGeneric.dll
Normal file
Двоичные данные
nugetReady/2.0.0/build/netstandard2.0/ref/System.Collections.NonGeneric.dll
Normal file
Двоичный файл не отображается.
Двоичные данные
nugetReady/2.0.0/build/netstandard2.0/ref/System.Collections.Specialized.dll
Normal file
Двоичные данные
nugetReady/2.0.0/build/netstandard2.0/ref/System.Collections.Specialized.dll
Normal file
Двоичный файл не отображается.
Двоичный файл не отображается.
Двоичные данные
nugetReady/2.0.0/build/netstandard2.0/ref/System.ComponentModel.Composition.dll
Normal file
Двоичные данные
nugetReady/2.0.0/build/netstandard2.0/ref/System.ComponentModel.Composition.dll
Normal file
Двоичный файл не отображается.
Двоичные данные
nugetReady/2.0.0/build/netstandard2.0/ref/System.ComponentModel.EventBasedAsync.dll
Normal file
Двоичные данные
nugetReady/2.0.0/build/netstandard2.0/ref/System.ComponentModel.EventBasedAsync.dll
Normal file
Двоичный файл не отображается.
Двоичные данные
nugetReady/2.0.0/build/netstandard2.0/ref/System.ComponentModel.Primitives.dll
Normal file
Двоичные данные
nugetReady/2.0.0/build/netstandard2.0/ref/System.ComponentModel.Primitives.dll
Normal file
Двоичный файл не отображается.
Двоичные данные
nugetReady/2.0.0/build/netstandard2.0/ref/System.ComponentModel.TypeConverter.dll
Normal file
Двоичные данные
nugetReady/2.0.0/build/netstandard2.0/ref/System.ComponentModel.TypeConverter.dll
Normal file
Двоичный файл не отображается.
Двоичный файл не отображается.
Двоичный файл не отображается.
Двоичный файл не отображается.
Двоичный файл не отображается.
Двоичный файл не отображается.
Двоичные данные
nugetReady/2.0.0/build/netstandard2.0/ref/System.Diagnostics.Contracts.dll
Normal file
Двоичные данные
nugetReady/2.0.0/build/netstandard2.0/ref/System.Diagnostics.Contracts.dll
Normal file
Двоичный файл не отображается.
Двоичный файл не отображается.
Двоичные данные
nugetReady/2.0.0/build/netstandard2.0/ref/System.Diagnostics.FileVersionInfo.dll
Normal file
Двоичные данные
nugetReady/2.0.0/build/netstandard2.0/ref/System.Diagnostics.FileVersionInfo.dll
Normal file
Двоичный файл не отображается.
Двоичные данные
nugetReady/2.0.0/build/netstandard2.0/ref/System.Diagnostics.Process.dll
Normal file
Двоичные данные
nugetReady/2.0.0/build/netstandard2.0/ref/System.Diagnostics.Process.dll
Normal file
Двоичный файл не отображается.
Двоичные данные
nugetReady/2.0.0/build/netstandard2.0/ref/System.Diagnostics.StackTrace.dll
Normal file
Двоичные данные
nugetReady/2.0.0/build/netstandard2.0/ref/System.Diagnostics.StackTrace.dll
Normal file
Двоичный файл не отображается.
Двоичные данные
nugetReady/2.0.0/build/netstandard2.0/ref/System.Diagnostics.TextWriterTraceListener.dll
Normal file
Двоичные данные
nugetReady/2.0.0/build/netstandard2.0/ref/System.Diagnostics.TextWriterTraceListener.dll
Normal file
Двоичный файл не отображается.
Двоичный файл не отображается.
Двоичные данные
nugetReady/2.0.0/build/netstandard2.0/ref/System.Diagnostics.TraceSource.dll
Normal file
Двоичные данные
nugetReady/2.0.0/build/netstandard2.0/ref/System.Diagnostics.TraceSource.dll
Normal file
Двоичный файл не отображается.
Двоичные данные
nugetReady/2.0.0/build/netstandard2.0/ref/System.Diagnostics.Tracing.dll
Normal file
Двоичные данные
nugetReady/2.0.0/build/netstandard2.0/ref/System.Diagnostics.Tracing.dll
Normal file
Двоичный файл не отображается.
Двоичный файл не отображается.
Двоичный файл не отображается.
Двоичный файл не отображается.
Двоичные данные
nugetReady/2.0.0/build/netstandard2.0/ref/System.Globalization.Calendars.dll
Normal file
Двоичные данные
nugetReady/2.0.0/build/netstandard2.0/ref/System.Globalization.Calendars.dll
Normal file
Двоичный файл не отображается.
Двоичные данные
nugetReady/2.0.0/build/netstandard2.0/ref/System.Globalization.Extensions.dll
Normal file
Двоичные данные
nugetReady/2.0.0/build/netstandard2.0/ref/System.Globalization.Extensions.dll
Normal file
Двоичный файл не отображается.
Двоичный файл не отображается.
Двоичные данные
nugetReady/2.0.0/build/netstandard2.0/ref/System.IO.Compression.FileSystem.dll
Normal file
Двоичные данные
nugetReady/2.0.0/build/netstandard2.0/ref/System.IO.Compression.FileSystem.dll
Normal file
Двоичный файл не отображается.
Двоичные данные
nugetReady/2.0.0/build/netstandard2.0/ref/System.IO.Compression.ZipFile.dll
Normal file
Двоичные данные
nugetReady/2.0.0/build/netstandard2.0/ref/System.IO.Compression.ZipFile.dll
Normal file
Двоичный файл не отображается.
Двоичный файл не отображается.
Двоичные данные
nugetReady/2.0.0/build/netstandard2.0/ref/System.IO.FileSystem.DriveInfo.dll
Normal file
Двоичные данные
nugetReady/2.0.0/build/netstandard2.0/ref/System.IO.FileSystem.DriveInfo.dll
Normal file
Двоичный файл не отображается.
Двоичные данные
nugetReady/2.0.0/build/netstandard2.0/ref/System.IO.FileSystem.Primitives.dll
Normal file
Двоичные данные
nugetReady/2.0.0/build/netstandard2.0/ref/System.IO.FileSystem.Primitives.dll
Normal file
Двоичный файл не отображается.
Двоичные данные
nugetReady/2.0.0/build/netstandard2.0/ref/System.IO.FileSystem.Watcher.dll
Normal file
Двоичные данные
nugetReady/2.0.0/build/netstandard2.0/ref/System.IO.FileSystem.Watcher.dll
Normal file
Двоичный файл не отображается.
Двоичный файл не отображается.
Двоичный файл не отображается.
Двоичные данные
nugetReady/2.0.0/build/netstandard2.0/ref/System.IO.MemoryMappedFiles.dll
Normal file
Двоичные данные
nugetReady/2.0.0/build/netstandard2.0/ref/System.IO.MemoryMappedFiles.dll
Normal file
Двоичный файл не отображается.
Двоичный файл не отображается.
Двоичные данные
nugetReady/2.0.0/build/netstandard2.0/ref/System.IO.UnmanagedMemoryStream.dll
Normal file
Двоичные данные
nugetReady/2.0.0/build/netstandard2.0/ref/System.IO.UnmanagedMemoryStream.dll
Normal file
Двоичный файл не отображается.
Двоичный файл не отображается.
Двоичный файл не отображается.
Двоичный файл не отображается.
Двоичный файл не отображается.
Двоичный файл не отображается.
Двоичный файл не отображается.
Двоичный файл не отображается.
Двоичные данные
nugetReady/2.0.0/build/netstandard2.0/ref/System.Net.NetworkInformation.dll
Normal file
Двоичные данные
nugetReady/2.0.0/build/netstandard2.0/ref/System.Net.NetworkInformation.dll
Normal file
Двоичный файл не отображается.
Двоичный файл не отображается.
Двоичный файл не отображается.
Двоичный файл не отображается.
Двоичный файл не отображается.
Двоичный файл не отображается.
Двоичные данные
nugetReady/2.0.0/build/netstandard2.0/ref/System.Net.WebHeaderCollection.dll
Normal file
Двоичные данные
nugetReady/2.0.0/build/netstandard2.0/ref/System.Net.WebHeaderCollection.dll
Normal file
Двоичный файл не отображается.
Двоичные данные
nugetReady/2.0.0/build/netstandard2.0/ref/System.Net.WebSockets.Client.dll
Normal file
Двоичные данные
nugetReady/2.0.0/build/netstandard2.0/ref/System.Net.WebSockets.Client.dll
Normal file
Двоичный файл не отображается.
Двоичный файл не отображается.
Двоичный файл не отображается.
Двоичный файл не отображается.
Двоичный файл не отображается.
Двоичные данные
nugetReady/2.0.0/build/netstandard2.0/ref/System.Reflection.Extensions.dll
Normal file
Двоичные данные
nugetReady/2.0.0/build/netstandard2.0/ref/System.Reflection.Extensions.dll
Normal file
Двоичный файл не отображается.
Двоичные данные
nugetReady/2.0.0/build/netstandard2.0/ref/System.Reflection.Primitives.dll
Normal file
Двоичные данные
nugetReady/2.0.0/build/netstandard2.0/ref/System.Reflection.Primitives.dll
Normal file
Двоичный файл не отображается.
Двоичный файл не отображается.
Двоичный файл не отображается.
Двоичные данные
nugetReady/2.0.0/build/netstandard2.0/ref/System.Resources.ResourceManager.dll
Normal file
Двоичные данные
nugetReady/2.0.0/build/netstandard2.0/ref/System.Resources.ResourceManager.dll
Normal file
Двоичный файл не отображается.
Двоичный файл не отображается.
Двоичные данные
nugetReady/2.0.0/build/netstandard2.0/ref/System.Runtime.CompilerServices.VisualC.dll
Normal file
Двоичные данные
nugetReady/2.0.0/build/netstandard2.0/ref/System.Runtime.CompilerServices.VisualC.dll
Normal file
Двоичный файл не отображается.
Двоичный файл не отображается.
Двоичный файл не отображается.
Двоичные данные
nugetReady/2.0.0/build/netstandard2.0/ref/System.Runtime.InteropServices.RuntimeInformation.dll
Normal file
Двоичные данные
nugetReady/2.0.0/build/netstandard2.0/ref/System.Runtime.InteropServices.RuntimeInformation.dll
Normal file
Двоичный файл не отображается.
Двоичные данные
nugetReady/2.0.0/build/netstandard2.0/ref/System.Runtime.InteropServices.dll
Normal file
Двоичные данные
nugetReady/2.0.0/build/netstandard2.0/ref/System.Runtime.InteropServices.dll
Normal file
Двоичный файл не отображается.
Двоичный файл не отображается.
Двоичные данные
nugetReady/2.0.0/build/netstandard2.0/ref/System.Runtime.Serialization.Formatters.dll
Normal file
Двоичные данные
nugetReady/2.0.0/build/netstandard2.0/ref/System.Runtime.Serialization.Formatters.dll
Normal file
Двоичный файл не отображается.
Двоичные данные
nugetReady/2.0.0/build/netstandard2.0/ref/System.Runtime.Serialization.Json.dll
Normal file
Двоичные данные
nugetReady/2.0.0/build/netstandard2.0/ref/System.Runtime.Serialization.Json.dll
Normal file
Двоичный файл не отображается.
Двоичные данные
nugetReady/2.0.0/build/netstandard2.0/ref/System.Runtime.Serialization.Primitives.dll
Normal file
Двоичные данные
nugetReady/2.0.0/build/netstandard2.0/ref/System.Runtime.Serialization.Primitives.dll
Normal file
Двоичный файл не отображается.
Двоичные данные
nugetReady/2.0.0/build/netstandard2.0/ref/System.Runtime.Serialization.Xml.dll
Normal file
Двоичные данные
nugetReady/2.0.0/build/netstandard2.0/ref/System.Runtime.Serialization.Xml.dll
Normal file
Двоичный файл не отображается.
Двоичные данные
nugetReady/2.0.0/build/netstandard2.0/ref/System.Runtime.Serialization.dll
Normal file
Двоичные данные
nugetReady/2.0.0/build/netstandard2.0/ref/System.Runtime.Serialization.dll
Normal file
Двоичный файл не отображается.
Двоичный файл не отображается.
Двоичный файл не отображается.
Двоичные данные
nugetReady/2.0.0/build/netstandard2.0/ref/System.Security.Cryptography.Algorithms.dll
Normal file
Двоичные данные
nugetReady/2.0.0/build/netstandard2.0/ref/System.Security.Cryptography.Algorithms.dll
Normal file
Двоичный файл не отображается.
Двоичные данные
nugetReady/2.0.0/build/netstandard2.0/ref/System.Security.Cryptography.Csp.dll
Normal file
Двоичные данные
nugetReady/2.0.0/build/netstandard2.0/ref/System.Security.Cryptography.Csp.dll
Normal file
Двоичный файл не отображается.
Двоичные данные
nugetReady/2.0.0/build/netstandard2.0/ref/System.Security.Cryptography.Encoding.dll
Normal file
Двоичные данные
nugetReady/2.0.0/build/netstandard2.0/ref/System.Security.Cryptography.Encoding.dll
Normal file
Двоичный файл не отображается.
Двоичные данные
nugetReady/2.0.0/build/netstandard2.0/ref/System.Security.Cryptography.Primitives.dll
Normal file
Двоичные данные
nugetReady/2.0.0/build/netstandard2.0/ref/System.Security.Cryptography.Primitives.dll
Normal file
Двоичный файл не отображается.
Двоичные данные
nugetReady/2.0.0/build/netstandard2.0/ref/System.Security.Cryptography.X509Certificates.dll
Normal file
Двоичные данные
nugetReady/2.0.0/build/netstandard2.0/ref/System.Security.Cryptography.X509Certificates.dll
Normal file
Двоичный файл не отображается.
Двоичный файл не отображается.
Двоичные данные
nugetReady/2.0.0/build/netstandard2.0/ref/System.Security.SecureString.dll
Normal file
Двоичные данные
nugetReady/2.0.0/build/netstandard2.0/ref/System.Security.SecureString.dll
Normal file
Двоичный файл не отображается.
Двоичный файл не отображается.
Двоичные данные
nugetReady/2.0.0/build/netstandard2.0/ref/System.Text.Encoding.Extensions.dll
Normal file
Двоичные данные
nugetReady/2.0.0/build/netstandard2.0/ref/System.Text.Encoding.Extensions.dll
Normal file
Двоичный файл не отображается.
Двоичный файл не отображается.
Двоичные данные
nugetReady/2.0.0/build/netstandard2.0/ref/System.Text.RegularExpressions.dll
Normal file
Двоичные данные
nugetReady/2.0.0/build/netstandard2.0/ref/System.Text.RegularExpressions.dll
Normal file
Двоичный файл не отображается.
Двоичные данные
nugetReady/2.0.0/build/netstandard2.0/ref/System.Threading.Overlapped.dll
Normal file
Двоичные данные
nugetReady/2.0.0/build/netstandard2.0/ref/System.Threading.Overlapped.dll
Normal file
Двоичный файл не отображается.
Двоичные данные
nugetReady/2.0.0/build/netstandard2.0/ref/System.Threading.Tasks.Parallel.dll
Normal file
Двоичные данные
nugetReady/2.0.0/build/netstandard2.0/ref/System.Threading.Tasks.Parallel.dll
Normal file
Двоичный файл не отображается.
Двоичный файл не отображается.
Двоичный файл не отображается.
Некоторые файлы не были показаны из-за слишком большого количества измененных файлов Показать больше
Загрузка…
Ссылка в новой задаче