Welcome to mirror list, hosted at ThFree Co, Russian Federation.

repo.props « build « MusicStore « src - github.com/dotnet/aspnetcore.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 8b2cf368dcf7f24ca8c184aca50a39a42f76af42 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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="$(MicrosoftNETCoreApp30PackageVersion)" />
    <DotNetCoreRuntime Condition="'$(OS)' == 'Windows_NT'" Include="$(MicrosoftNETCoreApp30PackageVersion)" Arch="x86" />
  </ItemGroup>
</Project>