aboutsummaryrefslogtreecommitdiff
path: root/Oscilloscope/OscilloscopeTests/OscilloscopeTests.csproj
blob: 7676db918343ed053268c1a32a74c9d2c73a27a6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<Project Sdk="Microsoft.NET.Sdk">

  <PropertyGroup>
    <TargetFramework>netcoreapp2.1</TargetFramework>
  </PropertyGroup>

  <ItemGroup>
    <PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.2.0" />
    <PackageReference Include="NUnit" Version="3.12.0" />
    <PackageReference Include="NUnit3TestAdapter" Version="3.15.1" />
  </ItemGroup>

  <ItemGroup>
    <ProjectReference Include="..\Oscilloscope\Oscilloscope.csproj" />
  </ItemGroup>

</Project>