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> | |
<OutputType>Exe</OutputType> | |
<TargetFramework>net462</TargetFramework> | |
</PropertyGroup> | |
<ItemGroup> | |
<PackageReference Include="Microsoft.Azure.WebJobs"> | |
<Version>1.1.2</Version> | |
</PackageReference> | |
<!-- List all your package references here --> | |
</ItemGroup> | |
<!--List all your project reference--> | |
<ItemGroup> | |
<ProjectReference Include="path\to\proj.csproj"> | |
<Project>{7EDAEA1C-53B8-41E4-8253-DDC5EFD83999}</Project> | |
<Name><!--referenced project name--></Name> | |
</ProjectReference> | |
</ItemGroup> | |
</Project> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment