mirror of
https://github.com/PowerShell/PowerShell
synced 2025-10-06 00:22:59 +02:00
Move PowerShell build to use .NET SDK 10.0.100-rc.1 (#26027)
Co-authored-by: Dongbo Wang <dongbow@microsoft.com>
This commit is contained in:
committed by
GitHub
parent
3b8aa798cf
commit
a1b417691f
@@ -4,7 +4,7 @@
|
||||
"quality": "daily",
|
||||
"qualityFallback": "preview",
|
||||
"packageVersionPattern": "9.0.0-preview.6",
|
||||
"sdkImageVersion": "10.0.100-preview.7.25380.108",
|
||||
"sdkImageVersion": "10.0.100-rc.1.25451.107",
|
||||
"nextChannel": "9.0.0-preview.7",
|
||||
"azureFeed": "",
|
||||
"sdkImageOverride": ""
|
||||
|
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"sdk": {
|
||||
"version": "10.0.100-preview.7.25380.108"
|
||||
"version": "10.0.100-rc.1.25451.107"
|
||||
}
|
||||
}
|
||||
|
@@ -8,7 +8,7 @@
|
||||
|
||||
<ItemGroup>
|
||||
<ProjectReference Include="..\System.Management.Automation\System.Management.Automation.csproj" />
|
||||
<PackageReference Include="System.Diagnostics.PerformanceCounter" Version="10.0.0-preview.7.25380.108" />
|
||||
<PackageReference Include="System.Diagnostics.PerformanceCounter" Version="10.0.0-rc.1.25451.107" />
|
||||
</ItemGroup>
|
||||
|
||||
<PropertyGroup>
|
||||
|
@@ -47,7 +47,7 @@
|
||||
|
||||
<ItemGroup>
|
||||
<!-- the following package(s) are from https://github.com/dotnet/corefx -->
|
||||
<PackageReference Include="System.ServiceProcess.ServiceController" Version="10.0.0-preview.7.25380.108" />
|
||||
<PackageReference Include="System.ServiceProcess.ServiceController" Version="10.0.0-rc.1.25451.107" />
|
||||
</ItemGroup>
|
||||
|
||||
</Project>
|
||||
|
@@ -33,8 +33,8 @@
|
||||
|
||||
<ItemGroup>
|
||||
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="4.14.0" />
|
||||
<PackageReference Include="System.Threading.AccessControl" Version="10.0.0-preview.7.25380.108" />
|
||||
<PackageReference Include="System.Drawing.Common" Version="10.0.0-preview.7.25380.108" />
|
||||
<PackageReference Include="System.Threading.AccessControl" Version="10.0.0-rc.1.25451.107" />
|
||||
<PackageReference Include="System.Drawing.Common" Version="10.0.0-rc.1.25451.107" />
|
||||
<PackageReference Include="JsonSchema.Net" Version="7.4.0" />
|
||||
</ItemGroup>
|
||||
|
||||
|
@@ -8,7 +8,7 @@
|
||||
|
||||
<ItemGroup>
|
||||
<!-- the following package(s) are from https://github.com/dotnet/corefx -->
|
||||
<PackageReference Include="System.Diagnostics.EventLog" Version="10.0.0-preview.7.25380.108" />
|
||||
<PackageReference Include="System.Diagnostics.EventLog" Version="10.0.0-rc.1.25451.107" />
|
||||
</ItemGroup>
|
||||
|
||||
</Project>
|
||||
|
@@ -16,13 +16,13 @@
|
||||
|
||||
<ItemGroup>
|
||||
<!-- This section is to force the version of non-direct dependencies -->
|
||||
<PackageReference Include="Microsoft.Bcl.AsyncInterfaces" Version="10.0.0-preview.7.25380.108" />
|
||||
<PackageReference Include="Microsoft.Extensions.ObjectPool" Version="10.0.0-preview.7.25380.108" />
|
||||
<PackageReference Include="Microsoft.Bcl.AsyncInterfaces" Version="10.0.0-rc.1.25451.107" />
|
||||
<PackageReference Include="Microsoft.Extensions.ObjectPool" Version="10.0.0-rc.1.25451.107" />
|
||||
<!-- the following package(s) are from https://github.com/dotnet/fxdac -->
|
||||
<PackageReference Include="System.Data.SqlClient" Version="4.9.0" />
|
||||
<!-- the following package(s) are from https://github.com/dotnet/corefx -->
|
||||
<PackageReference Include="System.IO.Packaging" Version="10.0.0-preview.7.25380.108" />
|
||||
<PackageReference Include="System.Net.Http.WinHttpHandler" Version="10.0.0-preview.7.25380.108" />
|
||||
<PackageReference Include="System.IO.Packaging" Version="10.0.0-rc.1.25451.107" />
|
||||
<PackageReference Include="System.Net.Http.WinHttpHandler" Version="10.0.0-rc.1.25451.107" />
|
||||
<!-- Removing due to NU1510 -->
|
||||
<!-- PackageReference Include="System.Text.Encodings.Web" Version="9.0.2" /-->
|
||||
<!--
|
||||
@@ -37,7 +37,7 @@
|
||||
<PackageReference Include="System.ServiceModel.Security" Version="4.10.3" NoWarn="NU1605" />
|
||||
<PackageReference Include="System.Private.ServiceModel" Version="4.10.3" NoWarn="NU1605" />
|
||||
<!-- the source could not be found for the following package(s) -->
|
||||
<PackageReference Include="Microsoft.Windows.Compatibility" Version="10.0.0-preview.7.25380.108" />
|
||||
<PackageReference Include="Microsoft.Windows.Compatibility" Version="10.0.0-rc.1.25451.107" />
|
||||
</ItemGroup>
|
||||
|
||||
</Project>
|
||||
|
@@ -10,7 +10,7 @@
|
||||
<ProjectReference Include="..\System.Management.Automation\System.Management.Automation.csproj" />
|
||||
<ProjectReference Include="..\Microsoft.WSMan.Runtime\Microsoft.WSMan.Runtime.csproj" />
|
||||
<!-- the following package(s) are from https://github.com/dotnet/corefx -->
|
||||
<PackageReference Include="System.ServiceProcess.ServiceController" Version="10.0.0-preview.7.25380.108" />
|
||||
<PackageReference Include="System.ServiceProcess.ServiceController" Version="10.0.0-rc.1.25451.107" />
|
||||
</ItemGroup>
|
||||
|
||||
<PropertyGroup>
|
||||
|
@@ -32,17 +32,17 @@
|
||||
<!-- the Application Insights package -->
|
||||
<PackageReference Include="Microsoft.ApplicationInsights" Version="2.23.0" />
|
||||
<!-- the following package(s) are from https://github.com/dotnet/corefx -->
|
||||
<PackageReference Include="Microsoft.Win32.Registry.AccessControl" Version="10.0.0-preview.7.25380.108" />
|
||||
<PackageReference Include="System.Configuration.ConfigurationManager" Version="10.0.0-preview.7.25380.108" />
|
||||
<PackageReference Include="Microsoft.Win32.Registry.AccessControl" Version="10.0.0-rc.1.25451.107" />
|
||||
<PackageReference Include="System.Configuration.ConfigurationManager" Version="10.0.0-rc.1.25451.107" />
|
||||
<!-- Removing due to NU1510 -->
|
||||
<!-- PackageReference Include="System.Diagnostics.DiagnosticSource" Version="9.0.2" /-->
|
||||
<PackageReference Include="System.DirectoryServices" Version="10.0.0-preview.7.25380.108" />
|
||||
<PackageReference Include="System.DirectoryServices" Version="10.0.0-rc.1.25451.107" />
|
||||
<!--PackageReference Include="System.IO.FileSystem.AccessControl" Version="6.0.0-preview.5.21301.5" /-->
|
||||
<PackageReference Include="System.Management" Version="10.0.0-preview.7.25380.108" />
|
||||
<PackageReference Include="System.Management" Version="10.0.0-rc.1.25451.107" />
|
||||
<!-- Removing System.Security.AccessControl as per NU1510 -->
|
||||
<!-- PackageReference Include="System.Security.AccessControl" Version="6.0.1" /-->
|
||||
<PackageReference Include="System.Security.Cryptography.Pkcs" Version="10.0.0-preview.7.25380.108" />
|
||||
<PackageReference Include="System.Security.Permissions" Version="10.0.0-preview.7.25380.108" />
|
||||
<PackageReference Include="System.Security.Cryptography.Pkcs" Version="10.0.0-rc.1.25451.107" />
|
||||
<PackageReference Include="System.Security.Permissions" Version="10.0.0-rc.1.25451.107" />
|
||||
<!-- Removing due to NU1510 -->
|
||||
<!-- PackageReference Include="System.Text.Encoding.CodePages" Version="9.0.2" /-->
|
||||
<!-- the following package(s) are from the powershell org -->
|
||||
|
@@ -19,7 +19,7 @@
|
||||
|
||||
<ItemGroup>
|
||||
<PackageReference Include="PowerShellStandard.Library" Version="5.1.1" PrivateAssets="All" />
|
||||
<PackageReference Include="System.CommandLine" Version="2.0.0-beta7.25380.108" />
|
||||
<PackageReference Include="System.CommandLine" Version="2.0.0-rc.1.25451.107" />
|
||||
</ItemGroup>
|
||||
|
||||
</Project>
|
||||
|
@@ -15,7 +15,7 @@
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<PackageReference Include="Microsoft.Windows.Compatibility" Version="10.0.0-preview.7.25380.108" />
|
||||
<PackageReference Include="Microsoft.Windows.Compatibility" Version="10.0.0-rc.1.25451.107" />
|
||||
<PackageReference Include="System.Data.SqlClient" Version="4.9.0" />
|
||||
</ItemGroup>
|
||||
|
||||
|
@@ -6,9 +6,9 @@ using System.Net;
|
||||
using System.Security.Authentication;
|
||||
using System.Security.Cryptography.X509Certificates;
|
||||
|
||||
using Microsoft.AspNetCore;
|
||||
using Microsoft.AspNetCore.Hosting;
|
||||
using Microsoft.AspNetCore.Server.Kestrel.Https;
|
||||
using Microsoft.Extensions.Hosting;
|
||||
|
||||
namespace mvc
|
||||
{
|
||||
@@ -18,108 +18,112 @@ namespace mvc
|
||||
{
|
||||
if (args.Length != 7)
|
||||
{
|
||||
System.Console.WriteLine("Required: <CertificatePath> <CertificatePassword> <HTTPPortNumber> <HTTPSPortNumberTls12> <HTTPSPortNumberTls11> <HTTPSPortNumberTls> <HTTPSPortNumberTls12>");
|
||||
Console.WriteLine("Required: <CertificatePath> <CertificatePassword> <HTTPPortNumber> <HTTPSPortNumberTls12> <HTTPSPortNumberTls11> <HTTPSPortNumberTls> <HTTPSPortNumberTls12>");
|
||||
Environment.Exit(1);
|
||||
}
|
||||
|
||||
BuildWebHost(args).Run();
|
||||
BuildHost(args).Run();
|
||||
}
|
||||
|
||||
public static IWebHost BuildWebHost(string[] args) =>
|
||||
WebHost.CreateDefaultBuilder()
|
||||
.UseStartup<Startup>().UseKestrel(options =>
|
||||
public static IHost BuildHost(string[] args) =>
|
||||
Host.CreateDefaultBuilder(args)
|
||||
.ConfigureWebHostDefaults(webBuilder =>
|
||||
{
|
||||
options.AllowSynchronousIO = true;
|
||||
webBuilder.UseStartup<Startup>();
|
||||
webBuilder.UseKestrel(options =>
|
||||
{
|
||||
options.AllowSynchronousIO = true;
|
||||
|
||||
options.Listen(
|
||||
IPAddress.Loopback,
|
||||
int.Parse(args[2]),
|
||||
listenOptions =>
|
||||
{
|
||||
listenOptions.Protocols = Microsoft.AspNetCore.Server.Kestrel.Core.HttpProtocols.Http1AndHttp2;
|
||||
});
|
||||
options.Listen(
|
||||
IPAddress.Loopback,
|
||||
int.Parse(args[2]),
|
||||
listenOptions =>
|
||||
{
|
||||
listenOptions.Protocols = Microsoft.AspNetCore.Server.Kestrel.Core.HttpProtocols.Http1AndHttp2;
|
||||
});
|
||||
|
||||
options.Listen(
|
||||
IPAddress.Loopback,
|
||||
int.Parse(args[3]),
|
||||
listenOptions =>
|
||||
{
|
||||
#pragma warning disable SYSLIB0057
|
||||
var certificate = new X509Certificate2(args[0], args[1]);
|
||||
#pragma warning restore SYSLIB0057
|
||||
options.Listen(
|
||||
IPAddress.Loopback,
|
||||
int.Parse(args[3]),
|
||||
listenOptions =>
|
||||
{
|
||||
#pragma warning disable SYSLIB0057
|
||||
var certificate = new X509Certificate2(args[0], args[1]);
|
||||
#pragma warning restore SYSLIB0057
|
||||
|
||||
HttpsConnectionAdapterOptions httpsOption = new HttpsConnectionAdapterOptions();
|
||||
httpsOption.SslProtocols = SslProtocols.Tls12;
|
||||
httpsOption.ClientCertificateMode = ClientCertificateMode.AllowCertificate;
|
||||
httpsOption.ClientCertificateValidation = (inCertificate, inChain, inPolicy) => { return true; };
|
||||
httpsOption.CheckCertificateRevocation = false;
|
||||
httpsOption.ServerCertificate = certificate;
|
||||
listenOptions.UseHttps(httpsOption);
|
||||
listenOptions.Protocols = Microsoft.AspNetCore.Server.Kestrel.Core.HttpProtocols.Http1AndHttp2;
|
||||
});
|
||||
HttpsConnectionAdapterOptions httpsOption = new HttpsConnectionAdapterOptions();
|
||||
httpsOption.SslProtocols = SslProtocols.Tls12;
|
||||
httpsOption.ClientCertificateMode = ClientCertificateMode.AllowCertificate;
|
||||
httpsOption.ClientCertificateValidation = (inCertificate, inChain, inPolicy) => { return true; };
|
||||
httpsOption.CheckCertificateRevocation = false;
|
||||
httpsOption.ServerCertificate = certificate;
|
||||
listenOptions.UseHttps(httpsOption);
|
||||
listenOptions.Protocols = Microsoft.AspNetCore.Server.Kestrel.Core.HttpProtocols.Http1AndHttp2;
|
||||
});
|
||||
|
||||
options.Listen(
|
||||
IPAddress.Loopback,
|
||||
int.Parse(args[4]),
|
||||
listenOptions =>
|
||||
{
|
||||
#pragma warning disable SYSLIB0057
|
||||
var certificate = new X509Certificate2(args[0], args[1]);
|
||||
#pragma warning restore SYSLIB0057
|
||||
options.Listen(
|
||||
IPAddress.Loopback,
|
||||
int.Parse(args[4]),
|
||||
listenOptions =>
|
||||
{
|
||||
#pragma warning disable SYSLIB0057
|
||||
var certificate = new X509Certificate2(args[0], args[1]);
|
||||
#pragma warning restore SYSLIB0057
|
||||
|
||||
HttpsConnectionAdapterOptions httpsOption = new HttpsConnectionAdapterOptions();
|
||||
HttpsConnectionAdapterOptions httpsOption = new HttpsConnectionAdapterOptions();
|
||||
|
||||
// TLS 1.1 is obsolete. Using this value now defaults to TLS 1.2.
|
||||
httpsOption.SslProtocols = SslProtocols.Tls12;
|
||||
// TLS 1.1 is obsolete. Using this value now defaults to TLS 1.2.
|
||||
httpsOption.SslProtocols = SslProtocols.Tls12;
|
||||
|
||||
httpsOption.ClientCertificateMode = ClientCertificateMode.AllowCertificate;
|
||||
httpsOption.ClientCertificateValidation = (inCertificate, inChain, inPolicy) => { return true; };
|
||||
httpsOption.CheckCertificateRevocation = false;
|
||||
httpsOption.ServerCertificate = certificate;
|
||||
listenOptions.UseHttps(httpsOption);
|
||||
listenOptions.Protocols = Microsoft.AspNetCore.Server.Kestrel.Core.HttpProtocols.Http1AndHttp2;
|
||||
});
|
||||
httpsOption.ClientCertificateMode = ClientCertificateMode.AllowCertificate;
|
||||
httpsOption.ClientCertificateValidation = (inCertificate, inChain, inPolicy) => { return true; };
|
||||
httpsOption.CheckCertificateRevocation = false;
|
||||
httpsOption.ServerCertificate = certificate;
|
||||
listenOptions.UseHttps(httpsOption);
|
||||
listenOptions.Protocols = Microsoft.AspNetCore.Server.Kestrel.Core.HttpProtocols.Http1AndHttp2;
|
||||
});
|
||||
|
||||
options.Listen(
|
||||
IPAddress.Loopback,
|
||||
int.Parse(args[5]),
|
||||
listenOptions =>
|
||||
{
|
||||
#pragma warning disable SYSLIB0057
|
||||
var certificate = new X509Certificate2(args[0], args[1]);
|
||||
#pragma warning restore SYSLIB0057
|
||||
options.Listen(
|
||||
IPAddress.Loopback,
|
||||
int.Parse(args[5]),
|
||||
listenOptions =>
|
||||
{
|
||||
#pragma warning disable SYSLIB0057
|
||||
var certificate = new X509Certificate2(args[0], args[1]);
|
||||
#pragma warning restore SYSLIB0057
|
||||
|
||||
HttpsConnectionAdapterOptions httpsOption = new HttpsConnectionAdapterOptions();
|
||||
HttpsConnectionAdapterOptions httpsOption = new HttpsConnectionAdapterOptions();
|
||||
|
||||
// TLS is obsolete. Using this value now defaults to TLS 1.2.
|
||||
httpsOption.SslProtocols = SslProtocols.Tls12;
|
||||
// TLS is obsolete. Using this value now defaults to TLS 1.2.
|
||||
httpsOption.SslProtocols = SslProtocols.Tls12;
|
||||
|
||||
httpsOption.ClientCertificateMode = ClientCertificateMode.AllowCertificate;
|
||||
httpsOption.ClientCertificateValidation = (inCertificate, inChain, inPolicy) => { return true; };
|
||||
httpsOption.CheckCertificateRevocation = false;
|
||||
httpsOption.ServerCertificate = certificate;
|
||||
listenOptions.UseHttps(httpsOption);
|
||||
listenOptions.Protocols = Microsoft.AspNetCore.Server.Kestrel.Core.HttpProtocols.Http1AndHttp2;
|
||||
});
|
||||
httpsOption.ClientCertificateMode = ClientCertificateMode.AllowCertificate;
|
||||
httpsOption.ClientCertificateValidation = (inCertificate, inChain, inPolicy) => { return true; };
|
||||
httpsOption.CheckCertificateRevocation = false;
|
||||
httpsOption.ServerCertificate = certificate;
|
||||
listenOptions.UseHttps(httpsOption);
|
||||
listenOptions.Protocols = Microsoft.AspNetCore.Server.Kestrel.Core.HttpProtocols.Http1AndHttp2;
|
||||
});
|
||||
|
||||
options.Listen(
|
||||
IPAddress.Loopback,
|
||||
int.Parse(args[6]),
|
||||
listenOptions =>
|
||||
{
|
||||
#pragma warning disable SYSLIB0057
|
||||
var certificate = new X509Certificate2(args[0], args[1]);
|
||||
#pragma warning restore SYSLIB0057
|
||||
options.Listen(
|
||||
IPAddress.Loopback,
|
||||
int.Parse(args[6]),
|
||||
listenOptions =>
|
||||
{
|
||||
#pragma warning disable SYSLIB0057
|
||||
var certificate = new X509Certificate2(args[0], args[1]);
|
||||
#pragma warning restore SYSLIB0057
|
||||
|
||||
HttpsConnectionAdapterOptions httpsOption = new HttpsConnectionAdapterOptions();
|
||||
httpsOption.SslProtocols = SslProtocols.Tls13;
|
||||
httpsOption.ClientCertificateMode = ClientCertificateMode.AllowCertificate;
|
||||
httpsOption.ClientCertificateValidation = (inCertificate, inChain, inPolicy) => { return true; };
|
||||
httpsOption.CheckCertificateRevocation = false;
|
||||
httpsOption.ServerCertificate = certificate;
|
||||
listenOptions.UseHttps(httpsOption);
|
||||
listenOptions.Protocols = Microsoft.AspNetCore.Server.Kestrel.Core.HttpProtocols.Http1AndHttp2;
|
||||
});
|
||||
HttpsConnectionAdapterOptions httpsOption = new HttpsConnectionAdapterOptions();
|
||||
httpsOption.SslProtocols = SslProtocols.Tls13;
|
||||
httpsOption.ClientCertificateMode = ClientCertificateMode.AllowCertificate;
|
||||
httpsOption.ClientCertificateValidation = (inCertificate, inChain, inPolicy) => { return true; };
|
||||
httpsOption.CheckCertificateRevocation = false;
|
||||
httpsOption.ServerCertificate = certificate;
|
||||
listenOptions.UseHttps(httpsOption);
|
||||
listenOptions.Protocols = Microsoft.AspNetCore.Server.Kestrel.Core.HttpProtocols.Http1AndHttp2;
|
||||
});
|
||||
});
|
||||
})
|
||||
.Build();
|
||||
}
|
||||
|
@@ -7,6 +7,6 @@
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<PackageReference Include="Microsoft.AspNetCore.Mvc.NewtonsoftJson" Version="9.0.8" />
|
||||
<PackageReference Include="Microsoft.AspNetCore.Mvc.NewtonsoftJson" Version="10.0.0-rc.1.25451.107" />
|
||||
</ItemGroup>
|
||||
</Project>
|
||||
|
@@ -1,4 +1,5 @@
|
||||
{
|
||||
"$schema": "https://json.schemastore.org/component-detection-manifest.json",
|
||||
"Registrations": [
|
||||
{
|
||||
"Component": {
|
||||
@@ -85,7 +86,7 @@
|
||||
"Type": "nuget",
|
||||
"Nuget": {
|
||||
"Name": "Microsoft.Bcl.AsyncInterfaces",
|
||||
"Version": "9.0.8"
|
||||
"Version": "9.0.9"
|
||||
}
|
||||
},
|
||||
"DevelopmentDependency": false
|
||||
@@ -125,7 +126,7 @@
|
||||
"Type": "nuget",
|
||||
"Nuget": {
|
||||
"Name": "Microsoft.Extensions.ObjectPool",
|
||||
"Version": "9.0.8"
|
||||
"Version": "9.0.9"
|
||||
}
|
||||
},
|
||||
"DevelopmentDependency": false
|
||||
@@ -165,7 +166,7 @@
|
||||
"Type": "nuget",
|
||||
"Nuget": {
|
||||
"Name": "Microsoft.Win32.Registry.AccessControl",
|
||||
"Version": "9.0.8"
|
||||
"Version": "9.0.9"
|
||||
}
|
||||
},
|
||||
"DevelopmentDependency": false
|
||||
@@ -175,7 +176,7 @@
|
||||
"Type": "nuget",
|
||||
"Nuget": {
|
||||
"Name": "Microsoft.Win32.SystemEvents",
|
||||
"Version": "9.0.8"
|
||||
"Version": "9.0.9"
|
||||
}
|
||||
},
|
||||
"DevelopmentDependency": false
|
||||
@@ -185,7 +186,7 @@
|
||||
"Type": "nuget",
|
||||
"Nuget": {
|
||||
"Name": "Microsoft.Windows.Compatibility",
|
||||
"Version": "9.0.8"
|
||||
"Version": "9.0.9"
|
||||
}
|
||||
},
|
||||
"DevelopmentDependency": false
|
||||
@@ -205,7 +206,7 @@
|
||||
"Type": "nuget",
|
||||
"Nuget": {
|
||||
"Name": "runtime.android-arm.runtime.native.System.IO.Ports",
|
||||
"Version": "9.0.8"
|
||||
"Version": "9.0.9"
|
||||
}
|
||||
},
|
||||
"DevelopmentDependency": false
|
||||
@@ -215,7 +216,7 @@
|
||||
"Type": "nuget",
|
||||
"Nuget": {
|
||||
"Name": "runtime.android-arm64.runtime.native.System.IO.Ports",
|
||||
"Version": "9.0.8"
|
||||
"Version": "9.0.9"
|
||||
}
|
||||
},
|
||||
"DevelopmentDependency": false
|
||||
@@ -225,7 +226,7 @@
|
||||
"Type": "nuget",
|
||||
"Nuget": {
|
||||
"Name": "runtime.android-x64.runtime.native.System.IO.Ports",
|
||||
"Version": "9.0.8"
|
||||
"Version": "9.0.9"
|
||||
}
|
||||
},
|
||||
"DevelopmentDependency": false
|
||||
@@ -235,7 +236,7 @@
|
||||
"Type": "nuget",
|
||||
"Nuget": {
|
||||
"Name": "runtime.android-x86.runtime.native.System.IO.Ports",
|
||||
"Version": "9.0.8"
|
||||
"Version": "9.0.9"
|
||||
}
|
||||
},
|
||||
"DevelopmentDependency": false
|
||||
@@ -245,7 +246,7 @@
|
||||
"Type": "nuget",
|
||||
"Nuget": {
|
||||
"Name": "runtime.linux-arm.runtime.native.System.IO.Ports",
|
||||
"Version": "9.0.8"
|
||||
"Version": "9.0.9"
|
||||
}
|
||||
},
|
||||
"DevelopmentDependency": false
|
||||
@@ -255,7 +256,7 @@
|
||||
"Type": "nuget",
|
||||
"Nuget": {
|
||||
"Name": "runtime.linux-arm64.runtime.native.System.IO.Ports",
|
||||
"Version": "9.0.8"
|
||||
"Version": "9.0.9"
|
||||
}
|
||||
},
|
||||
"DevelopmentDependency": false
|
||||
@@ -265,7 +266,7 @@
|
||||
"Type": "nuget",
|
||||
"Nuget": {
|
||||
"Name": "runtime.linux-bionic-arm64.runtime.native.System.IO.Ports",
|
||||
"Version": "9.0.8"
|
||||
"Version": "9.0.9"
|
||||
}
|
||||
},
|
||||
"DevelopmentDependency": false
|
||||
@@ -275,7 +276,7 @@
|
||||
"Type": "nuget",
|
||||
"Nuget": {
|
||||
"Name": "runtime.linux-bionic-x64.runtime.native.System.IO.Ports",
|
||||
"Version": "9.0.8"
|
||||
"Version": "9.0.9"
|
||||
}
|
||||
},
|
||||
"DevelopmentDependency": false
|
||||
@@ -285,7 +286,7 @@
|
||||
"Type": "nuget",
|
||||
"Nuget": {
|
||||
"Name": "runtime.linux-musl-arm.runtime.native.System.IO.Ports",
|
||||
"Version": "9.0.8"
|
||||
"Version": "9.0.9"
|
||||
}
|
||||
},
|
||||
"DevelopmentDependency": false
|
||||
@@ -295,7 +296,7 @@
|
||||
"Type": "nuget",
|
||||
"Nuget": {
|
||||
"Name": "runtime.linux-musl-arm64.runtime.native.System.IO.Ports",
|
||||
"Version": "9.0.8"
|
||||
"Version": "9.0.9"
|
||||
}
|
||||
},
|
||||
"DevelopmentDependency": false
|
||||
@@ -305,7 +306,7 @@
|
||||
"Type": "nuget",
|
||||
"Nuget": {
|
||||
"Name": "runtime.linux-musl-x64.runtime.native.System.IO.Ports",
|
||||
"Version": "9.0.8"
|
||||
"Version": "9.0.9"
|
||||
}
|
||||
},
|
||||
"DevelopmentDependency": false
|
||||
@@ -315,7 +316,7 @@
|
||||
"Type": "nuget",
|
||||
"Nuget": {
|
||||
"Name": "runtime.linux-x64.runtime.native.System.IO.Ports",
|
||||
"Version": "9.0.8"
|
||||
"Version": "9.0.9"
|
||||
}
|
||||
},
|
||||
"DevelopmentDependency": false
|
||||
@@ -325,7 +326,7 @@
|
||||
"Type": "nuget",
|
||||
"Nuget": {
|
||||
"Name": "runtime.maccatalyst-arm64.runtime.native.System.IO.Ports",
|
||||
"Version": "9.0.8"
|
||||
"Version": "9.0.9"
|
||||
}
|
||||
},
|
||||
"DevelopmentDependency": false
|
||||
@@ -335,7 +336,7 @@
|
||||
"Type": "nuget",
|
||||
"Nuget": {
|
||||
"Name": "runtime.maccatalyst-x64.runtime.native.System.IO.Ports",
|
||||
"Version": "9.0.8"
|
||||
"Version": "9.0.9"
|
||||
}
|
||||
},
|
||||
"DevelopmentDependency": false
|
||||
@@ -355,7 +356,7 @@
|
||||
"Type": "nuget",
|
||||
"Nuget": {
|
||||
"Name": "runtime.native.System.IO.Ports",
|
||||
"Version": "9.0.8"
|
||||
"Version": "9.0.9"
|
||||
}
|
||||
},
|
||||
"DevelopmentDependency": false
|
||||
@@ -365,7 +366,7 @@
|
||||
"Type": "nuget",
|
||||
"Nuget": {
|
||||
"Name": "runtime.osx-arm64.runtime.native.System.IO.Ports",
|
||||
"Version": "9.0.8"
|
||||
"Version": "9.0.9"
|
||||
}
|
||||
},
|
||||
"DevelopmentDependency": false
|
||||
@@ -375,7 +376,7 @@
|
||||
"Type": "nuget",
|
||||
"Nuget": {
|
||||
"Name": "runtime.osx-x64.runtime.native.System.IO.Ports",
|
||||
"Version": "9.0.8"
|
||||
"Version": "9.0.9"
|
||||
}
|
||||
},
|
||||
"DevelopmentDependency": false
|
||||
@@ -435,7 +436,7 @@
|
||||
"Type": "nuget",
|
||||
"Nuget": {
|
||||
"Name": "System.CodeDom",
|
||||
"Version": "9.0.8"
|
||||
"Version": "9.0.9"
|
||||
}
|
||||
},
|
||||
"DevelopmentDependency": false
|
||||
@@ -445,7 +446,7 @@
|
||||
"Type": "nuget",
|
||||
"Nuget": {
|
||||
"Name": "System.ComponentModel.Composition.Registration",
|
||||
"Version": "9.0.8"
|
||||
"Version": "9.0.9"
|
||||
}
|
||||
},
|
||||
"DevelopmentDependency": false
|
||||
@@ -455,7 +456,7 @@
|
||||
"Type": "nuget",
|
||||
"Nuget": {
|
||||
"Name": "System.ComponentModel.Composition",
|
||||
"Version": "9.0.8"
|
||||
"Version": "9.0.9"
|
||||
}
|
||||
},
|
||||
"DevelopmentDependency": false
|
||||
@@ -465,7 +466,7 @@
|
||||
"Type": "nuget",
|
||||
"Nuget": {
|
||||
"Name": "System.Configuration.ConfigurationManager",
|
||||
"Version": "9.0.8"
|
||||
"Version": "9.0.9"
|
||||
}
|
||||
},
|
||||
"DevelopmentDependency": false
|
||||
@@ -475,7 +476,7 @@
|
||||
"Type": "nuget",
|
||||
"Nuget": {
|
||||
"Name": "System.Data.Odbc",
|
||||
"Version": "9.0.8"
|
||||
"Version": "9.0.9"
|
||||
}
|
||||
},
|
||||
"DevelopmentDependency": false
|
||||
@@ -485,7 +486,7 @@
|
||||
"Type": "nuget",
|
||||
"Nuget": {
|
||||
"Name": "System.Data.OleDb",
|
||||
"Version": "9.0.8"
|
||||
"Version": "9.0.9"
|
||||
}
|
||||
},
|
||||
"DevelopmentDependency": false
|
||||
@@ -505,7 +506,7 @@
|
||||
"Type": "nuget",
|
||||
"Nuget": {
|
||||
"Name": "System.Diagnostics.EventLog",
|
||||
"Version": "9.0.8"
|
||||
"Version": "9.0.9"
|
||||
}
|
||||
},
|
||||
"DevelopmentDependency": false
|
||||
@@ -515,7 +516,7 @@
|
||||
"Type": "nuget",
|
||||
"Nuget": {
|
||||
"Name": "System.Diagnostics.PerformanceCounter",
|
||||
"Version": "9.0.8"
|
||||
"Version": "9.0.9"
|
||||
}
|
||||
},
|
||||
"DevelopmentDependency": false
|
||||
@@ -525,7 +526,7 @@
|
||||
"Type": "nuget",
|
||||
"Nuget": {
|
||||
"Name": "System.DirectoryServices.AccountManagement",
|
||||
"Version": "9.0.8"
|
||||
"Version": "9.0.9"
|
||||
}
|
||||
},
|
||||
"DevelopmentDependency": false
|
||||
@@ -535,7 +536,7 @@
|
||||
"Type": "nuget",
|
||||
"Nuget": {
|
||||
"Name": "System.DirectoryServices.Protocols",
|
||||
"Version": "9.0.8"
|
||||
"Version": "9.0.9"
|
||||
}
|
||||
},
|
||||
"DevelopmentDependency": false
|
||||
@@ -545,7 +546,7 @@
|
||||
"Type": "nuget",
|
||||
"Nuget": {
|
||||
"Name": "System.DirectoryServices",
|
||||
"Version": "9.0.8"
|
||||
"Version": "9.0.9"
|
||||
}
|
||||
},
|
||||
"DevelopmentDependency": false
|
||||
@@ -555,7 +556,7 @@
|
||||
"Type": "nuget",
|
||||
"Nuget": {
|
||||
"Name": "System.Drawing.Common",
|
||||
"Version": "9.0.8"
|
||||
"Version": "9.0.9"
|
||||
}
|
||||
},
|
||||
"DevelopmentDependency": false
|
||||
@@ -565,7 +566,7 @@
|
||||
"Type": "nuget",
|
||||
"Nuget": {
|
||||
"Name": "System.IO.Packaging",
|
||||
"Version": "9.0.8"
|
||||
"Version": "9.0.9"
|
||||
}
|
||||
},
|
||||
"DevelopmentDependency": false
|
||||
@@ -575,7 +576,7 @@
|
||||
"Type": "nuget",
|
||||
"Nuget": {
|
||||
"Name": "System.IO.Ports",
|
||||
"Version": "9.0.8"
|
||||
"Version": "9.0.9"
|
||||
}
|
||||
},
|
||||
"DevelopmentDependency": false
|
||||
@@ -585,7 +586,7 @@
|
||||
"Type": "nuget",
|
||||
"Nuget": {
|
||||
"Name": "System.Management",
|
||||
"Version": "9.0.8"
|
||||
"Version": "9.0.9"
|
||||
}
|
||||
},
|
||||
"DevelopmentDependency": false
|
||||
@@ -595,7 +596,7 @@
|
||||
"Type": "nuget",
|
||||
"Nuget": {
|
||||
"Name": "System.Net.Http.WinHttpHandler",
|
||||
"Version": "9.0.8"
|
||||
"Version": "9.0.9"
|
||||
}
|
||||
},
|
||||
"DevelopmentDependency": false
|
||||
@@ -615,7 +616,7 @@
|
||||
"Type": "nuget",
|
||||
"Nuget": {
|
||||
"Name": "System.Reflection.Context",
|
||||
"Version": "9.0.8"
|
||||
"Version": "9.0.9"
|
||||
}
|
||||
},
|
||||
"DevelopmentDependency": false
|
||||
@@ -625,7 +626,7 @@
|
||||
"Type": "nuget",
|
||||
"Nuget": {
|
||||
"Name": "System.Runtime.Caching",
|
||||
"Version": "9.0.8"
|
||||
"Version": "9.0.9"
|
||||
}
|
||||
},
|
||||
"DevelopmentDependency": false
|
||||
@@ -635,7 +636,7 @@
|
||||
"Type": "nuget",
|
||||
"Nuget": {
|
||||
"Name": "System.Security.Cryptography.Pkcs",
|
||||
"Version": "9.0.8"
|
||||
"Version": "9.0.9"
|
||||
}
|
||||
},
|
||||
"DevelopmentDependency": false
|
||||
@@ -645,7 +646,7 @@
|
||||
"Type": "nuget",
|
||||
"Nuget": {
|
||||
"Name": "System.Security.Cryptography.ProtectedData",
|
||||
"Version": "9.0.8"
|
||||
"Version": "9.0.9"
|
||||
}
|
||||
},
|
||||
"DevelopmentDependency": false
|
||||
@@ -655,7 +656,7 @@
|
||||
"Type": "nuget",
|
||||
"Nuget": {
|
||||
"Name": "System.Security.Cryptography.Xml",
|
||||
"Version": "9.0.8"
|
||||
"Version": "9.0.9"
|
||||
}
|
||||
},
|
||||
"DevelopmentDependency": false
|
||||
@@ -665,7 +666,7 @@
|
||||
"Type": "nuget",
|
||||
"Nuget": {
|
||||
"Name": "System.Security.Permissions",
|
||||
"Version": "9.0.8"
|
||||
"Version": "9.0.9"
|
||||
}
|
||||
},
|
||||
"DevelopmentDependency": false
|
||||
@@ -725,7 +726,7 @@
|
||||
"Type": "nuget",
|
||||
"Nuget": {
|
||||
"Name": "System.ServiceModel.Syndication",
|
||||
"Version": "9.0.8"
|
||||
"Version": "9.0.9"
|
||||
}
|
||||
},
|
||||
"DevelopmentDependency": false
|
||||
@@ -735,7 +736,7 @@
|
||||
"Type": "nuget",
|
||||
"Nuget": {
|
||||
"Name": "System.ServiceProcess.ServiceController",
|
||||
"Version": "9.0.8"
|
||||
"Version": "9.0.9"
|
||||
}
|
||||
},
|
||||
"DevelopmentDependency": false
|
||||
@@ -745,7 +746,7 @@
|
||||
"Type": "nuget",
|
||||
"Nuget": {
|
||||
"Name": "System.Speech",
|
||||
"Version": "9.0.8"
|
||||
"Version": "9.0.9"
|
||||
}
|
||||
},
|
||||
"DevelopmentDependency": false
|
||||
@@ -755,7 +756,7 @@
|
||||
"Type": "nuget",
|
||||
"Nuget": {
|
||||
"Name": "System.Threading.AccessControl",
|
||||
"Version": "9.0.8"
|
||||
"Version": "9.0.9"
|
||||
}
|
||||
},
|
||||
"DevelopmentDependency": false
|
||||
@@ -775,11 +776,10 @@
|
||||
"Type": "nuget",
|
||||
"Nuget": {
|
||||
"Name": "System.Windows.Extensions",
|
||||
"Version": "9.0.8"
|
||||
"Version": "9.0.9"
|
||||
}
|
||||
},
|
||||
"DevelopmentDependency": false
|
||||
}
|
||||
],
|
||||
"$schema": "https://json.schemastore.org/component-detection-manifest.json"
|
||||
]
|
||||
}
|
||||
|
Reference in New Issue
Block a user