Commit 577d2f98 authored by Nick Craver's avatar Nick Craver

Update tests to netcoreapp3.1

parent fe0bb70a
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
<AssemblyName>Dapper.Tests</AssemblyName> <AssemblyName>Dapper.Tests</AssemblyName>
<Description>Dapper Core Test Suite</Description> <Description>Dapper Core Test Suite</Description>
<GenerateDocumentationFile>false</GenerateDocumentationFile> <GenerateDocumentationFile>false</GenerateDocumentationFile>
<TargetFrameworks>netcoreapp2.1;net462;net472</TargetFrameworks> <TargetFrameworks>netcoreapp3.1;net462;net472</TargetFrameworks>
<TreatWarningsAsErrors>false</TreatWarningsAsErrors> <TreatWarningsAsErrors>false</TreatWarningsAsErrors>
<DefineConstants>$(DefineConstants);MSSQLCLIENT</DefineConstants> <DefineConstants>$(DefineConstants);MSSQLCLIENT</DefineConstants>
</PropertyGroup> </PropertyGroup>
......
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