Session/build/repo.props

14 строки
488 B
Plaintext
Исходник Обычный вид История

2018-05-08 01:16:03 +03:00
<Project>
2017-11-30 01:09:30 +03:00
<Import Project="dependencies.props" />
<PropertyGroup>
<!-- These properties are use by the automation that updates dependencies.props -->
<LineupPackageId>Internal.AspNetCore.Universe.Lineup</LineupPackageId>
<LineupPackageRestoreSource>https://dotnet.myget.org/F/aspnetcore-dev/api/v3/index.json</LineupPackageRestoreSource>
</PropertyGroup>
2017-11-30 01:09:30 +03:00
<ItemGroup>
<DotNetCoreRuntime Include="$(MicrosoftNETCoreAppPackageVersion)" />
2017-11-30 01:09:30 +03:00
</ItemGroup>
</Project>