Commit 247e498f authored by mgravell's avatar mgravell

since we're targeting net461 again, ensure contrib tests have coverage

parent daf5bea7
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
<AssemblyName>Dapper.Tests.Contrib</AssemblyName> <AssemblyName>Dapper.Tests.Contrib</AssemblyName>
<Description>Dapper Contrib Test Suite</Description> <Description>Dapper Contrib Test Suite</Description>
<GenerateDocumentationFile>false</GenerateDocumentationFile> <GenerateDocumentationFile>false</GenerateDocumentationFile>
<TargetFrameworks>netcoreapp2.1</TargetFrameworks> <TargetFrameworks>netcoreapp2.1;net462</TargetFrameworks>
<TreatWarningsAsErrors>false</TreatWarningsAsErrors> <TreatWarningsAsErrors>false</TreatWarningsAsErrors>
</PropertyGroup> </PropertyGroup>
<ItemGroup> <ItemGroup>
...@@ -24,5 +24,9 @@ ...@@ -24,5 +24,9 @@
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets> <IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference> </PackageReference>
</ItemGroup> </ItemGroup>
<ItemGroup Condition=" '$(TargetFramework)' == 'net462' ">
<Reference Include="Microsoft.CSharp" />
</ItemGroup>
<!-- note: define SQLCE if SQL CE is available --> <!-- note: define SQLCE if SQL CE is available -->
</Project> </Project>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment