mirror of
https://github.com/PowerShell/PowerShell.git
synced 2024-11-24 02:04:07 +08:00
Update .NET SDK version from 5.0.100-preview.5.20272.6
to 5.0.100-preview.5.20278.13
(#12772)
This commit is contained in:
parent
7b6e84d517
commit
99da109312
@ -3100,8 +3100,8 @@
|
||||
<Component Id="cmp7BDE558CCB344A399134DE2C9E2C8D3D">
|
||||
<File Id="filF907AD3E73324DEA94AE90E9625AFA73" KeyPath="yes" Source="$(env.ProductSourcePath)\api-ms-win-core-console-l1-2-0.dll" />
|
||||
</Component>
|
||||
<Component Id="cmp9FA7850B4C98401FB52F84C6F0E6F10C">
|
||||
<File Id="filC2F050C7539A43C4BA2CEC15FBDA2589" KeyPath="yes" Source="$(env.ProductSourcePath)\mscordaccore_$(var.FileArchitecture)_$(var.FileArchitecture)_5.0.20.26811.dll" />
|
||||
<Component Id="cmp616C61FD507945649F648DC488C9ADCB" Guid="{3ede300d-c2b2-4bdc-8e05-57bbc06140c6}">
|
||||
<File Id="filB67C6FC5EF904288BB4DFCB5010033D7" KeyPath="yes" Source="$(env.ProductSourcePath)\mscordaccore_$(var.FileArchitecture)_$(var.FileArchitecture)_5.0.20.27801.dll" />
|
||||
</Component>
|
||||
</DirectoryRef>
|
||||
</Fragment>
|
||||
@ -4101,8 +4101,8 @@
|
||||
<ComponentRef Id="cmpE9599A00802144DF98F5792E029C8875" />
|
||||
<ComponentRef Id="cmp0989343D60B74AF082291F612F0E6FA6" />
|
||||
<ComponentRef Id="cmp7BDE558CCB344A399134DE2C9E2C8D3D" />
|
||||
<ComponentRef Id="cmp9FA7850B4C98401FB52F84C6F0E6F10C" />
|
||||
<ComponentRef Id="cmp19ADFEFDD03047828CF493B5B5CE7B6E" />
|
||||
<ComponentRef Id="cmp616C61FD507945649F648DC488C9ADCB" />
|
||||
</ComponentGroup>
|
||||
</Fragment>
|
||||
</Wix>
|
||||
|
@ -1,5 +1,5 @@
|
||||
{
|
||||
"sdk": {
|
||||
"version": "5.0.100-preview.5.20272.6"
|
||||
"version": "5.0.100-preview.5.20278.13"
|
||||
}
|
||||
}
|
||||
|
@ -47,7 +47,7 @@
|
||||
|
||||
<ItemGroup>
|
||||
<!-- the following package(s) are from https://github.com/dotnet/corefx -->
|
||||
<PackageReference Include="System.ServiceProcess.ServiceController" Version="5.0.0-preview.5.20268.11" />
|
||||
<PackageReference Include="System.ServiceProcess.ServiceController" Version="5.0.0-preview.5.20278.1" />
|
||||
</ItemGroup>
|
||||
|
||||
</Project>
|
||||
|
@ -32,8 +32,8 @@
|
||||
|
||||
<ItemGroup>
|
||||
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="3.6.0" />
|
||||
<PackageReference Include="System.Threading.AccessControl" Version="5.0.0-preview.5.20268.11" />
|
||||
<PackageReference Include="System.Drawing.Common" Version="5.0.0-preview.5.20268.11" />
|
||||
<PackageReference Include="System.Threading.AccessControl" Version="5.0.0-preview.5.20278.1" />
|
||||
<PackageReference Include="System.Drawing.Common" Version="5.0.0-preview.5.20278.1" />
|
||||
<PackageReference Include="NJsonSchema" Version="10.1.18" />
|
||||
</ItemGroup>
|
||||
|
||||
|
@ -8,7 +8,7 @@
|
||||
|
||||
<ItemGroup>
|
||||
<!-- the following package(s) are from https://github.com/dotnet/corefx -->
|
||||
<PackageReference Include="System.Diagnostics.EventLog" Version="5.0.0-preview.5.20268.11" />
|
||||
<PackageReference Include="System.Diagnostics.EventLog" Version="5.0.0-preview.5.20278.1" />
|
||||
</ItemGroup>
|
||||
|
||||
</Project>
|
||||
|
@ -18,9 +18,9 @@
|
||||
<!-- the following package(s) are from https://github.com/dotnet/fxdac -->
|
||||
<PackageReference Include="System.Data.SqlClient" Version="4.8.1" />
|
||||
<!-- the following package(s) are from https://github.com/dotnet/corefx -->
|
||||
<PackageReference Include="System.IO.Packaging" Version="5.0.0-preview.5.20268.11" />
|
||||
<PackageReference Include="System.Net.Http.WinHttpHandler" Version="5.0.0-preview.5.20268.11" />
|
||||
<PackageReference Include="System.Text.Encodings.Web" Version="5.0.0-preview.5.20268.11" />
|
||||
<PackageReference Include="System.IO.Packaging" Version="5.0.0-preview.5.20278.1" />
|
||||
<PackageReference Include="System.Net.Http.WinHttpHandler" Version="5.0.0-preview.5.20278.1" />
|
||||
<PackageReference Include="System.Text.Encodings.Web" Version="5.0.0-preview.5.20278.1" />
|
||||
<!-- the following package(s) are from https://github.com/dotnet/wcf -->
|
||||
<PackageReference Include="System.ServiceModel.Duplex" Version="4.7.0" />
|
||||
<PackageReference Include="System.ServiceModel.Http" Version="4.7.0" />
|
||||
@ -30,7 +30,7 @@
|
||||
<PackageReference Include="System.Private.ServiceModel" Version="4.7.0" />
|
||||
<!-- the source could not be found for the following package(s) -->
|
||||
<PackageReference Include="Microsoft.NETCore.Windows.ApiSets" Version="1.0.1" />
|
||||
<PackageReference Include="Microsoft.Windows.Compatibility" Version="5.0.0-preview.5.20268.11" />
|
||||
<PackageReference Include="Microsoft.Windows.Compatibility" Version="5.0.0-preview.5.20278.1" />
|
||||
</ItemGroup>
|
||||
|
||||
</Project>
|
||||
|
@ -9,7 +9,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="5.0.0-preview.5.20268.11" />
|
||||
<PackageReference Include="System.ServiceProcess.ServiceController" Version="5.0.0-preview.5.20278.1" />
|
||||
</ItemGroup>
|
||||
|
||||
<PropertyGroup>
|
||||
|
@ -16,16 +16,16 @@
|
||||
<!-- the Application Insights package -->
|
||||
<PackageReference Include="Microsoft.ApplicationInsights" Version="2.14.0" />
|
||||
<!-- the following package(s) are from https://github.com/dotnet/corefx -->
|
||||
<PackageReference Include="Microsoft.Win32.Registry.AccessControl" Version="5.0.0-preview.5.20268.11" />
|
||||
<PackageReference Include="System.Configuration.ConfigurationManager" Version="5.0.0-preview.5.20268.11" />
|
||||
<PackageReference Include="System.DirectoryServices" Version="5.0.0-preview.5.20268.11" />
|
||||
<PackageReference Include="System.IO.FileSystem.AccessControl" Version="5.0.0-preview.5.20268.11" />
|
||||
<PackageReference Include="System.Management" Version="5.0.0-preview.5.20268.11" />
|
||||
<PackageReference Include="System.Runtime.CompilerServices.Unsafe" Version="5.0.0-preview.5.20268.11" />
|
||||
<PackageReference Include="System.Security.AccessControl" Version="5.0.0-preview.5.20268.11" />
|
||||
<PackageReference Include="System.Security.Cryptography.Pkcs" Version="5.0.0-preview.5.20268.11" />
|
||||
<PackageReference Include="System.Security.Permissions" Version="5.0.0-preview.5.20268.11" />
|
||||
<PackageReference Include="System.Text.Encoding.CodePages" Version="5.0.0-preview.5.20268.11" />
|
||||
<PackageReference Include="Microsoft.Win32.Registry.AccessControl" Version="5.0.0-preview.5.20278.1" />
|
||||
<PackageReference Include="System.Configuration.ConfigurationManager" Version="5.0.0-preview.5.20278.1" />
|
||||
<PackageReference Include="System.DirectoryServices" Version="5.0.0-preview.5.20278.1" />
|
||||
<PackageReference Include="System.IO.FileSystem.AccessControl" Version="5.0.0-preview.5.20278.1" />
|
||||
<PackageReference Include="System.Management" Version="5.0.0-preview.5.20278.1" />
|
||||
<PackageReference Include="System.Runtime.CompilerServices.Unsafe" Version="5.0.0-preview.5.20278.1" />
|
||||
<PackageReference Include="System.Security.AccessControl" Version="5.0.0-preview.5.20278.1" />
|
||||
<PackageReference Include="System.Security.Cryptography.Pkcs" Version="5.0.0-preview.5.20278.1" />
|
||||
<PackageReference Include="System.Security.Permissions" Version="5.0.0-preview.5.20278.1" />
|
||||
<PackageReference Include="System.Text.Encoding.CodePages" Version="5.0.0-preview.5.20278.1" />
|
||||
<!-- the following package(s) are from the powershell org -->
|
||||
<PackageReference Include="Microsoft.Management.Infrastructure" Version="2.0.0" />
|
||||
<PackageReference Include="Microsoft.PowerShell.Native" Version="7.0.0" />
|
||||
|
@ -12,7 +12,7 @@
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<PackageReference Include="Microsoft.Windows.Compatibility" Version="5.0.0-preview.5.20268.11" />
|
||||
<PackageReference Include="Microsoft.Windows.Compatibility" Version="5.0.0-preview.5.20278.1" />
|
||||
</ItemGroup>
|
||||
|
||||
</Project>
|
||||
|
@ -8,7 +8,7 @@
|
||||
|
||||
<ItemGroup>
|
||||
<PackageReference Include="Microsoft.AspNetCore.Mvc.NewtonsoftJson" Version="5.0.0-preview.5.20272.1" />
|
||||
<PackageReference Include="System.Text.Encoding.CodePages" Version="5.0.0-preview.5.20268.11" />
|
||||
<PackageReference Include="System.Text.Encoding.CodePages" Version="5.0.0-preview.5.20278.1" />
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
|
@ -14,6 +14,6 @@
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<PackageReference Include="Newtonsoft.Json" Version="12.0.3" />
|
||||
<PackageReference Include="System.Security.AccessControl" Version="5.0.0-preview.5.20268.11" />
|
||||
<PackageReference Include="System.Security.AccessControl" Version="5.0.0-preview.5.20278.1" />
|
||||
</ItemGroup>
|
||||
</Project>
|
||||
|
@ -9,7 +9,7 @@
|
||||
</PropertyGroup>
|
||||
<ItemGroup>
|
||||
<PackageReference Include="Microsoft.Management.Infrastructure" Version="2.0.0" />
|
||||
<PackageReference Include="System.Security.AccessControl" Version="5.0.0-preview.5.20268.11" />
|
||||
<PackageReference Include="System.Security.Principal.Windows" Version="5.0.0-preview.5.20268.11" />
|
||||
<PackageReference Include="System.Security.AccessControl" Version="5.0.0-preview.5.20278.1" />
|
||||
<PackageReference Include="System.Security.Principal.Windows" Version="5.0.0-preview.5.20278.1" />
|
||||
</ItemGroup>
|
||||
</Project>
|
||||
|
Loading…
Reference in New Issue
Block a user