Skip to content

Commit 490425d

Browse files
dependabot[bot]gepbird
authored andcommitted
Bump Microsoft.Data.Sqlite from 9.0.3 to 9.0.4
Bumps [Microsoft.Data.Sqlite](https://github.com/dotnet/efcore) from 9.0.3 to 9.0.4. - [Release notes](https://github.com/dotnet/efcore/releases) - [Commits](dotnet/efcore@v9.0.3...v9.0.4) --- updated-dependencies: - dependency-name: Microsoft.Data.Sqlite dependency-version: 9.0.4 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 5379059 commit 490425d

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

moe.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<PackageReference Include="CommandLineParser" Version="2.9.1" />
1313
<PackageReference Include="Discord.Net" Version="3.17.2" />
1414
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
15-
<PackageReference Include="Microsoft.Data.Sqlite" Version="9.0.3" />
15+
<PackageReference Include="Microsoft.Data.Sqlite" Version="9.0.4" />
1616
<PackageReference Include="MathNet.Numerics" Version="5.0.0" />
1717
<PackageReference Include="DotNetEnv" Version="3.1.1" />
1818
</ItemGroup>

packages.lock.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -44,11 +44,11 @@
4444
},
4545
"Microsoft.Data.Sqlite": {
4646
"type": "Direct",
47-
"requested": "[9.0.3, )",
48-
"resolved": "9.0.3",
49-
"contentHash": "rqw1EZ30C6bRTQ2P9/UVWNpiJhw+n4YtmBqoXXlxpdZuACvGDIZcOsOv2WPjL8HHdOJvTIh8yOufJI0HLWfAoA==",
47+
"requested": "[9.0.4, )",
48+
"resolved": "9.0.4",
49+
"contentHash": "jD3xtvMnMRn2uQl/rMCh01Q4b4P0l6Y5cUJfjTL/MOhkCy/4iDa4tL6y/gHaSKJilO9SdkOEJ/v4Z2Z59/jgLQ==",
5050
"dependencies": {
51-
"Microsoft.Data.Sqlite.Core": "9.0.3",
51+
"Microsoft.Data.Sqlite.Core": "9.0.4",
5252
"SQLitePCLRaw.bundle_e_sqlite3": "2.1.10",
5353
"SQLitePCLRaw.core": "2.1.10"
5454
}
@@ -124,8 +124,8 @@
124124
},
125125
"Microsoft.Data.Sqlite.Core": {
126126
"type": "Transitive",
127-
"resolved": "9.0.3",
128-
"contentHash": "rhNmI4KqeL6bOtZ7KwLVZLjrj0Bnf0PFq5Nlv2uOj9n1UuPYTbJaa816EJH5Hp5FM04H2iUcFtmmvqrl3xRCmA==",
127+
"resolved": "9.0.4",
128+
"contentHash": "rnVGier1R0w9YEAzxOlUl8koFwq4QLwuYKiJN6NFqbCNCPrRLGW3f7x0OtL/Sp1KBMVhgffUIP6jWPppzhpa2Q==",
129129
"dependencies": {
130130
"SQLitePCLRaw.core": "2.1.10"
131131
}

0 commit comments

Comments
 (0)