Skip to content

Commit 38832b7

Browse files
committed
Specify runtime versions to install
1 parent 076e5fe commit 38832b7

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

build/repo.props

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,18 @@
11
<Project>
2+
<Import Project="dependencies.props" />
3+
24
<ItemGroup>
35
<ExcludeFromTest Include="$(RepositoryRoot)test\Microsoft.AspNetCore.Hosting.TestSites\Microsoft.AspNetCore.Hosting.TestSites.csproj" />
46
<ExcludeFromTest Include="$(RepositoryRoot)test\TestStartupAssembly1\TestStartupAssembly1.csproj" />
57
</ItemGroup>
6-
78
<PropertyGroup>
89
<!-- These properties are use by the automation that updates dependencies.props -->
910
<LineupPackageId>Internal.AspNetCore.Universe.Lineup</LineupPackageId>
1011
<LineupPackageRestoreSource>https://dotnet.myget.org/F/aspnetcore-dev/api/v3/index.json</LineupPackageRestoreSource>
1112
</PropertyGroup>
13+
14+
<ItemGroup>
15+
<DotNetCoreRuntime Include="$(MicrosoftNETCoreApp20PackageVersion)" />
16+
<DotNetCoreRuntime Include="$(MicrosoftNETCoreApp21PackageVersion)" />
17+
</ItemGroup>
1218
</Project>

0 commit comments

Comments
 (0)