Upgrade to Netcoreapp3.0 preview9 (#10484)

This commit is contained in:
Christoph Bergmeister [MVP] 2019-09-06 20:15:49 +01:00 committed by Travis Plunk
parent cc0fed479a
commit 5a66306c71
13 changed files with 36 additions and 36 deletions

View file

@ -3,7 +3,7 @@
# Licensed under the MIT License. See https://go.microsoft.com/fwlink/?linkid=2090316 for license information.
#-------------------------------------------------------------------------------------------------------------
FROM mcr.microsoft.com/dotnet/core/sdk:3.0.100-preview8
FROM mcr.microsoft.com/dotnet/core/sdk:3.0.100-preview9
# Avoid warnings by switching to noninteractive
ENV DEBIAN_FRONTEND=noninteractive

View file

@ -1,6 +1,6 @@
// See https://aka.ms/vscode-remote/devcontainer.json for format details.
{
"name": ".NET Core 3.0-preview8, including pwsh (Debian 10)",
"name": ".NET Core 3.0-preview9, including pwsh (Debian 10)",
"dockerFile": "Dockerfile",
// Uncomment the next line to run commands after the container is created.

View file

@ -3048,8 +3048,8 @@
<Component Id="cmp827B25EEC28D4699BB29042B273C8CBF" Guid="{f7ccc70c-5aaf-4e6b-bf9f-c59f4e631f9c}">
<File Id="filEF6B07EDBC8F43AE8DF88CFDF798FC22" KeyPath="yes" Source="$(env.ProductSourcePath)\System.ComponentModel.Composition.Registration.dll" />
</Component>
<Component Id="cmp45C246DB0A6548B88F0ECFAE7E04DDF9" Guid="{c0aa34fa-b8b3-4fdd-8ea9-0a7b552fd62a}">
<File Id="fil03DDF9C95E914AB68AE38D7B8AEF4BE9" KeyPath="yes" Source="$(env.ProductSourcePath)\mscordaccore_$(var.FileArchitecture)_$(var.FileArchitecture)_4.700.19.37902.dll" />
<Component Id="cmp712842BFA391403DA3F21B2A4C729ED3" Guid="{e141999c-71cc-4c7f-9f2b-11b1005bd5dc}">
<File Id="filDB5CFCFC242B419586E36CD5B281216A" KeyPath="yes" Source="$(env.ProductSourcePath)\mscordaccore_$(var.FileArchitecture)_$(var.FileArchitecture)_4.700.19.42102.dll" />
</Component>
</DirectoryRef>
</Fragment>
@ -3887,7 +3887,7 @@
<ComponentRef Id="cmpAD1A205D445C43588868B205091DD390" />
<ComponentRef Id="cmpD7A187ADE66347E5A7550B96BA10D493" />
<ComponentRef Id="cmp827B25EEC28D4699BB29042B273C8CBF" />
<ComponentRef Id="cmp45C246DB0A6548B88F0ECFAE7E04DDF9" />
<ComponentRef Id="cmp712842BFA391403DA3F21B2A4C729ED3" />
</ComponentGroup>
</Fragment>
</Wix>

View file

@ -1,5 +1,5 @@
{
"sdk": {
"version": "3.0.100-preview8-013656"
"version": "3.0.100-preview9-014004"
}
}

View file

@ -57,7 +57,7 @@
<ItemGroup>
<!-- the following package(s) are from https://github.com/dotnet/corefx -->
<PackageReference Include="System.ServiceProcess.ServiceController" Version="4.6.0-preview8.19405.3" />
<PackageReference Include="System.ServiceProcess.ServiceController" Version="4.6.0-preview9.19421.4" />
</ItemGroup>
</Project>

View file

@ -56,7 +56,7 @@
<ItemGroup>
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="3.2.1" />
<PackageReference Include="System.Threading.AccessControl" Version="4.6.0-preview8.19405.3" />
<PackageReference Include="System.Threading.AccessControl" Version="4.6.0-preview9.19421.4" />
<PackageReference Include="NJsonSchema" Version="10.0.23" />
</ItemGroup>

View file

@ -8,7 +8,7 @@
<ItemGroup>
<!-- the following package(s) are from https://github.com/dotnet/corefx -->
<PackageReference Include="System.Diagnostics.EventLog" Version="4.6.0-preview8.19405.3" />
<PackageReference Include="System.Diagnostics.EventLog" Version="4.6.0-preview9.19421.4" />
</ItemGroup>
</Project>

View file

@ -16,21 +16,21 @@
<ItemGroup>
<!-- the following package(s) are from https://github.com/dotnet/fxdac -->
<PackageReference Include="System.Data.SqlClient" Version="4.7.0-preview8.19405.3" />
<PackageReference Include="System.Data.SqlClient" Version="4.7.0-preview9.19421.4" />
<!-- the following package(s) are from https://github.com/dotnet/corefx -->
<PackageReference Include="System.IO.Packaging" Version="4.6.0-preview8.19405.3" />
<PackageReference Include="System.Net.Http.WinHttpHandler" Version="4.6.0-preview8.19405.3" />
<PackageReference Include="System.Text.Encodings.Web" Version="4.6.0-preview8.19405.3" />
<PackageReference Include="System.IO.Packaging" Version="4.6.0-preview9.19421.4" />
<PackageReference Include="System.Net.Http.WinHttpHandler" Version="4.6.0-preview9.19421.4" />
<PackageReference Include="System.Text.Encodings.Web" Version="4.6.0-preview9.19421.4" />
<!-- the following package(s) are from https://github.com/dotnet/wcf -->
<PackageReference Include="System.ServiceModel.Duplex" Version="4.6.0-preview8.final" />
<PackageReference Include="System.ServiceModel.Http" Version="4.6.0-preview8.final" />
<PackageReference Include="System.ServiceModel.NetTcp" Version="4.6.0-preview8.final" />
<PackageReference Include="System.ServiceModel.Primitives" Version="4.6.0-preview8.final" />
<PackageReference Include="System.ServiceModel.Security" Version="4.6.0-preview8.final" />
<PackageReference Include="System.Private.ServiceModel" Version="4.6.0-preview8.final" />
<PackageReference Include="System.ServiceModel.Duplex" Version="4.6.0-preview9.final" />
<PackageReference Include="System.ServiceModel.Http" Version="4.6.0-preview9.final" />
<PackageReference Include="System.ServiceModel.NetTcp" Version="4.6.0-preview9.final" />
<PackageReference Include="System.ServiceModel.Primitives" Version="4.6.0-preview9.final" />
<PackageReference Include="System.ServiceModel.Security" Version="4.6.0-preview9.final" />
<PackageReference Include="System.Private.ServiceModel" Version="4.6.0-preview9.final" />
<!-- 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="3.0.0-preview8.19405.3" />
<PackageReference Include="Microsoft.Windows.Compatibility" Version="3.0.0-preview9.19421.4" />
</ItemGroup>
</Project>

View file

@ -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="4.6.0-preview8.19405.3" />
<PackageReference Include="System.ServiceProcess.ServiceController" Version="4.6.0-preview9.19421.4" />
</ItemGroup>
<PropertyGroup>

View file

@ -16,16 +16,16 @@
<!-- the Application Insights package -->
<PackageReference Include="Microsoft.ApplicationInsights" Version="2.10.0" />
<!-- the following package(s) are from https://github.com/dotnet/corefx -->
<PackageReference Include="Microsoft.Win32.Registry.AccessControl" Version="4.6.0-preview8.19405.3" />
<PackageReference Include="System.Configuration.ConfigurationManager" Version="4.6.0-preview8.19405.3" />
<PackageReference Include="System.DirectoryServices" Version="4.6.0-preview8.19405.3" />
<PackageReference Include="System.IO.FileSystem.AccessControl" Version="4.6.0-preview8.19405.3" />
<PackageReference Include="System.Management" Version="4.6.0-preview8.19405.3" />
<PackageReference Include="System.Runtime.CompilerServices.Unsafe" Version="4.6.0-preview8.19405.3" />
<PackageReference Include="System.Security.AccessControl" Version="4.6.0-preview8.19405.3" />
<PackageReference Include="System.Security.Cryptography.Pkcs" Version="4.6.0-preview8.19405.3" />
<PackageReference Include="System.Security.Permissions" Version="4.6.0-preview8.19405.3" />
<PackageReference Include="System.Text.Encoding.CodePages" Version="4.6.0-preview8.19405.3" />
<PackageReference Include="Microsoft.Win32.Registry.AccessControl" Version="4.6.0-preview9.19421.4" />
<PackageReference Include="System.Configuration.ConfigurationManager" Version="4.6.0-preview9.19421.4" />
<PackageReference Include="System.DirectoryServices" Version="4.6.0-preview9.19421.4" />
<PackageReference Include="System.IO.FileSystem.AccessControl" Version="4.6.0-preview9.19421.4" />
<PackageReference Include="System.Management" Version="4.6.0-preview9.19421.4" />
<PackageReference Include="System.Runtime.CompilerServices.Unsafe" Version="4.6.0-preview9.19421.4" />
<PackageReference Include="System.Security.AccessControl" Version="4.6.0-preview9.19421.4" />
<PackageReference Include="System.Security.Cryptography.Pkcs" Version="4.6.0-preview9.19421.4" />
<PackageReference Include="System.Security.Permissions" Version="4.6.0-preview9.19421.4" />
<PackageReference Include="System.Text.Encoding.CodePages" Version="4.6.0-preview9.19421.4" />
<!-- the following package(s) are from the powershell org -->
<PackageReference Include="Microsoft.Management.Infrastructure" Version="2.0.0-preview.2" />
<PackageReference Include="Microsoft.PowerShell.Native" Version="7.0.0-preview.1" />

View file

@ -7,8 +7,8 @@
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.Mvc.NewtonsoftJson" Version="3.0.0-preview6.19307.2" />
<PackageReference Include="System.Text.Encoding.CodePages" Version="4.6.0-preview8.19405.3" />
<PackageReference Include="Microsoft.AspNetCore.Mvc.NewtonsoftJson" Version="3.0.0-preview9.19424.4" />
<PackageReference Include="System.Text.Encoding.CodePages" Version="4.6.0-preview9.19421.4" />
</ItemGroup>
<ItemGroup>

View file

@ -14,6 +14,6 @@
</ItemGroup>
<ItemGroup>
<PackageReference Include="Newtonsoft.Json" Version="12.0.2" />
<PackageReference Include="System.Security.AccessControl" Version="4.6.0-preview8.19405.3" />
<PackageReference Include="System.Security.AccessControl" Version="4.6.0-preview9.19421.4" />
</ItemGroup>
</Project>

View file

@ -9,7 +9,7 @@
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.Management.Infrastructure" Version="1.0.0" />
<PackageReference Include="System.Security.AccessControl" Version="4.6.0-preview8.19405.3" />
<PackageReference Include="System.Security.Principal.Windows" Version="4.6.0-preview8.19405.3" />
<PackageReference Include="System.Security.AccessControl" Version="4.6.0-preview9.19421.4" />
<PackageReference Include="System.Security.Principal.Windows" Version="4.6.0-preview9.19421.4" />
</ItemGroup>
</Project>