Skip to content

Commit 58fffc5

Browse files
committed
Update Dapper.SimpleCRUD.nuspec
Fix nuspec to reference dapper 2.x
1 parent a00a43a commit 58fffc5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dapper.SimpleCRUD.nuspec

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
33
<metadata>
44
<id>Dapper.SimpleCRUD</id>
5-
<version>2.2.0.0</version>
5+
<version>2.2.0.1</version>
66
<title>Dapper.SimpleCRUD</title>
77
<authors>Eric Coffman</authors>
88
<owners>Eric Coffman</owners>
@@ -56,7 +56,7 @@
5656
<dependencies>
5757
<group targetFramework=".NETStandard2.0">
5858
<dependency id="Microsoft.CSharp" version="4.4.0" />
59-
<dependency id="Dapper" version="2.0" />
59+
<dependency id="Dapper" version="2.*" />
6060
</group>
6161
</dependencies>
6262

0 commit comments

Comments
 (0)