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

4
global.json

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

Loading…
Cancel
Save