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

Mono.Cecil.Tests.props - github.com/mono/cecil.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 35cbbfc8bb45a973a4000af2a51f16525844cf8f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<Project>
  <PropertyGroup>
    <IsTestProject>true</IsTestProject>
  </PropertyGroup>
  <ItemGroup>
    <PackageReference Include="NUnit">
      <Version>3.11.0</Version>
    </PackageReference>
    <PackageReference Include="NUnit3TestAdapter">
      <Version>3.12.0</Version>
    </PackageReference>
  </ItemGroup>
</Project>