Explorar el Código

Specify runtime versions to install

Pranav K hace 8 años
padre
commit
c91075928d
Se han modificado 1 ficheros con 7 adiciones y 0 borrados
  1. 7 0
      build/repo.props

+ 7 - 0
build/repo.props

@@ -1,7 +1,14 @@
 <Project>
+  <Import Project="dependencies.props" />
+
   <PropertyGroup>
     <!-- These properties are use by the automation that updates dependencies.props -->
     <LineupPackageId>Internal.AspNetCore.Universe.Lineup</LineupPackageId>
     <LineupPackageRestoreSource>https://dotnet.myget.org/F/aspnetcore-dev/api/v3/index.json</LineupPackageRestoreSource>
   </PropertyGroup>
+
+  <ItemGroup>
+    <DotNetCoreRuntime Include="$(MicrosoftNETCoreApp20PackageVersion)" />
+    <DotNetCoreRuntime Include="$(MicrosoftNETCoreApp21PackageVersion)" />
+  </ItemGroup>
 </Project>