Browse Source

Cleanup

pull/1/head
Sebastian 9 years ago
parent
commit
d85ae1f5b9
  1. 10
      src/Squidex.Infrastructure/project.json
  2. 4
      src/Squidex.Read/project.json
  3. 8
      src/Squidex.Store.MongoDb/project.json
  4. 4
      src/Squidex.Write/project.json
  5. 55
      src/Squidex/project.json
  6. 6
      tests/Squidex.Core.Tests/project.json
  7. 19
      tests/Squidex.Infrastructure.Tests/TypeNameAttributeTest.cs
  8. 2
      tests/Squidex.Infrastructure.Tests/project.json
  9. 4
      tests/Squidex.Write.Tests/project.json

10
src/Squidex.Infrastructure/project.json

@ -1,16 +1,16 @@
{ {
"version": "1.0.0-*", "version": "1.0.0-*",
"dependencies": { "dependencies": {
"Autofac": "4.1.0", "Autofac": "4.2.1",
"EventStore.ClientAPI.NetCore": "0.0.1-alpha", "EventStore.ClientAPI.NetCore": "0.0.1-alpha",
"Microsoft.Extensions.Logging": "1.0.0", "Microsoft.Extensions.Logging": "1.1.0",
"NETStandard.Library": "1.6.0", "NETStandard.Library": "1.6.0",
"Newtonsoft.Json": "9.0.2-beta1", "Newtonsoft.Json": "9.0.2-beta1",
"NodaTime": "2.0.0-alpha20160729", "NodaTime": "2.0.0-alpha20160729",
"protobuf-net": "2.1.0", "protobuf-net": "2.1.0",
"System.Linq": "4.1.0", "System.Linq": "4.3.0",
"System.Reflection.TypeExtensions": "4.1.0", "System.Reflection.TypeExtensions": "4.3.0",
"System.Security.Claims": "4.0.1" "System.Security.Claims": "4.3.0"
}, },
"frameworks": { "frameworks": {
"netcoreapp1.0": { "netcoreapp1.0": {

4
src/Squidex.Read/project.json

@ -2,8 +2,8 @@
"version": "1.0.0-*", "version": "1.0.0-*",
"dependencies": { "dependencies": {
"Microsoft.Extensions.Caching.Memory": "1.0.0", "Microsoft.Extensions.Caching.Memory": "1.1.0",
"MongoDB.Driver": "2.4.0-beta1", "MongoDB.Driver": "2.4.0",
"NETStandard.Library": "1.6.0", "NETStandard.Library": "1.6.0",
"NodaTime": "2.0.0-alpha20160729", "NodaTime": "2.0.0-alpha20160729",
"Squidex.Core": "1.0.0-*", "Squidex.Core": "1.0.0-*",

8
src/Squidex.Store.MongoDb/project.json

@ -1,10 +1,10 @@
{ {
"dependencies": { "dependencies": {
"Autofac": "4.1.1", "Autofac": "4.2.1",
"IdentityServer4": "1.0.0-rc2", "IdentityServer4": "1.0.0-rc5",
"Microsoft.AspNetCore.Identity": "1.0.0", "Microsoft.AspNetCore.Identity": "1.1.0",
"Microsoft.AspNetCore.Identity.MongoDB": "1.0.2", "Microsoft.AspNetCore.Identity.MongoDB": "1.0.2",
"MongoDB.Driver": "2.4.0-beta1", "MongoDB.Driver": "2.4.0",
"NETStandard.Library": "1.6.0", "NETStandard.Library": "1.6.0",
"Squidex.Core": "1.0.0-*", "Squidex.Core": "1.0.0-*",
"Squidex.Events": "1.0.0-*", "Squidex.Events": "1.0.0-*",

4
src/Squidex.Write/project.json

@ -2,14 +2,14 @@
"version": "1.0.0-*", "version": "1.0.0-*",
"dependencies": { "dependencies": {
"Microsoft.AspNetCore.Identity": "1.0.0", "Microsoft.AspNetCore.Identity": "1.1.0",
"NETStandard.Library": "1.6.0", "NETStandard.Library": "1.6.0",
"NodaTime": "2.0.0-alpha20160729", "NodaTime": "2.0.0-alpha20160729",
"Squidex.Core": "1.0.0-*", "Squidex.Core": "1.0.0-*",
"Squidex.Events": "1.0.0-*", "Squidex.Events": "1.0.0-*",
"Squidex.Infrastructure": "1.0.0-*", "Squidex.Infrastructure": "1.0.0-*",
"Squidex.Read": "1.0.0-*", "Squidex.Read": "1.0.0-*",
"System.Linq": "4.1.0" "System.Linq": "4.3.0"
}, },
"frameworks": { "frameworks": {

55
src/Squidex/project.json

@ -1,49 +1,46 @@
{ {
"dependencies": { "dependencies": {
"Autofac": "4.1.1", "Autofac": "4.2.1",
"Autofac.Extensions.DependencyInjection": "4.0.0", "Autofac.Extensions.DependencyInjection": "4.0.0",
"IdentityServer4": "1.0.0-rc2", "IdentityServer4": "1.0.0-rc5",
"IdentityServer4.AccessTokenValidation": "1.0.1-rc2", "IdentityServer4.AccessTokenValidation": "1.0.1-rc5",
"IdentityServer4.AspNetIdentity": "1.0.0-rc2", "IdentityServer4.AspNetIdentity": "1.0.0-rc5",
"Microsoft.AspNetCore.Authentication.Cookies": "1.0.0", "Microsoft.AspNetCore.Authentication.Cookies": "1.1.0",
"Microsoft.AspNetCore.Authentication.Google": "1.0.0", "Microsoft.AspNetCore.Authentication.Google": "1.1.0",
"Microsoft.AspNetCore.Authentication.OpenIdConnect": "1.0.0", "Microsoft.AspNetCore.Authentication.OpenIdConnect": "1.1.0",
"Microsoft.AspNetCore.Diagnostics": "1.0.0", "Microsoft.AspNetCore.Diagnostics": "1.1.0",
"Microsoft.AspNetCore.Identity": "1.0.0", "Microsoft.AspNetCore.Identity": "1.1.0",
"Microsoft.AspNetCore.Mvc": "1.0.1", "Microsoft.AspNetCore.Mvc": "1.1.0",
"Microsoft.AspNetCore.Razor.Tools": { "Microsoft.AspNetCore.Razor.Tools": "1.1.0-preview4-final",
"version": "1.0.0-preview2-final", "Microsoft.AspNetCore.Server.IISIntegration": "1.1.0",
"type": "build" "Microsoft.AspNetCore.Server.IISIntegration.Tools": "1.1.0-preview4-final",
}, "Microsoft.AspNetCore.Server.Kestrel": "1.1.0",
"Microsoft.AspNetCore.Server.IISIntegration": "1.0.0", "Microsoft.AspNetCore.StaticFiles": "1.1.0",
"Microsoft.AspNetCore.Server.Kestrel": "1.0.1", "Microsoft.Extensions.Configuration.EnvironmentVariables": "1.1.0",
"Microsoft.AspNetCore.StaticFiles": "1.0.0", "Microsoft.Extensions.Configuration.Json": "1.1.0",
"Microsoft.Extensions.Configuration.EnvironmentVariables": "1.0.0", "Microsoft.Extensions.Logging": "1.1.0",
"Microsoft.Extensions.Configuration.Json": "1.0.0", "Microsoft.Extensions.Logging.Console": "1.1.0",
"Microsoft.Extensions.Logging": "1.0.0", "Microsoft.Extensions.Logging.Debug": "1.1.0",
"Microsoft.Extensions.Logging.Console": "1.0.0", "Microsoft.Extensions.Options.ConfigurationExtensions": "1.1.0",
"Microsoft.Extensions.Logging.Debug": "1.0.0",
"Microsoft.Extensions.Options.ConfigurationExtensions": "1.0.0",
"Microsoft.NETCore.App": { "Microsoft.NETCore.App": {
"version": "1.0.1", "version": "1.0.1",
"type": "platform" "type": "platform"
}, },
"MongoDB.Driver": "2.4.0-beta1", "MongoDB.Driver": "2.4.0",
"NJsonSchema": "5.19.6171.28316", "NJsonSchema": "6.5.6190.16910",
"NSwag.AspNetCore": "7.2.0", "NSwag.AspNetCore": "8.0.0",
"OpenCover": "4.6.519", "OpenCover": "4.6.519",
"ReportGenerator": "2.5.0-beta1", "ReportGenerator": "2.5.2-beta2",
"Squidex.Core": "1.0.0-*", "Squidex.Core": "1.0.0-*",
"Squidex.Events": "1.0.0-*", "Squidex.Events": "1.0.0-*",
"Squidex.Infrastructure": "1.0.0-*", "Squidex.Infrastructure": "1.0.0-*",
"Squidex.Read": "1.0.0-*", "Squidex.Read": "1.0.0-*",
"Squidex.Store.MongoDb": "1.0.0-*", "Squidex.Store.MongoDb": "1.0.0-*",
"Squidex.Write": "1.0.0-*", "Squidex.Write": "1.0.0-*",
"System.Linq": "4.1.0" "System.Linq": "4.3.0"
}, },
"tools": { "tools": {
"Microsoft.AspNetCore.Server.IISIntegration.Tools": "1.0.0-preview2-final"
}, },
"frameworks": { "frameworks": {

6
tests/Squidex.Core.Tests/project.json

@ -1,4 +1,4 @@
{ {
"buildOptions": { "buildOptions": {
"copyToOutput": { "copyToOutput": {
"include": [ "include": [
@ -7,12 +7,11 @@
} }
}, },
"dependencies": { "dependencies": {
"FluentAssertions": "4.15.0",
"dotnet-test-xunit": "2.2.0-preview2-build1029", "dotnet-test-xunit": "2.2.0-preview2-build1029",
"Moq": "4.6.38-alpha", "Moq": "4.6.38-alpha",
"Squidex.Core": "1.0.0-*", "Squidex.Core": "1.0.0-*",
"Squidex.Infrastructure": "1.0.0-*", "Squidex.Infrastructure": "1.0.0-*",
"xunit": "2.2.0-beta3-build3402" "xunit": "2.2.0-beta4-build3444"
}, },
"frameworks": { "frameworks": {
"netcoreapp1.0": { "netcoreapp1.0": {
@ -29,7 +28,6 @@
"defaultNamespace": "Squidex.Core" "defaultNamespace": "Squidex.Core"
}, },
"tools": { "tools": {
"Microsoft.DotNet.Watcher.Tools": "1.0.0-preview2-final"
}, },
"version": "1.0.0-*" "version": "1.0.0-*"
} }

19
tests/Squidex.Infrastructure.Tests/TypeNameAttributeTest.cs

@ -0,0 +1,19 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
using Xunit;
namespace Squidex.Infrastructure
{
public class TypeNameAttributeTest
{
[Fact]
public void Should_instantiate()
{
var attribute = new TypeNameAttribute("MyTypeName");
Assert.Equal("MyTypeName", attribute.TypeName);
}
}
}

2
tests/Squidex.Infrastructure.Tests/project.json

@ -10,7 +10,7 @@
"dotnet-test-xunit": "2.2.0-preview2-build1029", "dotnet-test-xunit": "2.2.0-preview2-build1029",
"Moq": "4.6.38-alpha", "Moq": "4.6.38-alpha",
"Squidex.Infrastructure": "1.0.0-*", "Squidex.Infrastructure": "1.0.0-*",
"xunit": "2.2.0-beta3-build3402" "xunit": "2.2.0-beta4-build3444"
}, },
"frameworks": { "frameworks": {
"netcoreapp1.0": { "netcoreapp1.0": {

4
tests/Squidex.Write.Tests/project.json

@ -7,13 +7,13 @@
} }
}, },
"dependencies": { "dependencies": {
"FluentAssertions": "4.15.0",
"dotnet-test-xunit": "2.2.0-preview2-build1029", "dotnet-test-xunit": "2.2.0-preview2-build1029",
"FluentAssertions": "4.18.0",
"Moq": "4.6.38-alpha", "Moq": "4.6.38-alpha",
"Squidex.Core": "1.0.0-*", "Squidex.Core": "1.0.0-*",
"Squidex.Infrastructure": "1.0.0-*", "Squidex.Infrastructure": "1.0.0-*",
"Squidex.Write": "1.0.0-*", "Squidex.Write": "1.0.0-*",
"xunit": "2.2.0-beta3-build3402" "xunit": "2.2.0-beta4-build3444"
}, },
"frameworks": { "frameworks": {
"netcoreapp1.0": { "netcoreapp1.0": {

Loading…
Cancel
Save