File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments