Navigation Menu

Skip to content

Commit

Permalink
Updating to 2.0.0 RTM
Browse files Browse the repository at this point in the history
  • Loading branch information
stevejgordon committed Aug 30, 2017
1 parent b632aa1 commit 413e74e
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions IHostedServiceSample/IHostedServiceSample.csproj
Expand Up @@ -6,15 +6,11 @@
</PropertyGroup>

<ItemGroup>
<Folder Include="wwwroot\" />
<PackageReference Include="Microsoft.AspNetCore.All" Version="2.0.0" />
</ItemGroup>

<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.All" Version="2.0.0-preview2-final" />
</ItemGroup>

<ItemGroup>
<DotNetCliToolReference Include="Microsoft.VisualStudio.Web.CodeGeneration.Tools" Version="2.0.0-preview2-final" />
<DotNetCliToolReference Include="Microsoft.VisualStudio.Web.CodeGeneration.Tools" Version="2.0.0" />
</ItemGroup>

</Project>

0 comments on commit 413e74e

Please sign in to comment.