Browse Source

Bump the .NET runtimes and the Microsoft.Bcl.AsyncInterfaces/System.Text.Json/System.Net.Http.Json packages

pull/979/head 3.0.0-beta1
Kévin Chalet 6 years ago
parent
commit
5abe8a6b93
  1. 6
      eng/Versions.props
  2. 4
      global.json

6
eng/Versions.props

@ -30,7 +30,7 @@
<PropertyGroup> <PropertyGroup>
<AngleSharpVersion>0.14.0</AngleSharpVersion> <AngleSharpVersion>0.14.0</AngleSharpVersion>
<BclAsyncInterfacesVersion>1.1.0</BclAsyncInterfacesVersion> <BclAsyncInterfacesVersion>1.1.1</BclAsyncInterfacesVersion>
<BclHashCodeVersion>1.1.0</BclHashCodeVersion> <BclHashCodeVersion>1.1.0</BclHashCodeVersion>
<BouncyCastleVersion>1.8.6.7</BouncyCastleVersion> <BouncyCastleVersion>1.8.6.7</BouncyCastleVersion>
<DataAnnotationsVersion>4.7.0</DataAnnotationsVersion> <DataAnnotationsVersion>4.7.0</DataAnnotationsVersion>
@ -44,8 +44,8 @@
<MoqVersion>4.13.1</MoqVersion> <MoqVersion>4.13.1</MoqVersion>
<OwinVersion>4.1.0</OwinVersion> <OwinVersion>4.1.0</OwinVersion>
<ReferenceAssembliesVersion>1.0.0</ReferenceAssembliesVersion> <ReferenceAssembliesVersion>1.0.0</ReferenceAssembliesVersion>
<SystemNetHttpJsonVersion>3.2.0</SystemNetHttpJsonVersion> <SystemNetHttpJsonVersion>3.2.1</SystemNetHttpJsonVersion>
<SystemTextJsonVersion>4.7.1</SystemTextJsonVersion> <SystemTextJsonVersion>4.7.2</SystemTextJsonVersion>
<TasksExtensionsVersion>4.5.4</TasksExtensionsVersion> <TasksExtensionsVersion>4.5.4</TasksExtensionsVersion>
</PropertyGroup> </PropertyGroup>

4
global.json

@ -3,8 +3,8 @@
"dotnet": "5.0.100-preview.4.20258.7", "dotnet": "5.0.100-preview.4.20258.7",
"runtimes": { "runtimes": {
"aspnetcore": [ "aspnetcore": [
"2.1.17", "2.1.19",
"3.1.4" "3.1.5"
] ]
} }
}, },

Loading…
Cancel
Save