Skip to content

Commit 57045a8

Browse files
author
Oleg Abakumov
committed
netstandard2.0
1 parent 863ad64 commit 57045a8

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

Dapper.Unnest.Generator/Dapper.Unnest.Generator.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
<!-- NuGet Package Properties for Analyzer -->
1212
<PackageId>Unnestable.Generator</PackageId>
13-
<Version>1.0.1</Version>
13+
<Version>1.0.2</Version>
1414
<Authors>abakumovoleg</Authors>
1515
<Company>abakumovoleg</Company>
1616
<Description>Source generator for Dapper.Unnest package. Automatically generates extension methods to "unnest" collections of objects into arrays.</Description>

Dapper.Unnest/Dapper.Unnest.csproj

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
4-
<TargetFramework>net10.0</TargetFramework>
4+
<TargetFramework>netstandard2.0</TargetFramework>
55
<ImplicitUsings>enable</ImplicitUsings>
66
<Nullable>enable</Nullable>
7+
<LangVersion>12</LangVersion>
78

89
<!-- NuGet Package Properties -->
910
<PackageId>Unnestable</PackageId>
10-
<Version>1.0.1</Version>
11+
<Version>1.0.2</Version>
1112
<Authors>abakumovoleg</Authors>
1213
<Company>abakumovoleg</Company>
1314
<Description>A C# source generator that automatically generates extension methods to "unnest" collections of objects into arrays for each property. This is particularly useful for Dapper bulk operations where you need to pass arrays of values for each column.</Description>

0 commit comments

Comments
 (0)