Skip to content

Instantly share code, notes, and snippets.

@YounesCheikh
Created April 3, 2021 00:18
Show Gist options
  • Save YounesCheikh/a54bdb7de2bf4662c88a71f404c0e699 to your computer and use it in GitHub Desktop.
Save YounesCheikh/a54bdb7de2bf4662c88a71f404c0e699 to your computer and use it in GitHub Desktop.
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net5.0-windows</TargetFramework>
<IsPackagable>false</IsPackagable>
</PropertyGroup>
<ItemGroup>
<Reference Include="Routindo.Contract">
<HintPath>..\Libs\Routindo.Contract.dll</HintPath>
<Private>false</Private>
</Reference>
</ItemGroup>
</Project>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment