Skip to content

Commit

Permalink
Have server project template use Microsoft.AspNetCore.App preview 2 n…
Browse files Browse the repository at this point in the history
…ow we're requiring the newer .NET SDK
  • Loading branch information
SteveSandersonMS committed Apr 11, 2018
1 parent b42c139 commit c9e3e74
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
</PropertyGroup>

<ItemGroup Condition="'$(Framework)' == 'netcoreapp2.1'">
<PackageReference Include="Microsoft.AspNetCore.App" Version="2.1.0-preview1-final" />
<PackageReference Include="Microsoft.AspNetCore.App" Version="2.1.0-preview2-final" />
<PackageReference Include="Microsoft.AspNetCore.Blazor.Server" Version="0.2.0-preview1-10189" />
</ItemGroup>
<ItemGroup Condition="'$(Framework)' == 'netcoreapp2.0'">
Expand Down

0 comments on commit c9e3e74

Please sign in to comment.