Update version number to 1.0.0-preview1
This commit is contained in:
Родитель
8acf71457e
Коммит
8403184752
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"dependencies": {
|
||||
"Microsoft.AspNetCore.ResponseCaching": "1.0.0",
|
||||
"Microsoft.AspNetCore.ResponseCaching": "1.0.0-preview1",
|
||||
"Microsoft.AspNetCore.Server.IISIntegration": "1.0.0",
|
||||
"Microsoft.AspNetCore.Server.Kestrel": "1.0.1",
|
||||
"Microsoft.Extensions.Caching.Memory": "1.0.0"
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"version": "1.0.0",
|
||||
"version": "1.0.0-preview1",
|
||||
"buildOptions": {
|
||||
"warningsAsErrors": true,
|
||||
"keyFile": "../../tools/Key.snk",
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"version": "1.0.0",
|
||||
"version": "1.0.0-preview1",
|
||||
"buildOptions": {
|
||||
"warningsAsErrors": true,
|
||||
"allowUnsafe": true,
|
||||
|
@ -24,7 +24,7 @@
|
|||
"dependencies": {
|
||||
"Microsoft.AspNetCore.Http": "1.0.0",
|
||||
"Microsoft.AspNetCore.Http.Extensions": "1.0.0",
|
||||
"Microsoft.AspNetCore.ResponseCaching.Abstractions": "1.0.0",
|
||||
"Microsoft.AspNetCore.ResponseCaching.Abstractions": "1.0.0-preview1",
|
||||
"Microsoft.Extensions.Caching.Memory": "1.0.0",
|
||||
"Microsoft.Extensions.Logging.Abstractions": "1.0.0"
|
||||
},
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
},
|
||||
"dependencies": {
|
||||
"dotnet-test-xunit": "1.0.0-rc3-000000-01",
|
||||
"Microsoft.AspNetCore.ResponseCaching": "1.0.0",
|
||||
"Microsoft.AspNetCore.ResponseCaching": "1.0.0-preview1",
|
||||
"Microsoft.AspNetCore.TestHost": "1.0.0",
|
||||
"Microsoft.Extensions.Logging.Testing": "1.0.0",
|
||||
"xunit": "2.1.0"
|
||||
|
|
Загрузка…
Ссылка в новой задаче