Skip to content

Commit

Permalink
Updated SDK version
Browse files Browse the repository at this point in the history
  • Loading branch information
evgomes committed Oct 29, 2018
1 parent 20b19a2 commit 4dc9810
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions src/JWTAPI.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,19 +11,12 @@
<ItemGroup>
<PackageReference Include="AutoMapper" Version="6.2.2" />
<PackageReference Include="AutoMapper.Extensions.Microsoft.DependencyInjection" Version="3.2.0" />
<PackageReference Include="Microsoft.AspNetCore.All" Version="2.0.5" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="2.0.2" />
<PackageReference Include="Microsoft.AspNetCore.All" Version="2.0.9" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="2.0.3" />
</ItemGroup>

<ItemGroup>
<DotNetCliToolReference Include="Microsoft.VisualStudio.Web.CodeGeneration.Tools" Version="2.0.2" />
</ItemGroup>

<ItemGroup>
<DotNetCliToolReference Include="Microsoft.EntityFrameworkCore.Tools.DotNet" Version="2.0.2" />
</ItemGroup>

<ItemGroup>
<DotNetCliToolReference Include="Microsoft.DotNet.Watcher.Tools" Version="2.0.1" />
</ItemGroup>
</Project>

0 comments on commit 4dc9810

Please sign in to comment.