Skip to content

Commit 83b2de1

Browse files
authored
Update package versions across multiple projects (#283)
2 parents d8abfdc + 3850c52 commit 83b2de1

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

samples/TinyHelpers.AspNetCore.Sample/TinyHelpers.AspNetCore.Sample.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
</PropertyGroup>
88

99
<ItemGroup>
10-
<PackageReference Include="Microsoft.AspNetCore.OpenApi" Version="9.0.8" />
10+
<PackageReference Include="Microsoft.AspNetCore.OpenApi" Version="9.0.9" />
1111
<PackageReference Include="Swashbuckle.AspNetCore.SwaggerUI" Version="9.0.4" />
1212
</ItemGroup>
1313

samples/TinyHelpers.AspNetCore8.Sample/TinyHelpers.AspNetCore8.Sample.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
</PropertyGroup>
88

99
<ItemGroup>
10-
<PackageReference Include="Microsoft.AspNetCore.OpenApi" Version="[8.0.19,9.0.0)" />
10+
<PackageReference Include="Microsoft.AspNetCore.OpenApi" Version="[8.0.20,9.0.0)" />
1111
<PackageReference Include="Swashbuckle.AspNetCore" Version="9.0.4" />
1212
</ItemGroup>
1313

samples/TinyHelpers.EntityFrameworkCore.Sample/TinyHelpers.EntityFrameworkCore.Sample.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
</PropertyGroup>
88

99
<ItemGroup>
10-
<PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="9.0.8" />
10+
<PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="9.0.9" />
1111
</ItemGroup>
1212

1313
<ItemGroup>

src/TinyHelpers.Dapper/TinyHelpers.Dapper.csproj

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

2323
<ItemGroup>
2424
<PackageReference Include="Dapper" Version="2.1.66" />
25-
<PackageReference Include="TinyHelpers" Version="3.3.6" />
25+
<PackageReference Include="TinyHelpers" Version="3.3.7" />
2626
</ItemGroup>
2727

2828
<ItemGroup>

src/TinyHelpers.EntityFrameworkCore/TinyHelpers.EntityFrameworkCore.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,15 +21,15 @@
2121
</PropertyGroup>
2222

2323
<ItemGroup>
24-
<PackageReference Include="TinyHelpers" Version="3.3.6" />
24+
<PackageReference Include="TinyHelpers" Version="3.3.7" />
2525
</ItemGroup>
2626

2727
<ItemGroup Condition="'$(TargetFramework)' == 'net8.0'">
28-
<PackageReference Include="Microsoft.EntityFrameworkCore.Relational" Version="8.0.19" />
28+
<PackageReference Include="Microsoft.EntityFrameworkCore.Relational" Version="8.0.20" />
2929
</ItemGroup>
3030

3131
<ItemGroup Condition="'$(TargetFramework)' == 'net9.0'">
32-
<PackageReference Include="Microsoft.EntityFrameworkCore.Relational" Version="9.0.8" />
32+
<PackageReference Include="Microsoft.EntityFrameworkCore.Relational" Version="9.0.9" />
3333
</ItemGroup>
3434

3535
<ItemGroup>

0 commit comments

Comments
 (0)