summaryrefslogtreecommitdiff
path: root/src/.nuget/optdata/ibcmerge.csproj
blob: b995471fdd80cbe4dfc1755337247e871d49ca54 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<Project Sdk="Microsoft.NET.Sdk">
  <PropertyGroup>
    <TargetFramework>netstandard2.0</TargetFramework>
    <DisableImplicitFrameworkReferences>true</DisableImplicitFrameworkReferences>
    <RuntimeIdentifiers>win7-x64;win7-x86;linux-x64</RuntimeIdentifiers>
  </PropertyGroup>

  <ItemGroup>
    <PackageReference Include="microsoft.dotnet.ibcmerge" Version="[$(IbcMergePackageVersion)]" Condition="'$(IbcMergePackageVersion)'!=''" />
  </ItemGroup>

  <Target Name="DumpIbcMergePackageVersion">
    <Message Importance="high" Text="$(IbcMergePackageVersion)" />
  </Target>

  <PropertyGroup>
    <RestoreSources>
      https://devdiv.pkgs.visualstudio.com/_packaging/dotnet-core-internal-tooling/nuget/v3/index.json;
    </RestoreSources>
  </PropertyGroup>
</Project>