Skip to content

Instantly share code, notes, and snippets.

@dcomartin
Created December 14, 2017 02:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dcomartin/0fe1a60ce124a40dbe1853626d62ea32 to your computer and use it in GitHub Desktop.
Save dcomartin/0fe1a60ce124a40dbe1853626d62ea32 to your computer and use it in GitHub Desktop.
<Project Sdk="Microsoft.NET.Sdk.Web">
<PropertyGroup>
<TargetFramework>netcoreapp2.0</TargetFramework>
</PropertyGroup>
<ItemGroup>
<Folder Include="wwwroot\" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Botwin" Version="3.0.0" />
<PackageReference Include="Microsoft.AspNetCore.All" Version="2.0.3" />
<PackageReference Include="Microsoft.Orleans.Client" Version="2.0.0-beta2" />
<PackageReference Include="Polly" Version="5.6.1" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Grains\Grains.csproj" />
</ItemGroup>
</Project>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment