We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 02bbcb6 commit bd5793eCopy full SHA for bd5793e
build/repo.props
@@ -1,7 +1,14 @@
1
<Project>
2
+ <Import Project="dependencies.props" />
3
+
4
<PropertyGroup>
5
<!-- These properties are use by the automation that updates dependencies.props -->
6
<LineupPackageId>Internal.AspNetCore.Universe.Lineup</LineupPackageId>
7
<LineupPackageRestoreSource>https://dotnet.myget.org/F/aspnetcore-dev/api/v3/index.json</LineupPackageRestoreSource>
8
</PropertyGroup>
9
10
+ <ItemGroup>
11
+ <DotNetCoreRuntime Include="$(MicrosoftNETCoreApp20PackageVersion)" />
12
+ <DotNetCoreRuntime Include="$(MicrosoftNETCoreApp21PackageVersion)" />
13
+ </ItemGroup>
14
</Project>
0 commit comments