Skip to content

Instantly share code, notes, and snippets.

@maryamariyan
Created August 14, 2020 16:27
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save maryamariyan/fc54328792abe339b3c08e9fa008dea8 to your computer and use it in GitHub Desktop.
Save maryamariyan/fc54328792abe339b3c08e9fa008dea8 to your computer and use it in GitHub Desktop.
Debugging Extensions libraries on runtime repo
<Project Sdk="Microsoft.NET.Sdk.Web">
<PropertyGroup>
<TargetFramework>net5.0</TargetFramework>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
<PlatformTarget>AnyCPU</PlatformTarget>
</PropertyGroup>
<ItemGroup>
<Reference Include="C:\git\runtime\artifacts\bin\Microsoft.Extensions.DependencyInjection\net5.0-Debug\Microsoft.Extensions.DependencyInjection.dll" />
<Reference Include="C:\git\runtime\artifacts\bin\Microsoft.Extensions.Logging.Abstractions\netstandard2.0-Debug\Microsoft.Extensions.Logging.Abstractions.dll" />
</ItemGroup>
</Project>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment