Skip to content

Commit 97fa15d

Browse files
Bump the dotnet group (#43071)
Bumps the dotnet group in /samples/snippets/standard/data/sqlite with 3 updates: [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 `Microsoft.Data.Sqlite` from 8.0.8 to 8.0.10 - [Release notes](https://github.com/dotnet/efcore/releases) - [Commits](dotnet/efcore@v8.0.8...v8.0.10) Updates `Microsoft.Data.Sqlite.Core` from 8.0.8 to 8.0.10 - [Release notes](https://github.com/dotnet/efcore/releases) - [Commits](dotnet/efcore@v8.0.8...v8.0.10) Updates `Microsoft.Data.Sqlite.Core` from 8.0.8 to 8.0.10 - [Release notes](https://github.com/dotnet/efcore/releases) - [Commits](dotnet/efcore@v8.0.8...v8.0.10) Updates `Microsoft.Extensions.DependencyModel` from 8.0.1 to 8.0.2 - [Release notes](https://github.com/dotnet/runtime/releases) - [Commits](dotnet/runtime@v8.0.1...v8.0.2) --- updated-dependencies: - 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: Microsoft.Data.Sqlite.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 187c0b9 commit 97fa15d

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="8.0.8" />
10+
<PackageReference Include="Microsoft.Data.Sqlite" Version="8.0.10" />
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="8.0.8" />
10+
<PackageReference Include="Microsoft.Data.Sqlite" Version="8.0.10" />
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="8.0.8" />
10+
<PackageReference Include="Microsoft.Data.Sqlite" Version="8.0.10" />
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="8.0.8" />
10+
<PackageReference Include="Microsoft.Data.Sqlite" Version="8.0.10" />
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="8.0.8" />
10+
<PackageReference Include="Microsoft.Data.Sqlite" Version="8.0.10" />
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="8.0.8" />
10+
<PackageReference Include="Microsoft.Data.Sqlite" Version="8.0.10" />
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="8.0.8" />
11+
<PackageReference Include="Microsoft.Data.Sqlite" Version="8.0.10" />
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="8.0.8" />
10+
<PackageReference Include="Microsoft.Data.Sqlite" Version="8.0.10" />
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="8.0.8" />
10+
<PackageReference Include="Microsoft.Data.Sqlite" Version="8.0.10" />
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="8.0.8" />
10+
<PackageReference Include="Microsoft.Data.Sqlite" Version="8.0.10" />
1111
<PackageReference Include="SQLitePCLRaw.core" Version="2.1.10" />
1212
</ItemGroup>
1313

0 commit comments

Comments
 (0)