-
Notifications
You must be signed in to change notification settings - Fork 57
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update runtime dependency packages to latest from maintenance-packages (
#1068) * Add dotnet-libraries to NuGet.config * Microsoft.Bcl.HashCode 6.0.0-preview.1.24529.4 * System.Buffers 4.6.0-preview.1.24529.4 * System.Memory 4.6.0-preview.1.24529.4 * System.Numerics.Vectors 4.6.0-preview.1.24529.4 * System.Runtime.CompilerServices.Unsafe 6.1.0-preview.1.24529.4 * System.Threading.Tasks.Extensions 4.6.0-preview.1.24529.4 * DependencyPackageProjects * Fix order, remove Bcl.HashCode since it is not a dependency of any other projects. * Fix moving Json * Bring back HashCode
- Loading branch information
1 parent
e797b98
commit 136e43e
Showing
23 changed files
with
2,675 additions
and
0 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
9 changes: 9 additions & 0 deletions
9
...cl.hashcode/6.0.0-preview.1.24529.4/Microsoft.Bcl.HashCode.6.0.0-preview.1.24529.4.csproj
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
<Project Sdk="Microsoft.NET.Sdk"> | ||
|
||
<PropertyGroup> | ||
<TargetFrameworks>net6.0;netstandard2.0;netstandard2.1</TargetFrameworks> | ||
<AssemblyName>Microsoft.Bcl.HashCode</AssemblyName> | ||
<StrongNameKeyId>Open</StrongNameKeyId> | ||
</PropertyGroup> | ||
|
||
</Project> |
28 changes: 28 additions & 0 deletions
28
...s/src/microsoft.bcl.hashcode/6.0.0-preview.1.24529.4/lib/net6.0/Microsoft.Bcl.HashCode.cs
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
// Licensed to the .NET Foundation under one or more agreements. | ||
// The .NET Foundation licenses this file to you under the MIT license. | ||
// See the LICENSE file in the project root for more information. | ||
// ------------------------------------------------------------------------------ | ||
// Changes to this file must follow the http://aka.ms/api-review process. | ||
// ------------------------------------------------------------------------------ | ||
[assembly: System.Runtime.CompilerServices.CompilationRelaxations(8)] | ||
[assembly: System.Runtime.CompilerServices.RuntimeCompatibility(WrapNonExceptionThrows = true)] | ||
[assembly: System.Diagnostics.Debuggable(System.Diagnostics.DebuggableAttribute.DebuggingModes.IgnoreSymbolStoreSequencePoints)] | ||
[assembly: System.Runtime.Versioning.TargetFramework(".NETCoreApp,Version=v6.0", FrameworkDisplayName = ".NET 6.0")] | ||
[assembly: System.CLSCompliant(true)] | ||
[assembly: System.Reflection.AssemblyDefaultAlias("Microsoft.Bcl.HashCode")] | ||
[assembly: System.Resources.NeutralResourcesLanguage("en-US")] | ||
[assembly: System.Runtime.InteropServices.DefaultDllImportSearchPaths(System.Runtime.InteropServices.DllImportSearchPath.AssemblyDirectory | System.Runtime.InteropServices.DllImportSearchPath.System32)] | ||
[assembly: System.Reflection.AssemblyCompany("Microsoft Corporation")] | ||
[assembly: System.Reflection.AssemblyCopyright("© Microsoft Corporation. All rights reserved.")] | ||
[assembly: System.Reflection.AssemblyDescription("Microsoft.Bcl.HashCode")] | ||
[assembly: System.Reflection.AssemblyFileVersion("6.0.24.52904")] | ||
[assembly: System.Reflection.AssemblyInformationalVersion("6.0.0-preview.1.24529.4+c217b3e67dea4a77c604440fdf5ee9197565fbee")] | ||
[assembly: System.Reflection.AssemblyProduct("Microsoft® .NET")] | ||
[assembly: System.Reflection.AssemblyTitle("Microsoft.Bcl.HashCode")] | ||
[assembly: System.Reflection.AssemblyMetadata("RepositoryUrl", "https://github.com/dotnet/maintenance-packages")] | ||
[assembly: System.Reflection.AssemblyMetadata("PreferInbox", "True")] | ||
[assembly: System.Reflection.AssemblyMetadata("Serviceable", "True")] | ||
[assembly: System.Reflection.AssemblyVersionAttribute("6.0.0.0")] | ||
[assembly: System.Runtime.CompilerServices.ReferenceAssembly] | ||
[assembly: System.Reflection.AssemblyFlagsAttribute((System.Reflection.AssemblyNameFlags)0x70)] | ||
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.HashCode))] |
61 changes: 61 additions & 0 deletions
61
...crosoft.bcl.hashcode/6.0.0-preview.1.24529.4/lib/netstandard2.0/Microsoft.Bcl.HashCode.cs
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,61 @@ | ||
// Licensed to the .NET Foundation under one or more agreements. | ||
// The .NET Foundation licenses this file to you under the MIT license. | ||
// See the LICENSE file in the project root for more information. | ||
// ------------------------------------------------------------------------------ | ||
// Changes to this file must follow the http://aka.ms/api-review process. | ||
// ------------------------------------------------------------------------------ | ||
[assembly: System.Runtime.CompilerServices.CompilationRelaxations(8)] | ||
[assembly: System.Runtime.CompilerServices.RuntimeCompatibility(WrapNonExceptionThrows = true)] | ||
[assembly: System.Diagnostics.Debuggable(System.Diagnostics.DebuggableAttribute.DebuggingModes.IgnoreSymbolStoreSequencePoints)] | ||
[assembly: System.Runtime.Versioning.TargetFramework(".NETStandard,Version=v2.0", FrameworkDisplayName = ".NET Standard 2.0")] | ||
[assembly: System.CLSCompliant(true)] | ||
[assembly: System.Reflection.AssemblyDefaultAlias("Microsoft.Bcl.HashCode")] | ||
[assembly: System.Resources.NeutralResourcesLanguage("en-US")] | ||
[assembly: System.Runtime.InteropServices.DefaultDllImportSearchPaths(System.Runtime.InteropServices.DllImportSearchPath.AssemblyDirectory | System.Runtime.InteropServices.DllImportSearchPath.System32)] | ||
[assembly: System.Reflection.AssemblyCompany("Microsoft Corporation")] | ||
[assembly: System.Reflection.AssemblyCopyright("© Microsoft Corporation. All rights reserved.")] | ||
[assembly: System.Reflection.AssemblyDescription("Microsoft.Bcl.HashCode")] | ||
[assembly: System.Reflection.AssemblyFileVersion("6.0.24.52904")] | ||
[assembly: System.Reflection.AssemblyInformationalVersion("6.0.0-preview.1.24529.4+c217b3e67dea4a77c604440fdf5ee9197565fbee")] | ||
[assembly: System.Reflection.AssemblyProduct("Microsoft® .NET")] | ||
[assembly: System.Reflection.AssemblyTitle("Microsoft.Bcl.HashCode")] | ||
[assembly: System.Reflection.AssemblyMetadata("RepositoryUrl", "https://github.com/dotnet/maintenance-packages")] | ||
[assembly: System.Reflection.AssemblyMetadata("PreferInbox", "True")] | ||
[assembly: System.Reflection.AssemblyMetadata("Serviceable", "True")] | ||
[assembly: System.Reflection.AssemblyVersionAttribute("6.0.0.0")] | ||
[assembly: System.Runtime.CompilerServices.ReferenceAssembly] | ||
[assembly: System.Reflection.AssemblyFlagsAttribute((System.Reflection.AssemblyNameFlags)0x70)] | ||
namespace System | ||
{ | ||
public partial struct HashCode | ||
{ | ||
private int _dummyPrimitive; | ||
public void Add<T>(T value, Collections.Generic.IEqualityComparer<T>? comparer) { } | ||
|
||
public void Add<T>(T value) { } | ||
|
||
public static int Combine<T1>(T1 value1) { throw null; } | ||
|
||
public static int Combine<T1, T2>(T1 value1, T2 value2) { throw null; } | ||
|
||
public static int Combine<T1, T2, T3>(T1 value1, T2 value2, T3 value3) { throw null; } | ||
|
||
public static int Combine<T1, T2, T3, T4>(T1 value1, T2 value2, T3 value3, T4 value4) { throw null; } | ||
|
||
public static int Combine<T1, T2, T3, T4, T5>(T1 value1, T2 value2, T3 value3, T4 value4, T5 value5) { throw null; } | ||
|
||
public static int Combine<T1, T2, T3, T4, T5, T6>(T1 value1, T2 value2, T3 value3, T4 value4, T5 value5, T6 value6) { throw null; } | ||
|
||
public static int Combine<T1, T2, T3, T4, T5, T6, T7>(T1 value1, T2 value2, T3 value3, T4 value4, T5 value5, T6 value6, T7 value7) { throw null; } | ||
|
||
public static int Combine<T1, T2, T3, T4, T5, T6, T7, T8>(T1 value1, T2 value2, T3 value3, T4 value4, T5 value5, T6 value6, T7 value7, T8 value8) { throw null; } | ||
|
||
[Obsolete("HashCode is a mutable struct and should not be compared with other HashCodes.", true)] | ||
public override bool Equals(object? obj) { throw null; } | ||
|
||
[Obsolete("HashCode is a mutable struct and should not be compared with other HashCodes. Use ToHashCode to retrieve the computed hash code.", true)] | ||
public override int GetHashCode() { throw null; } | ||
|
||
public int ToHashCode() { throw null; } | ||
} | ||
} |
28 changes: 28 additions & 0 deletions
28
...crosoft.bcl.hashcode/6.0.0-preview.1.24529.4/lib/netstandard2.1/Microsoft.Bcl.HashCode.cs
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
// Licensed to the .NET Foundation under one or more agreements. | ||
// The .NET Foundation licenses this file to you under the MIT license. | ||
// See the LICENSE file in the project root for more information. | ||
// ------------------------------------------------------------------------------ | ||
// Changes to this file must follow the http://aka.ms/api-review process. | ||
// ------------------------------------------------------------------------------ | ||
[assembly: System.Runtime.CompilerServices.CompilationRelaxations(8)] | ||
[assembly: System.Runtime.CompilerServices.RuntimeCompatibility(WrapNonExceptionThrows = true)] | ||
[assembly: System.Diagnostics.Debuggable(System.Diagnostics.DebuggableAttribute.DebuggingModes.IgnoreSymbolStoreSequencePoints)] | ||
[assembly: System.Runtime.Versioning.TargetFramework(".NETStandard,Version=v2.1", FrameworkDisplayName = ".NET Standard 2.1")] | ||
[assembly: System.CLSCompliant(true)] | ||
[assembly: System.Reflection.AssemblyDefaultAlias("Microsoft.Bcl.HashCode")] | ||
[assembly: System.Resources.NeutralResourcesLanguage("en-US")] | ||
[assembly: System.Runtime.InteropServices.DefaultDllImportSearchPaths(System.Runtime.InteropServices.DllImportSearchPath.AssemblyDirectory | System.Runtime.InteropServices.DllImportSearchPath.System32)] | ||
[assembly: System.Reflection.AssemblyCompany("Microsoft Corporation")] | ||
[assembly: System.Reflection.AssemblyCopyright("© Microsoft Corporation. All rights reserved.")] | ||
[assembly: System.Reflection.AssemblyDescription("Microsoft.Bcl.HashCode")] | ||
[assembly: System.Reflection.AssemblyFileVersion("6.0.24.52904")] | ||
[assembly: System.Reflection.AssemblyInformationalVersion("6.0.0-preview.1.24529.4+c217b3e67dea4a77c604440fdf5ee9197565fbee")] | ||
[assembly: System.Reflection.AssemblyProduct("Microsoft® .NET")] | ||
[assembly: System.Reflection.AssemblyTitle("Microsoft.Bcl.HashCode")] | ||
[assembly: System.Reflection.AssemblyMetadata("RepositoryUrl", "https://github.com/dotnet/maintenance-packages")] | ||
[assembly: System.Reflection.AssemblyMetadata("PreferInbox", "True")] | ||
[assembly: System.Reflection.AssemblyMetadata("Serviceable", "True")] | ||
[assembly: System.Reflection.AssemblyVersionAttribute("6.0.0.0")] | ||
[assembly: System.Runtime.CompilerServices.ReferenceAssembly] | ||
[assembly: System.Reflection.AssemblyFlagsAttribute((System.Reflection.AssemblyNameFlags)0x70)] | ||
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.HashCode))] |
21 changes: 21 additions & 0 deletions
21
...Packages/src/microsoft.bcl.hashcode/6.0.0-preview.1.24529.4/microsoft.bcl.hashcode.nuspec
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd"> | ||
<metadata> | ||
<id>Microsoft.Bcl.HashCode</id> | ||
<version>6.0.0-preview.1.24529.4</version> | ||
<authors>Microsoft</authors> | ||
<requireLicenseAcceptance>true</requireLicenseAcceptance> | ||
<license type="expression">MIT</license> | ||
<licenseUrl>https://licenses.nuget.org/MIT</licenseUrl> | ||
<projectUrl>https://github.com/dotnet/maintenance-packages</projectUrl> | ||
<description>Microsoft.Bcl.HashCode</description> | ||
<copyright>© Microsoft Corporation. All rights reserved.</copyright> | ||
<serviceable>true</serviceable> | ||
<repository type="git" url="https://github.com/dotnet/maintenance-packages" commit="c217b3e67dea4a77c604440fdf5ee9197565fbee" /> | ||
<dependencies> | ||
<group targetFramework="net6.0" /> | ||
<group targetFramework=".NETStandard2.0" /> | ||
<group targetFramework=".NETStandard2.1" /> | ||
</dependencies> | ||
</metadata> | ||
</package> |
9 changes: 9 additions & 0 deletions
9
.../src/system.buffers/4.6.0-preview.1.24529.4/System.Buffers.4.6.0-preview.1.24529.4.csproj
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
<Project Sdk="Microsoft.NET.Sdk"> | ||
|
||
<PropertyGroup> | ||
<TargetFrameworks>netstandard2.0</TargetFrameworks> | ||
<AssemblyName>System.Buffers</AssemblyName> | ||
<StrongNameKeyId>Open</StrongNameKeyId> | ||
</PropertyGroup> | ||
|
||
</Project> |
41 changes: 41 additions & 0 deletions
41
...ePackages/src/system.buffers/4.6.0-preview.1.24529.4/lib/netstandard2.0/System.Buffers.cs
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,41 @@ | ||
// Licensed to the .NET Foundation under one or more agreements. | ||
// The .NET Foundation licenses this file to you under the MIT license. | ||
// See the LICENSE file in the project root for more information. | ||
// ------------------------------------------------------------------------------ | ||
// Changes to this file must follow the http://aka.ms/api-review process. | ||
// ------------------------------------------------------------------------------ | ||
[assembly: System.Runtime.CompilerServices.CompilationRelaxations(8)] | ||
[assembly: System.Runtime.CompilerServices.RuntimeCompatibility(WrapNonExceptionThrows = true)] | ||
[assembly: System.Diagnostics.Debuggable(System.Diagnostics.DebuggableAttribute.DebuggingModes.IgnoreSymbolStoreSequencePoints)] | ||
[assembly: System.Runtime.Versioning.TargetFramework(".NETStandard,Version=v2.0", FrameworkDisplayName = ".NET Standard 2.0")] | ||
[assembly: System.CLSCompliant(true)] | ||
[assembly: System.Reflection.AssemblyDefaultAlias("System.Buffers")] | ||
[assembly: System.Resources.NeutralResourcesLanguage("en-US")] | ||
[assembly: System.Runtime.InteropServices.DefaultDllImportSearchPaths(System.Runtime.InteropServices.DllImportSearchPath.AssemblyDirectory | System.Runtime.InteropServices.DllImportSearchPath.System32)] | ||
[assembly: System.Reflection.AssemblyCompany("Microsoft Corporation")] | ||
[assembly: System.Reflection.AssemblyCopyright("© Microsoft Corporation. All rights reserved.")] | ||
[assembly: System.Reflection.AssemblyDescription("System.Buffers")] | ||
[assembly: System.Reflection.AssemblyFileVersion("4.600.24.52904")] | ||
[assembly: System.Reflection.AssemblyInformationalVersion("4.6.0-preview.1.24529.4+c217b3e67dea4a77c604440fdf5ee9197565fbee")] | ||
[assembly: System.Reflection.AssemblyProduct("Microsoft® .NET")] | ||
[assembly: System.Reflection.AssemblyTitle("System.Buffers")] | ||
[assembly: System.Reflection.AssemblyMetadata("RepositoryUrl", "https://github.com/dotnet/maintenance-packages")] | ||
[assembly: System.Reflection.AssemblyMetadata("PreferInbox", "True")] | ||
[assembly: System.Reflection.AssemblyMetadata("Serviceable", "True")] | ||
[assembly: System.Reflection.AssemblyVersionAttribute("4.0.3.0")] | ||
[assembly: System.Runtime.CompilerServices.ReferenceAssembly] | ||
[assembly: System.Reflection.AssemblyFlagsAttribute((System.Reflection.AssemblyNameFlags)0x70)] | ||
namespace System.Buffers | ||
{ | ||
public abstract partial class ArrayPool<T> | ||
{ | ||
public static ArrayPool<T> Shared { get { throw null; } } | ||
|
||
public static ArrayPool<T> Create() { throw null; } | ||
|
||
public static ArrayPool<T> Create(int maxArrayLength, int maxArraysPerBucket) { throw null; } | ||
|
||
public abstract T[] Rent(int minimumLength); | ||
public abstract void Return(T[] array, bool clearArray = false); | ||
} | ||
} |
19 changes: 19 additions & 0 deletions
19
src/referencePackages/src/system.buffers/4.6.0-preview.1.24529.4/system.buffers.nuspec
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd"> | ||
<metadata> | ||
<id>System.Buffers</id> | ||
<version>4.6.0-preview.1.24529.4</version> | ||
<authors>Microsoft</authors> | ||
<requireLicenseAcceptance>true</requireLicenseAcceptance> | ||
<license type="expression">MIT</license> | ||
<licenseUrl>https://licenses.nuget.org/MIT</licenseUrl> | ||
<projectUrl>https://github.com/dotnet/maintenance-packages</projectUrl> | ||
<description>System.Buffers</description> | ||
<copyright>© Microsoft Corporation. All rights reserved.</copyright> | ||
<serviceable>true</serviceable> | ||
<repository type="git" url="https://github.com/dotnet/maintenance-packages" commit="c217b3e67dea4a77c604440fdf5ee9197565fbee" /> | ||
<dependencies> | ||
<group targetFramework=".NETStandard2.0" /> | ||
</dependencies> | ||
</metadata> | ||
</package> |
15 changes: 15 additions & 0 deletions
15
...es/src/system.memory/4.6.0-preview.1.24529.4/System.Memory.4.6.0-preview.1.24529.4.csproj
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
<Project Sdk="Microsoft.NET.Sdk"> | ||
|
||
<PropertyGroup> | ||
<TargetFrameworks>netstandard2.0</TargetFrameworks> | ||
<AssemblyName>System.Memory</AssemblyName> | ||
<StrongNameKeyId>Open</StrongNameKeyId> | ||
</PropertyGroup> | ||
|
||
<ItemGroup Condition="'$(TargetFramework)' == 'netstandard2.0'"> | ||
<PackageReference Include="System.Buffers" Version="4.6.0-preview.1.24529.4" /> | ||
<PackageReference Include="System.Numerics.Vectors" Version="4.6.0-preview.1.24529.4" /> | ||
<PackageReference Include="System.Runtime.CompilerServices.Unsafe" Version="6.1.0-preview.1.24529.4" /> | ||
</ItemGroup> | ||
|
||
</Project> |
Oops, something went wrong.