Welcome to mirror list, hosted at ThFree Co, Russian Federation.

Directory.Build.props « content « Web.ProjectTemplates « ProjectTemplates « src - github.com/dotnet/aspnetcore.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 5e2e6944540ac7fc25349a0619b127f55f1f7340 (plain)
1
2
3
4
5
6
7
8
<Project>
    <Import Project="..\..\..\..\build\sources.props" />
    <!--
        This file intentionally left mostly blank to ensure the template projects
        are independent from the template package build config (other than to share
        the same NuGet restore sources).
    -->
</Project>