Skip to content
This repository was archived by the owner on Mar 19, 2019. It is now read-only.

Commit ede025f

Browse files
committed
Specify runtime versions to install
1 parent ec1eaa6 commit ede025f

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

build/repo.props

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,14 @@
11
<Project>
2+
<Import Project="dependencies.props" />
3+
24
<PropertyGroup>
35
<!-- These properties are use by the automation that updates dependencies.props -->
46
<LineupPackageId>Internal.AspNetCore.Universe.Lineup</LineupPackageId>
57
<LineupPackageRestoreSource>https://dotnet.myget.org/F/aspnetcore-dev/api/v3/index.json</LineupPackageRestoreSource>
68
</PropertyGroup>
9+
10+
<ItemGroup>
11+
<DotNetCoreRuntime Include="$(MicrosoftNETCoreApp20PackageVersion)" />
12+
<DotNetCoreRuntime Include="$(MicrosoftNETCoreApp21PackageVersion)" />
13+
</ItemGroup>
714
</Project>

0 commit comments

Comments
 (0)