Skip to content

Instantly share code, notes, and snippets.

@dcomartin
Created December 14, 2017 02:14
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/39f704f92bd94362076cb97a6d8c92da to your computer and use it in GitHub Desktop.
Save dcomartin/39f704f92bd94362076cb97a6d8c92da to your computer and use it in GitHub Desktop.
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>netcoreapp2.0</TargetFramework>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.Orleans.Server" Version="2.0.0-beta2" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Grains\Grains.csproj" />
</ItemGroup>
<ItemGroup>
<None Update="OrleansConfiguration.xml">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
</ItemGroup>
</Project>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment