File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
tests/FSharp.Data.GraphQL.Tests.Sql Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 7979 <PackageReference Update =" Iced" Version =" 1.17.*" />
8080 <PackageReference Update =" Microsoft.CodeCoverage" Version =" 17.3.*" />
8181 <PackageReference Update =" Microsoft.Data.Sqlite" Version =" $(MicrosoftExtensionsVersion)" />
82+ <PackageReference Update =" Microsoft.Data.SqlClient" Version =" 5.*" />
8283 <PackageReference Update =" Microsoft.Diagnostics.NETCore.Client" Version =" 0.2.*" />
8384 <PackageReference Update =" Microsoft.Diagnostics.Runtime" Version =" 2.2.*" />
8485 <PackageReference Update =" Microsoft.Diagnostics.Tracing.TraceEvent" Version =" 3.*" />
Original file line number Diff line number Diff line change 33 <PropertyGroup >
44 <TargetFramework >$(DotNetVersion)</TargetFramework >
55 <AutoGenerateBindingRedirects >true</AutoGenerateBindingRedirects >
6- <GenerateProgramFile >false</GenerateProgramFile >
76 <OutputType >Exe</OutputType >
87 </PropertyGroup >
98
109 <ItemGroup >
1110 <PackageReference Include =" Microsoft.NET.Test.Sdk" />
1211 <PackageReference Include =" BenchmarkDotNet" />
12+ <PackageReference Include =" Microsoft.Data.SqlClient" />
1313 <PackageReference Include =" SQLProvider" />
1414 <PackageReference Include =" Validus" />
1515 <PackageReference Include =" xunit" />
You can’t perform that action at this time.
0 commit comments