Created
February 11, 2020 04:10
-
-
Save luuhq/06437e66bef4b0f2323d2a9a1136bc6a to your computer and use it in GitHub Desktop.
The magical csproj file that won't work
This file contains hidden or 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"> | |
<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