Skip to content

Commit

Permalink
Melhorias
Browse files Browse the repository at this point in the history
  • Loading branch information
EduardoPires committed Dec 19, 2017
1 parent ccea2df commit e3ebd10
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion global.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"projects": [ "src", "test" ],
"sdk": {
"version": "2.0.0"
"version": "2.0.3"
}
}
File renamed without changes.
3 changes: 1 addition & 2 deletions src/Equinox.WebApi/Startup.cs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
using Microsoft.AspNetCore.Builder;
using Microsoft.AspNetCore.Hosting;
using Microsoft.AspNetCore.Http;
using Microsoft.AspNetCore.Identity.EntityFrameworkCore;
using Microsoft.EntityFrameworkCore;
using Microsoft.Extensions.Configuration;
using Microsoft.Extensions.DependencyInjection;
Expand All @@ -21,7 +20,7 @@

namespace Equinox.WebApi
{
public class Startup
public class Startup
{
public IConfigurationRoot Configuration { get; }

Expand Down

0 comments on commit e3ebd10

Please sign in to comment.