Skip to content

Commit

Permalink
Fixes T4MVC#99
Browse files Browse the repository at this point in the history
  • Loading branch information
valeriob committed May 16, 2018
1 parent 205446b commit 3c7fdbe
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/R4Mvc.Tools/R4Mvc.Tools.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,9 @@

<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.Mvc" Version="1.1.3" />
<PackageReference Include="Microsoft.Build" Version="15.6.82" />
<PackageReference Include="Microsoft.Build.Tasks.Core" Version="15.6.82" />
<PackageReference Include="Microsoft.CodeAnalysis.CSharp.Workspaces" Version="2.6.1" />
<PackageReference Include="Microsoft.Build" Version="15.7.0-preview-000145" />
<PackageReference Include="Microsoft.Build.Tasks.Core" Version="15.7.0-preview-000145" />
<PackageReference Include="Microsoft.CodeAnalysis.CSharp.Workspaces" Version="2.8.0" />
<PackageReference Include="Microsoft.Extensions.Configuration.CommandLine" Version="2.0.0" />
<PackageReference Include="Microsoft.Extensions.Configuration.Json" Version="2.0.0" />
<PackageReference Include="Microsoft.Extensions.Options.ConfigurationExtensions" Version="2.0.0" />
Expand Down

0 comments on commit 3c7fdbe

Please sign in to comment.