Skip to content
This repository was archived by the owner on Dec 14, 2018. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions NuGet.config
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<packageSources>
<clear />
<add key="AspNetCore" value="https://dotnet.myget.org/F/aspnetcore-master/api/v3/index.json" />
<add key="AspNetCore-Patch" value="https://dotnet.myget.org/F/aspnetcore-rel-1-0-3/api/v3/index.json" />
<add key="AspNetCore-Patch" value="https://dotnet.myget.org/F/aspnet-1-0-4-patch/api/v3/index.json" />
<add key="NuGet" value="https://api.nuget.org/v3/index.json" />
</packageSources>
</configuration>
</configuration>
5 changes: 4 additions & 1 deletion global.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
{
"projects": ["src"]
"projects": ["src"],
"sdk": {
"version": "1.0.0-preview2-003154"
}
}
4 changes: 2 additions & 2 deletions samples/MemoryCacheConcurencySample/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@
"emitEntryPoint": true
},
"dependencies": {
"Microsoft.Extensions.Caching.Memory": "1.0.1"
"Microsoft.Extensions.Caching.Memory": "1.0.2"
},
"frameworks": {
"net451": {},
"netcoreapp1.0": {
"dependencies": {
"Microsoft.NETCore.App": {
"version": "1.0.3",
"version": "1.0.4",
"type": "platform"
}
}
Expand Down
4 changes: 2 additions & 2 deletions samples/MemoryCacheSample/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@
"emitEntryPoint": true
},
"dependencies": {
"Microsoft.Extensions.Caching.Memory": "1.0.1"
"Microsoft.Extensions.Caching.Memory": "1.0.2"
},
"frameworks": {
"net451": {},
"netcoreapp1.0": {
"dependencies": {
"Microsoft.NETCore.App": {
"version": "1.0.3",
"version": "1.0.4",
"type": "platform"
}
}
Expand Down
4 changes: 2 additions & 2 deletions samples/ProfilingSample/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@
"emitEntryPoint": true
},
"dependencies": {
"Microsoft.Extensions.Caching.Memory": "1.0.1"
"Microsoft.Extensions.Caching.Memory": "1.0.2"
},
"frameworks": {
"net451": {},
"netcoreapp1.0": {
"dependencies": {
"Microsoft.NETCore.App": {
"version": "1.0.3",
"version": "1.0.4",
"type": "platform"
}
}
Expand Down
2 changes: 1 addition & 1 deletion samples/RedisCacheSample/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"emitEntryPoint": true
},
"dependencies": {
"Microsoft.Extensions.Caching.Redis": "1.0.1"
"Microsoft.Extensions.Caching.Redis": "1.0.2"
},
"frameworks": {
"net451": {}
Expand Down
10 changes: 5 additions & 5 deletions samples/SqlServerCacheConcurencySample/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
"emitEntryPoint": true
},
"dependencies": {
"Microsoft.Extensions.Caching.SqlServer": "1.0.1",
"Microsoft.Extensions.Configuration.EnvironmentVariables": "1.0.1",
"Microsoft.Extensions.Configuration.Json": "1.0.1",
"Microsoft.Extensions.Options": "1.0.1",
"Microsoft.Extensions.Caching.SqlServer": "1.0.2",
"Microsoft.Extensions.Configuration.EnvironmentVariables": "1.0.2",
"Microsoft.Extensions.Configuration.Json": "1.0.2",
"Microsoft.Extensions.Options": "1.0.2",
"Microsoft.Extensions.PlatformAbstractions": "1.0.0"
},
"publishOptions": {
Expand All @@ -19,7 +19,7 @@
"netcoreapp1.0": {
"dependencies": {
"Microsoft.NETCore.App": {
"version": "1.0.3",
"version": "1.0.4",
"type": "platform"
}
}
Expand Down
8 changes: 4 additions & 4 deletions samples/SqlServerCacheSample/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
"emitEntryPoint": true
},
"dependencies": {
"Microsoft.Extensions.Caching.SqlServer": "1.0.1",
"Microsoft.Extensions.Configuration.EnvironmentVariables": "1.0.1",
"Microsoft.Extensions.Configuration.Json": "1.0.1",
"Microsoft.Extensions.Caching.SqlServer": "1.0.2",
"Microsoft.Extensions.Configuration.EnvironmentVariables": "1.0.2",
"Microsoft.Extensions.Configuration.Json": "1.0.2",
"Microsoft.Extensions.PlatformAbstractions": "1.0.0"
},
"publishOptions": {
Expand All @@ -18,7 +18,7 @@
"netcoreapp1.0": {
"dependencies": {
"Microsoft.NETCore.App": {
"version": "1.0.3",
"version": "1.0.4",
"type": "platform"
}
}
Expand Down
2 changes: 1 addition & 1 deletion src/Microsoft.Extensions.Caching.Abstractions/project.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.0.1",
"version": "1.0.2",
"buildOptions": {
"warningsAsErrors": true,
"keyFile": "../../tools/Key.snk",
Expand Down
6 changes: 3 additions & 3 deletions src/Microsoft.Extensions.Caching.Memory/project.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.0.1",
"version": "1.0.2",
"description": "In-memory cache implementation of Microsoft.Extensions.Caching.Memory.IMemoryCache.",
"packOptions": {
"repository": {
Expand All @@ -21,8 +21,8 @@
},
"dependencies": {
"Microsoft.Extensions.DependencyInjection.Abstractions": "1.0.1",
"Microsoft.Extensions.Caching.Abstractions": "1.0.1",
"Microsoft.Extensions.Options": "1.0.1"
"Microsoft.Extensions.Caching.Abstractions": "1.0.2",
"Microsoft.Extensions.Options": "1.0.2"
},
"frameworks": {
"net451": {
Expand Down
6 changes: 3 additions & 3 deletions src/Microsoft.Extensions.Caching.Redis/project.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.0.1",
"version": "1.0.2",
"description": "Distributed cache implementation of Microsoft.Extensions.Caching.Distributed.IDistributedCache using Redis.",
"packOptions": {
"repository": {
Expand All @@ -21,8 +21,8 @@
"xmlDoc": true
},
"dependencies": {
"Microsoft.Extensions.Caching.Abstractions": "1.0.1",
"Microsoft.Extensions.Options": "1.0.1",
"Microsoft.Extensions.Caching.Abstractions": "1.0.2",
"Microsoft.Extensions.Options": "1.0.2",
"StackExchange.Redis.StrongName": "1.0.333"
},
"frameworks": {
Expand Down
6 changes: 3 additions & 3 deletions src/Microsoft.Extensions.Caching.SqlServer/project.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"version": "1.0.1",
"version": "1.0.2",
"dependencies": {
"Microsoft.Extensions.Caching.Abstractions": "1.0.1",
"Microsoft.Extensions.Options": "1.0.1"
"Microsoft.Extensions.Caching.Abstractions": "1.0.2",
"Microsoft.Extensions.Options": "1.0.2"
},
"description": "Distributed cache implementation of Microsoft.Extensions.Caching.Distributed.IDistributedCache using Microsoft SQL Server.",
"buildOptions": {
Expand Down
4 changes: 2 additions & 2 deletions test/Microsoft.Extensions.Caching.Memory.Tests/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"dependencies": {
"dotnet-test-xunit": "1.0.0-rc3-000000-01",
"Microsoft.AspNetCore.Testing": "1.0.1",
"Microsoft.Extensions.Caching.Memory": "1.0.1",
"Microsoft.Extensions.Caching.Memory": "1.0.2",
"Microsoft.Extensions.DependencyInjection": "1.0.1",
"xunit": "2.1.0"
},
Expand All @@ -18,7 +18,7 @@
],
"dependencies": {
"Microsoft.NETCore.App": {
"version": "1.0.3",
"version": "1.0.4",
"type": "platform"
},
"System.Diagnostics.Process": "4.1.0"
Expand Down
2 changes: 1 addition & 1 deletion test/Microsoft.Extensions.Caching.Redis.Tests/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"dependencies": {
"dotnet-test-xunit": "1.0.0-rc3-000000-01",
"Microsoft.AspNetCore.Testing": "1.0.1",
"Microsoft.Extensions.Caching.Redis": "1.0.1",
"Microsoft.Extensions.Caching.Redis": "1.0.2",
"Microsoft.Extensions.DependencyInjection": "1.0.1",
"xunit": "2.1.0"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
"dependencies": {
"dotnet-test-xunit": "1.0.0-rc3-000000-01",
"Microsoft.AspNetCore.Testing": "1.0.1",
"Microsoft.Extensions.Caching.SqlServer": "1.0.1",
"Microsoft.Extensions.Configuration.EnvironmentVariables": "1.0.1",
"Microsoft.Extensions.Configuration.Json": "1.0.1",
"Microsoft.Extensions.Caching.SqlServer": "1.0.2",
"Microsoft.Extensions.Configuration.EnvironmentVariables": "1.0.2",
"Microsoft.Extensions.Configuration.Json": "1.0.2",
"Microsoft.Extensions.DependencyInjection": "1.0.1",
"xunit": "2.1.0"
},
Expand All @@ -25,7 +25,7 @@
],
"dependencies": {
"Microsoft.NETCore.App": {
"version": "1.0.3",
"version": "1.0.4",
"type": "platform"
},
"moq.netcore": "4.4.0-beta8",
Expand Down