Skip to content

Commit f4fd1eb

Browse files
Bump the dotnet group (#44362)
Bumps the dotnet group in /samples/snippets/standard/data/sqlite with 4 updates: [SQLitePCLRaw.core](https://github.com/ericsink/SQLitePCL.raw), [Microsoft.Data.Sqlite](https://github.com/dotnet/efcore), [Microsoft.Data.Sqlite.Core](https://github.com/dotnet/efcore) and [Microsoft.Extensions.DependencyModel](https://github.com/dotnet/runtime). Updates `SQLitePCLRaw.core` from 2.1.10 to 2.1.10 - [Release notes](https://github.com/ericsink/SQLitePCL.raw/releases) - [Commits](ericsink/SQLitePCL.raw@v2.1.10...v2.1.10) Updates `Microsoft.Data.Sqlite` from 9.0.0 to 9.0.1 - [Release notes](https://github.com/dotnet/efcore/releases) - [Commits](dotnet/efcore@v9.0.0...v9.0.1) Updates `Microsoft.Data.Sqlite.Core` from 9.0.0 to 9.0.1 - [Release notes](https://github.com/dotnet/efcore/releases) - [Commits](dotnet/efcore@v9.0.0...v9.0.1) Updates `SQLitePCLRaw.core` from 2.1.10 to 2.1.10 - [Release notes](https://github.com/ericsink/SQLitePCL.raw/releases) - [Commits](ericsink/SQLitePCL.raw@v2.1.10...v2.1.10) Updates `Microsoft.Extensions.DependencyModel` from 9.0.0 to 9.0.1 - [Release notes](https://github.com/dotnet/runtime/releases) - [Commits](dotnet/runtime@v9.0.0...v9.0.1) --- updated-dependencies: - dependency-name: SQLitePCLRaw.core dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dotnet - dependency-name: Microsoft.Data.Sqlite dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dotnet - dependency-name: Microsoft.Data.Sqlite.Core dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dotnet - dependency-name: SQLitePCLRaw.core dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dotnet - dependency-name: Microsoft.Extensions.DependencyModel dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dotnet ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent e3c0029 commit f4fd1eb

File tree

21 files changed

+22
-22
lines changed

21 files changed

+22
-22
lines changed

samples/snippets/standard/data/sqlite/AggregateFunctionSample/AggregateFunctionSample.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.Data.Sqlite" Version="9.0.0" />
10+
<PackageReference Include="Microsoft.Data.Sqlite" Version="9.0.1" />
1111
<PackageReference Include="SQLitePCLRaw.core" Version="2.1.10" />
1212
</ItemGroup>
1313

samples/snippets/standard/data/sqlite/AsyncSample/AsyncSample.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.Data.Sqlite" Version="9.0.0" />
10+
<PackageReference Include="Microsoft.Data.Sqlite" Version="9.0.1" />
1111
<PackageReference Include="SQLitePCLRaw.core" Version="2.1.10" />
1212
</ItemGroup>
1313

samples/snippets/standard/data/sqlite/BackupSample/BackupSample.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.Data.Sqlite" Version="9.0.0" />
10+
<PackageReference Include="Microsoft.Data.Sqlite" Version="9.0.1" />
1111
<PackageReference Include="SQLitePCLRaw.core" Version="2.1.10" />
1212
</ItemGroup>
1313

samples/snippets/standard/data/sqlite/BatchingSample/BatchingSample.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.Data.Sqlite" Version="9.0.0" />
10+
<PackageReference Include="Microsoft.Data.Sqlite" Version="9.0.1" />
1111
<PackageReference Include="SQLitePCLRaw.core" Version="2.1.10" />
1212
</ItemGroup>
1313

samples/snippets/standard/data/sqlite/BulkInsertSample/BulkInsertSample.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.Data.Sqlite" Version="9.0.0" />
10+
<PackageReference Include="Microsoft.Data.Sqlite" Version="9.0.1" />
1111
<PackageReference Include="SQLitePCLRaw.core" Version="2.1.10" />
1212
</ItemGroup>
1313

samples/snippets/standard/data/sqlite/CollationSample/CollationSample.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.Data.Sqlite" Version="9.0.0" />
10+
<PackageReference Include="Microsoft.Data.Sqlite" Version="9.0.1" />
1111
<PackageReference Include="SQLitePCLRaw.core" Version="2.1.10" />
1212
</ItemGroup>
1313

samples/snippets/standard/data/sqlite/DapperSample/DapperSample.csproj

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

99
<ItemGroup>
1010
<PackageReference Include="Dapper" Version="2.1.35" />
11-
<PackageReference Include="Microsoft.Data.Sqlite" Version="9.0.0" />
11+
<PackageReference Include="Microsoft.Data.Sqlite" Version="9.0.1" />
1212
<PackageReference Include="SQLitePCLRaw.core" Version="2.1.10" />
1313
</ItemGroup>
1414

samples/snippets/standard/data/sqlite/DateAndTimeSample/DateAndTimeSample.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.Data.Sqlite" Version="9.0.0" />
10+
<PackageReference Include="Microsoft.Data.Sqlite" Version="9.0.1" />
1111
<PackageReference Include="SQLitePCLRaw.core" Version="2.1.10" />
1212
</ItemGroup>
1313

samples/snippets/standard/data/sqlite/DeferredTransactionSample/DeferredTransactionSample.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.Data.Sqlite" Version="9.0.0" />
10+
<PackageReference Include="Microsoft.Data.Sqlite" Version="9.0.1" />
1111
<PackageReference Include="SQLitePCLRaw.core" Version="2.1.10" />
1212
</ItemGroup>
1313

samples/snippets/standard/data/sqlite/DirtyReadSample/DirtyReadSample.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.Data.Sqlite" Version="9.0.0" />
10+
<PackageReference Include="Microsoft.Data.Sqlite" Version="9.0.1" />
1111
<PackageReference Include="SQLitePCLRaw.core" Version="2.1.10" />
1212
</ItemGroup>
1313

0 commit comments

Comments
 (0)