Skip to content

Commit 5af41f8

Browse files
authored
More maintenance-packages versions (#1200)
* feed * System.Memory 4.6.1 * System.Net.WebSockets.WebSocketProtocol 5.1.1 * System.Runtime.CompilerServices.Unsafe 6.1.1 * System.Threading.Tasks.Extensions 4.6.1
1 parent 12b07db commit 5af41f8

File tree

14 files changed

+1400
-5
lines changed

14 files changed

+1400
-5
lines changed

NuGet.config

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@
2222
<add key="dotnet10-transport" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10-transport/nuget/v3/index.json" />
2323
<!-- Required for MSBuild 17.3.4 -->
2424
<add key="darc-pub-DotNet-msbuild-Trusted" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-DotNet-msbuild-Trusted-a400405b/nuget/v3/index.json" />
25-
<!-- Required for System.Runtime.CompilerServices.Unsafe 6.1.1 -->
26-
<add key="darc-pub-dotnet-maintenance-packages-3b65679f" value="https://dnceng.pkgs.visualstudio.com/public/_packaging/darc-pub-dotnet-maintenance-packages-3b65679f/nuget/v3/index.json" />
25+
<!-- Required for maintenance-packages System.Memory 4.6.1, System.Net.WebSockets.WebSocketProtocol 5.1.1, System.Reflection.DispatchProxy 4.8.1, System.Runtime.CompilerServices.Unsafe 6.1.1, System.Threading.Tasks.Extensions 4.6.1 -->
26+
<add key="darc-pub-dotnet-maintenance-packages-ab95a1f1" value="https://dnceng.pkgs.visualstudio.com/public/_packaging/darc-pub-dotnet-maintenance-packages-ab95a1f1/nuget/v3/index.json" />
2727
</packageSources>
2828
<disabledPackageSources />
2929
<auditSources>
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
<Project Sdk="Microsoft.NET.Sdk">
2+
3+
<PropertyGroup>
4+
<TargetFrameworks>netstandard2.0</TargetFrameworks>
5+
<PackageVersion>4.6.1</PackageVersion>
6+
<AssemblyName>System.Memory</AssemblyName>
7+
<StrongNameKeyId>Open</StrongNameKeyId>
8+
</PropertyGroup>
9+
10+
<ItemGroup Condition="'$(TargetFramework)' == 'netstandard2.0'">
11+
<ProjectReference Include="../../system.buffers/4.6.0/System.Buffers.4.6.0.csproj" />
12+
<ProjectReference Include="../../system.numerics.vectors/4.6.0/System.Numerics.Vectors.4.6.0.csproj" />
13+
<ProjectReference Include="../../system.runtime.compilerservices.unsafe/6.1.1/System.Runtime.CompilerServices.Unsafe.6.1.1.csproj" />
14+
</ItemGroup>
15+
16+
</Project>

src/referencePackages/src/system.memory/4.6.1/lib/netstandard2.0/System.Memory.cs

Lines changed: 941 additions & 0 deletions
Large diffs are not rendered by default.
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
3+
<metadata>
4+
<id>System.Memory</id>
5+
<version>4.6.1</version>
6+
<authors>Microsoft</authors>
7+
<requireLicenseAcceptance>true</requireLicenseAcceptance>
8+
<license type="expression">MIT</license>
9+
<licenseUrl>https://licenses.nuget.org/MIT</licenseUrl>
10+
<projectUrl>https://github.com/dotnet/maintenance-packages</projectUrl>
11+
<description>System.Memory</description>
12+
<copyright>© Microsoft Corporation. All rights reserved.</copyright>
13+
<serviceable>true</serviceable>
14+
<repository type="git" url="https://github.com/dotnet/maintenance-packages" commit="ab95a1f103b49919ba02577a99f3173405bb50ca" />
15+
<dependencies>
16+
<group targetFramework=".NETStandard2.0">
17+
<dependency id="System.Buffers" version="4.6.0" exclude="Build,Analyzers" />
18+
<dependency id="System.Numerics.Vectors" version="4.6.0" exclude="Build,Analyzers" />
19+
<dependency id="System.Runtime.CompilerServices.Unsafe" version="6.1.1" exclude="Build,Analyzers" />
20+
</group>
21+
</dependencies>
22+
</metadata>
23+
</package>
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
<Project Sdk="Microsoft.NET.Sdk">
2+
3+
<PropertyGroup>
4+
<TargetFrameworks>net6.0;netstandard2.0</TargetFrameworks>
5+
<PackageVersion>5.1.1</PackageVersion>
6+
<AssemblyName>System.Net.WebSockets.WebSocketProtocol</AssemblyName>
7+
<StrongNameKeyId>Open</StrongNameKeyId>
8+
</PropertyGroup>
9+
10+
<ItemGroup Condition="'$(TargetFramework)' == 'netstandard2.0'">
11+
<ProjectReference Include="../../system.buffers/4.6.0/System.Buffers.4.6.0.csproj" />
12+
<ProjectReference Include="../../system.memory/4.6.1/System.Memory.4.6.1.csproj" />
13+
<ProjectReference Include="../../system.numerics.vectors/4.6.0/System.Numerics.Vectors.4.6.0.csproj" />
14+
<ProjectReference Include="../../system.runtime.compilerservices.unsafe/6.1.1/System.Runtime.CompilerServices.Unsafe.6.1.1.csproj" />
15+
<ProjectReference Include="../../system.threading.tasks.extensions/4.6.1/System.Threading.Tasks.Extensions.4.6.1.csproj" />
16+
</ItemGroup>
17+
18+
</Project>
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
// Licensed to the .NET Foundation under one or more agreements.
2+
// The .NET Foundation licenses this file to you under the MIT license.
3+
// See the LICENSE file in the project root for more information.
4+
// ------------------------------------------------------------------------------
5+
// Changes to this file must follow the http://aka.ms/api-review process.
6+
// ------------------------------------------------------------------------------
7+
[assembly: System.Runtime.CompilerServices.CompilationRelaxations(8)]
8+
[assembly: System.Runtime.CompilerServices.RuntimeCompatibility(WrapNonExceptionThrows = true)]
9+
[assembly: System.Diagnostics.Debuggable(System.Diagnostics.DebuggableAttribute.DebuggingModes.IgnoreSymbolStoreSequencePoints)]
10+
[assembly: System.Runtime.Versioning.TargetFramework(".NETCoreApp,Version=v6.0", FrameworkDisplayName = ".NET 6.0")]
11+
[assembly: System.CLSCompliant(true)]
12+
[assembly: System.Reflection.AssemblyDefaultAlias("System.Net.WebSockets.WebSocketProtocol")]
13+
[assembly: System.Resources.NeutralResourcesLanguage("en-US")]
14+
[assembly: System.Runtime.InteropServices.DefaultDllImportSearchPaths(System.Runtime.InteropServices.DllImportSearchPath.AssemblyDirectory | System.Runtime.InteropServices.DllImportSearchPath.System32)]
15+
[assembly: System.Reflection.AssemblyCompany("Microsoft Corporation")]
16+
[assembly: System.Reflection.AssemblyCopyright("© Microsoft Corporation. All rights reserved.")]
17+
[assembly: System.Reflection.AssemblyDescription("System.Net.WebSockets.WebSocketProtocol")]
18+
[assembly: System.Reflection.AssemblyFileVersion("5.100.125.15403")]
19+
[assembly: System.Reflection.AssemblyInformationalVersion("5.1.1+ab95a1f103b49919ba02577a99f3173405bb50ca")]
20+
[assembly: System.Reflection.AssemblyProduct("Microsoft® .NET")]
21+
[assembly: System.Reflection.AssemblyTitle("System.Net.WebSockets.WebSocketProtocol")]
22+
[assembly: System.Reflection.AssemblyMetadata("RepositoryUrl", "https://github.com/dotnet/maintenance-packages")]
23+
[assembly: System.Reflection.AssemblyMetadata("PreferInbox", "True")]
24+
[assembly: System.Reflection.AssemblyMetadata("Serviceable", "True")]
25+
[assembly: System.Reflection.AssemblyVersionAttribute("5.1.1.0")]
26+
[assembly: System.Runtime.CompilerServices.ReferenceAssembly]
27+
[assembly: System.Reflection.AssemblyFlagsAttribute((System.Reflection.AssemblyNameFlags)0x70)]
28+
namespace System.Net.WebSockets
29+
{
30+
public static partial class WebSocketProtocol
31+
{
32+
public static WebSocket CreateFromStream(IO.Stream stream, bool isServer, string? subProtocol, TimeSpan keepAliveInterval) { throw null; }
33+
}
34+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
// Licensed to the .NET Foundation under one or more agreements.
2+
// The .NET Foundation licenses this file to you under the MIT license.
3+
// See the LICENSE file in the project root for more information.
4+
// ------------------------------------------------------------------------------
5+
// Changes to this file must follow the http://aka.ms/api-review process.
6+
// ------------------------------------------------------------------------------
7+
[assembly: System.Runtime.CompilerServices.CompilationRelaxations(8)]
8+
[assembly: System.Runtime.CompilerServices.RuntimeCompatibility(WrapNonExceptionThrows = true)]
9+
[assembly: System.Diagnostics.Debuggable(System.Diagnostics.DebuggableAttribute.DebuggingModes.IgnoreSymbolStoreSequencePoints)]
10+
[assembly: System.Runtime.Versioning.TargetFramework(".NETStandard,Version=v2.0", FrameworkDisplayName = ".NET Standard 2.0")]
11+
[assembly: System.CLSCompliant(true)]
12+
[assembly: System.Reflection.AssemblyDefaultAlias("System.Net.WebSockets.WebSocketProtocol")]
13+
[assembly: System.Resources.NeutralResourcesLanguage("en-US")]
14+
[assembly: System.Runtime.InteropServices.DefaultDllImportSearchPaths(System.Runtime.InteropServices.DllImportSearchPath.AssemblyDirectory | System.Runtime.InteropServices.DllImportSearchPath.System32)]
15+
[assembly: System.Reflection.AssemblyCompany("Microsoft Corporation")]
16+
[assembly: System.Reflection.AssemblyCopyright("© Microsoft Corporation. All rights reserved.")]
17+
[assembly: System.Reflection.AssemblyDescription("System.Net.WebSockets.WebSocketProtocol")]
18+
[assembly: System.Reflection.AssemblyFileVersion("5.100.125.15403")]
19+
[assembly: System.Reflection.AssemblyInformationalVersion("5.1.1+ab95a1f103b49919ba02577a99f3173405bb50ca")]
20+
[assembly: System.Reflection.AssemblyProduct("Microsoft® .NET")]
21+
[assembly: System.Reflection.AssemblyTitle("System.Net.WebSockets.WebSocketProtocol")]
22+
[assembly: System.Reflection.AssemblyMetadata("RepositoryUrl", "https://github.com/dotnet/maintenance-packages")]
23+
[assembly: System.Reflection.AssemblyMetadata("PreferInbox", "True")]
24+
[assembly: System.Reflection.AssemblyMetadata("Serviceable", "True")]
25+
[assembly: System.Reflection.AssemblyVersionAttribute("5.1.1.0")]
26+
[assembly: System.Runtime.CompilerServices.ReferenceAssembly]
27+
[assembly: System.Reflection.AssemblyFlagsAttribute((System.Reflection.AssemblyNameFlags)0x70)]
28+
namespace System.Net.WebSockets
29+
{
30+
public static partial class WebSocketProtocol
31+
{
32+
public static WebSocket CreateFromStream(IO.Stream stream, bool isServer, string? subProtocol, TimeSpan keepAliveInterval) { throw null; }
33+
}
34+
}
Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
3+
<metadata>
4+
<id>System.Net.WebSockets.WebSocketProtocol</id>
5+
<version>5.1.1</version>
6+
<authors>Microsoft</authors>
7+
<requireLicenseAcceptance>true</requireLicenseAcceptance>
8+
<license type="expression">MIT</license>
9+
<licenseUrl>https://licenses.nuget.org/MIT</licenseUrl>
10+
<projectUrl>https://github.com/dotnet/maintenance-packages</projectUrl>
11+
<description>System.Net.WebSockets.WebSocketProtocol</description>
12+
<copyright>© Microsoft Corporation. All rights reserved.</copyright>
13+
<serviceable>true</serviceable>
14+
<repository type="git" url="https://github.com/dotnet/maintenance-packages" commit="ab95a1f103b49919ba02577a99f3173405bb50ca" />
15+
<dependencies>
16+
<group targetFramework="net6.0" />
17+
<group targetFramework=".NETStandard2.0">
18+
<dependency id="System.Buffers" version="4.6.0" exclude="Build,Analyzers" />
19+
<dependency id="System.Memory" version="4.6.1" exclude="Build,Analyzers" />
20+
<dependency id="System.Numerics.Vectors" version="4.6.0" exclude="Build,Analyzers" />
21+
<dependency id="System.Runtime.CompilerServices.Unsafe" version="6.1.1" exclude="Build,Analyzers" />
22+
<dependency id="System.Threading.Tasks.Extensions" version="4.6.1" exclude="Build,Analyzers" />
23+
</group>
24+
</dependencies>
25+
</metadata>
26+
</package>

src/referencePackages/src/system.runtime.compilerservices.unsafe/6.1.1/lib/net6.0/System.Runtime.CompilerServices.Unsafe.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
[assembly: System.Diagnostics.Debuggable(System.Diagnostics.DebuggableAttribute.DebuggingModes.Default | System.Diagnostics.DebuggableAttribute.DebuggingModes.IgnoreSymbolStoreSequencePoints)]
1111
[assembly: System.Runtime.CompilerServices.CompilationRelaxations(8)]
1212
[assembly: System.Reflection.AssemblyDescription("System.Runtime.CompilerServices.Unsafe")]
13-
[assembly: System.Reflection.AssemblyFileVersion("6.100.125.11301")]
13+
[assembly: System.Reflection.AssemblyFileVersion("6.100.125.10404")]
1414
[assembly: System.Reflection.AssemblyInformationalVersion("6.1.1")]
1515
[assembly: System.Reflection.AssemblyTitle("System.Runtime.CompilerServices.Unsafe")]
1616
[assembly: System.Reflection.AssemblyMetadata("Serviceable", "True")]

src/referencePackages/src/system.runtime.compilerservices.unsafe/6.1.1/lib/netstandard2.0/System.Runtime.CompilerServices.Unsafe.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
[assembly: System.Diagnostics.Debuggable(System.Diagnostics.DebuggableAttribute.DebuggingModes.Default | System.Diagnostics.DebuggableAttribute.DebuggingModes.IgnoreSymbolStoreSequencePoints)]
1111
[assembly: System.Runtime.CompilerServices.CompilationRelaxations(8)]
1212
[assembly: System.Reflection.AssemblyDescription("System.Runtime.CompilerServices.Unsafe")]
13-
[assembly: System.Reflection.AssemblyFileVersion("6.100.125.11301")]
13+
[assembly: System.Reflection.AssemblyFileVersion("6.100.125.10404")]
1414
[assembly: System.Reflection.AssemblyInformationalVersion("6.1.1")]
1515
[assembly: System.Reflection.AssemblyTitle("System.Runtime.CompilerServices.Unsafe")]
1616
[assembly: System.Reflection.AssemblyMetadata("Serviceable", "True")]

0 commit comments

Comments
 (0)