Skip to content

Instantly share code, notes, and snippets.

@luuhq
Created February 11, 2020 04:10
Show Gist options
  • Save luuhq/06437e66bef4b0f2323d2a9a1136bc6a to your computer and use it in GitHub Desktop.
Save luuhq/06437e66bef4b0f2323d2a9a1136bc6a to your computer and use it in GitHub Desktop.
The magical csproj file that won't work
<Project Sdk="Microsoft.NET.Sdk">
<ItemGroup>
<Reference Include="http://Microsoft.NET.Sdk.Web">
<HintPath>$SDK_ROOT/Microsoft.NET.Sdk.Web.dll</HintPath>
</Reference>
</ItemGroup>
</Project>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment