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