Created
July 6, 2018 01:08
-
-
Save dcomartin/bb3c0fbae68f970ea3f65b71b9391e33 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.Web"> | |
<PropertyGroup> | |
<TargetFramework>netcoreapp2.1</TargetFramework> | |
</PropertyGroup> | |
<ItemGroup> | |
<Folder Include="wwwroot\" /> | |
</ItemGroup> | |
<ItemGroup> | |
<PackageReference Include="Microsoft.AspNetCore.App" Version="2.1.1" /> | |
<PackageReference Include="JetBrains.Annotations" Version="11.1.0" /> | |
</ItemGroup> | |
<ItemGroup> | |
<ProjectReference Include="..\ClassLibrary\ClassLibrary.csproj" /> | |
</ItemGroup> | |
</Project> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment