We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 617eb57 commit 9735287Copy full SHA for 9735287
2 files changed
.gitignore
@@ -228,4 +228,6 @@ _Pvt_Extensions
228
.paket/paket.exe
229
230
# FAKE - F# Make
231
-.fake/
+.fake/
232
+
233
+.idea/
AutoMapper.Data/AutoMapper.Data.csproj
@@ -2,7 +2,7 @@
2
3
<PropertyGroup>
4
<Description>ADO.NET extensions for AutoMapper</Description>
5
- <VersionPrefix>15.0.0</VersionPrefix>
+ <VersionPrefix>10.0.0</VersionPrefix>
6
<GenerateDocumentationFile>true</GenerateDocumentationFile>
7
<Authors>Jimmy Bogard</Authors>
8
<TargetFramework>net8.0</TargetFramework>
0 commit comments