Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Updated all nuget packages.
- Loading branch information
Showing
with
5 additions
and
5 deletions.
-
+5
−5
src/FooBar.Web/FooBar.Web.csproj
|
@@ -37,11 +37,11 @@ |
|
|
<Content Include="wwwroot\lib\jquery\jquery.min.map" /> |
|
|
</ItemGroup> |
|
|
<ItemGroup> |
|
|
<PackageReference Include="Microsoft.AspNetCore" Version="1.0.3" /> |
|
|
<PackageReference Include="Microsoft.AspNetCore.Mvc" Version="1.0.2" /> |
|
|
<PackageReference Include="Microsoft.AspNetCore.StaticFiles" Version="1.0.1" /> |
|
|
<PackageReference Include="Microsoft.Extensions.Logging.Debug" Version="1.0.1" /> |
|
|
<PackageReference Include="Microsoft.VisualStudio.Web.BrowserLink" Version="1.0.1" /> |
|
|
<PackageReference Include="Microsoft.AspNetCore" Version="1.1.2" /> |
|
|
<PackageReference Include="Microsoft.AspNetCore.Mvc" Version="1.1.3" /> |
|
|
<PackageReference Include="Microsoft.AspNetCore.StaticFiles" Version="1.1.2" /> |
|
|
<PackageReference Include="Microsoft.Extensions.Logging.Debug" Version="1.1.2" /> |
|
|
<PackageReference Include="Microsoft.VisualStudio.Web.BrowserLink" Version="1.1.2" /> |
|
|
<PackageReference Include="Newtonsoft.Json" Version="9.0.1" /> |
|
|
</ItemGroup> |
|
|
<ItemGroup> |
|
|