Skip to content

Commit

Permalink
Update .NET SDK version from 5.0.100-preview.5.20269.29 to `5.0.100…
Browse files Browse the repository at this point in the history
…-preview.5.20272.6` (PowerShell#12759)

Automated changes by [create-pull-request](https://github.com/peter-evans/create-pull-request) GitHub action
  • Loading branch information
github-actions[bot] committed May 23, 2020
1 parent ac40e02 commit 12e0adc
Show file tree
Hide file tree
Showing 12 changed files with 30 additions and 30 deletions.
8 changes: 4 additions & 4 deletions assets/files.wxs
Original file line number Diff line number Diff line change
Expand Up @@ -3098,12 +3098,12 @@
<Component Id="cmpDBF82E0B595545C691EFDEA6D0A55EC2" Guid="{04a2d230-ce2e-4957-bc6d-e7794b88fae3}">
<File Id="filCE6DF8BB560F4785A4111E43CD9C14D7" KeyPath="yes" Source="$(env.ProductSourcePath)\api-ms-win-core-console-l1-2-0.dll" />
</Component>
<Component Id="cmp09D3F0FF826A4CBEB4480AD2EC9720AC" Guid="{af62d3ce-a587-4e20-ac32-2ba264c171be}">
<File Id="filE2CC950CA4B8492D860AD430BFD08E83" KeyPath="yes" Source="$(env.ProductSourcePath)\mscordaccore_$(var.FileArchitecture)_$(var.FileArchitecture)_5.0.20.26809.dll" />
</Component>
<Component Id="cmp6B528E75D2CB45E58C77F93EA7E24F80" Guid="{fb87b4f9-032d-48f3-bef8-d9e5c8e22049}">
<File Id="fil67976057061F492B9399BBF5C21ED593" KeyPath="yes" Source="$(env.ProductSourcePath)\createdump.exe" />
</Component>
<Component Id="cmp33B05934C5D34621AFE3FDAC8A740FC3" Guid="{3101c4ff-61f8-47da-ad2c-3b68922bed5d}">
<File Id="fil254871B976DE4926B92E35FE5D5F6DD5" KeyPath="yes" Source="$(env.ProductSourcePath)\mscordaccore_$(var.FileArchitecture)_$(var.FileArchitecture)_5.0.20.26811.dll" />
</Component>
</DirectoryRef>
</Fragment>
<Fragment>
Expand Down Expand Up @@ -4102,8 +4102,8 @@
<ComponentRef Id="cmpD5CAB799D1E7463A92559D3D8E71172C" />
<ComponentRef Id="cmp10A3BA8FB6304CDE98FA8E6D57223EEF" />
<ComponentRef Id="cmpA57645B04E5F4D66AC598512C95AA1B9" />
<ComponentRef Id="cmp09D3F0FF826A4CBEB4480AD2EC9720AC" />
<ComponentRef Id="cmp6B528E75D2CB45E58C77F93EA7E24F80" />
<ComponentRef Id="cmp33B05934C5D34621AFE3FDAC8A740FC3" />
</ComponentGroup>
</Fragment>
</Wix>
2 changes: 1 addition & 1 deletion global.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"sdk": {
"version": "5.0.100-preview.5.20269.29"
"version": "5.0.100-preview.5.20272.6"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -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.9" />
<PackageReference Include="System.ServiceProcess.ServiceController" Version="5.0.0-preview.5.20268.11" />
</ItemGroup>

</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -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.9" />
<PackageReference Include="System.Drawing.Common" Version="5.0.0-preview.5.20268.9" />
<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="NJsonSchema" Version="10.1.17" />
</ItemGroup>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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.9" />
<PackageReference Include="System.Diagnostics.EventLog" Version="5.0.0-preview.5.20268.11" />
</ItemGroup>

</Project>
8 changes: 4 additions & 4 deletions src/Microsoft.PowerShell.SDK/Microsoft.PowerShell.SDK.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -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.9" />
<PackageReference Include="System.Net.Http.WinHttpHandler" Version="5.0.0-preview.5.20268.9" />
<PackageReference Include="System.Text.Encodings.Web" Version="5.0.0-preview.5.20268.9" />
<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" />
<!-- 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" />
Expand All @@ -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.9" />
<PackageReference Include="Microsoft.Windows.Compatibility" Version="5.0.0-preview.5.20268.11" />
</ItemGroup>

</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -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.9" />
<PackageReference Include="System.ServiceProcess.ServiceController" Version="5.0.0-preview.5.20268.11" />
</ItemGroup>

<PropertyGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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.9" />
<PackageReference Include="System.Configuration.ConfigurationManager" Version="5.0.0-preview.5.20268.9" />
<PackageReference Include="System.DirectoryServices" Version="5.0.0-preview.5.20268.9" />
<PackageReference Include="System.IO.FileSystem.AccessControl" Version="5.0.0-preview.5.20268.9" />
<PackageReference Include="System.Management" Version="5.0.0-preview.5.20268.9" />
<PackageReference Include="System.Runtime.CompilerServices.Unsafe" Version="5.0.0-preview.5.20268.9" />
<PackageReference Include="System.Security.AccessControl" Version="5.0.0-preview.5.20268.9" />
<PackageReference Include="System.Security.Cryptography.Pkcs" Version="5.0.0-preview.5.20268.9" />
<PackageReference Include="System.Security.Permissions" Version="5.0.0-preview.5.20268.9" />
<PackageReference Include="System.Text.Encoding.CodePages" Version="5.0.0-preview.5.20268.9" />
<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" />
<!-- 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" />
Expand Down
2 changes: 1 addition & 1 deletion test/tools/TestService/TestService.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.Windows.Compatibility" Version="5.0.0-preview.5.20268.9" />
<PackageReference Include="Microsoft.Windows.Compatibility" Version="5.0.0-preview.5.20268.11" />
</ItemGroup>

</Project>
4 changes: 2 additions & 2 deletions test/tools/WebListener/WebListener.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.Mvc.NewtonsoftJson" Version="5.0.0-preview.5.20269.6" />
<PackageReference Include="System.Text.Encoding.CodePages" Version="5.0.0-preview.5.20268.9" />
<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" />
</ItemGroup>

<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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.9" />
<PackageReference Include="System.Security.AccessControl" Version="5.0.0-preview.5.20268.11" />
</ItemGroup>
</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -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.9" />
<PackageReference Include="System.Security.Principal.Windows" Version="5.0.0-preview.5.20268.9" />
<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" />
</ItemGroup>
</Project>

0 comments on commit 12e0adc

Please sign in to comment.