-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathSqlFun.NpgSql.Net6.Tests.fsproj
38 lines (31 loc) · 1.24 KB
/
SqlFun.NpgSql.Net6.Tests.fsproj
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<IsPackable>false</IsPackable>
<GenerateProgramFile>false</GenerateProgramFile>
</PropertyGroup>
<ItemGroup>
<None Include="App.config" />
<Compile Include="AssemblyInfo.fs" />
<Compile Include="Common.fs" />
<Compile Include="Data.fs" />
<Compile Include="NpgSqlTests.fs" />
<Content Include="jacenty.jpg">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
</ItemGroup>
<ItemGroup />
<ItemGroup>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.1.0" />
<PackageReference Include="Npgsql" Version="4.0.0" />
<PackageReference Include="NUnit" Version="3.13.3" />
<PackageReference Include="NUnit3TestAdapter" Version="4.2.1" />
<PackageReference Include="NUnit.Analyzers" Version="3.3.0" />
<PackageReference Include="coverlet.collector" Version="3.1.2" />
<PackageReference Include="System.Configuration.ConfigurationManager" Version="7.0.0" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\SqlFun.Net6\SqlFun.Net6.fsproj" />
<ProjectReference Include="..\SqlFun.NpgSql.Net6\SqlFun.NpgSql.Net6.fsproj" />
</ItemGroup>
</Project>