Created
April 3, 2021 00:18
-
-
Save YounesCheikh/a54bdb7de2bf4662c88a71f404c0e699 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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