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

empty.csproj « eng - github.com/dotnet/runtime.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 55eefdef1ada485212a1c413d239a4789c346acf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<Project Sdk="Microsoft.NET.Sdk">

  <!-- This project exists purely to work around Arcade
       behavior. Arcade knows how to restore tasks needed for
       publishing to blob feeds, but it requires a project file that
       imports nuget restore targets to be specified for this to
       work. See details in
       https://github.com/dotnet/arcade/commit/f657be5cb7cd4920334dd9162173b131211a1e17#r31728598.
  -->

  <PropertyGroup>
    <TargetFramework>$(NetCoreAppToolCurrent)</TargetFramework>
  </PropertyGroup>

  <Import Project="versioning.targets" />

</Project>