Skip to content

Commit

Permalink
Update Microsoft.AspNetCore.Mvc to V2.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
rzander committed Jan 9, 2018
1 parent 1ad723e commit 87ceabf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions source/jaindb/jaindb.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
<RepositoryUrl>https://github.com/rzander/jaindb</RepositoryUrl>
<PackageTags>blockchain json</PackageTags>
<Version>0.8.1</Version>
<AssemblyVersion>0.8.1.4</AssemblyVersion>
<FileVersion>0.8.1.4</FileVersion>
<AssemblyVersion>0.8.1.5</AssemblyVersion>
<FileVersion>0.8.1.5</FileVersion>
</PropertyGroup>

<ItemGroup>
Expand All @@ -33,7 +33,7 @@
<PackageReference Include="JsonDiffPatch.Net" Version="2.0.2" />
<PackageReference Include="Microsoft.ApplicationInsights.AspNetCore" Version="2.1.1" />
<PackageReference Include="Microsoft.AspNetCore" Version="2.0.1" />
<PackageReference Include="Microsoft.AspNetCore.Mvc" Version="2.0.1" />
<PackageReference Include="Microsoft.AspNetCore.Mvc" Version="2.0.2" />
<PackageReference Include="Microsoft.AspNetCore.StaticFiles" Version="2.0.1" />
<PackageReference Include="Microsoft.Azure.DocumentDB.Core" Version="1.7.1" />
<PackageReference Include="Microsoft.Extensions.Logging.Debug" Version="2.0.0" />
Expand Down

0 comments on commit 87ceabf

Please sign in to comment.