Update to latest package references, runtime framework, and SDK (#7646)

* Move to .Net Core SDK 2.1.401 and runtime 2.1.3

* Update package references
This commit is contained in:
Ilya 2018-08-31 06:39:44 +05:00 committed by Travis Plunk
parent 26d2741377
commit c34d3ef332
11 changed files with 2679 additions and 2549 deletions

View file

@ -63,7 +63,7 @@ after_success:
# which is expensive and unneeded for build agents.
env:
global:
- CACHE_VERSION=netcoreapp.2.1-sdk.2.1.302
- CACHE_VERSION=netcoreapp.2.1-sdk.2.1.401
- POWERSHELL_TELEMETRY_OPTOUT=1
- DOTNET_SKIP_FIRST_TIME_EXPERIENCE=1

View file

@ -94,7 +94,7 @@
<Copyright>(c) Microsoft Corporation. All rights reserved.</Copyright>
<TargetFramework>netcoreapp2.1</TargetFramework>
<RuntimeFrameworkVersion>2.1.2</RuntimeFrameworkVersion>
<RuntimeFrameworkVersion>2.1.3</RuntimeFrameworkVersion>
<LangVersion>Latest</LangVersion>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>

View file

@ -9,7 +9,7 @@ environment:
- APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017
Purpose: ElevatedPesterTests_xUnit_Packaging
# cache version - netcoreapp.2.1-sdk.2.1.302
# cache version - netcoreapp.2.1-sdk.2.1.401
cache:
- '%HOMEDRIVE%%HOMEPATH%\.nuget\packages -> appveyor.yml'

File diff suppressed because it is too large Load diff

View file

@ -1,5 +1,5 @@
{
"sdk": {
"version": "2.1.302"
"version": "2.1.401"
}
}

View file

@ -66,8 +66,8 @@
</ItemGroup>
<ItemGroup>
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="2.8.2" />
<PackageReference Include="NJsonSchema" Version="9.10.65" />
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="2.9.0" />
<PackageReference Include="NJsonSchema" Version="9.10.70" />
</ItemGroup>
</Project>

View file

@ -9,7 +9,7 @@
<ItemGroup>
<ProjectReference Include="..\System.Management.Automation\System.Management.Automation.csproj" />
<!-- the following package(s) are from https://github.com/microsoft/applicationinsights-??? -->
<PackageReference Include="Microsoft.ApplicationInsights" Version="2.6.4" />
<PackageReference Include="Microsoft.ApplicationInsights" Version="2.7.2" />
</ItemGroup>
<PropertyGroup>

View file

@ -9,7 +9,7 @@
<ItemGroup>
<!-- Source: https://github.com/lunet-io/markdig/ -->
<ProjectReference Include="../System.Management.Automation/System.Management.Automation.csproj" />
<PackageReference Include="Markdig.Signed" Version="0.15.1" />
<PackageReference Include="Markdig.Signed" Version="0.15.2" />
</ItemGroup>
</Project>

View file

@ -31,7 +31,7 @@
<PackageReference Include="System.Private.ServiceModel" Version="4.5.3" />
<!-- 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="2.0.0" />
<PackageReference Include="Microsoft.Windows.Compatibility" Version="2.0.1" />
</ItemGroup>
</Project>

View file

@ -5,7 +5,7 @@
<Copyright>(c) Microsoft Corporation. All rights reserved.</Copyright>
<TargetFramework>netcoreapp2.1</TargetFramework>
<RuntimeFrameworkVersion>2.1.2</RuntimeFrameworkVersion>
<RuntimeFrameworkVersion>2.1.3</RuntimeFrameworkVersion>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>

View file

@ -7,7 +7,7 @@
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.App" Version="2.1.2" />
<PackageReference Include="Microsoft.AspNetCore.App" Version="2.1.3" />
</ItemGroup>
<ItemGroup>