Skip to content

Commit

Permalink
build(deps): update dotnet monorepo (#99)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jan 8, 2024
1 parent 92bbc35 commit 3455b9e
Show file tree
Hide file tree
Showing 10 changed files with 59 additions and 59 deletions.
2 changes: 1 addition & 1 deletion global.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"sdk": {
"version": "6.0.0",
"version": "6.0.417",
"rollForward": "latestMajor",
"allowPrerelease": false
}
Expand Down
24 changes: 12 additions & 12 deletions samples/Helpdesk.Relational.Tests/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,11 +79,11 @@
},
"Microsoft.EntityFrameworkCore": {
"type": "Transitive",
"resolved": "6.0.22",
"contentHash": "vNe+y8ZsEf1CsfmfYttfKAz/IgCCtphgguvao0HWNJNdjZf9cabD288nZJ17b/WaQMWXhLwYAsofk8vNVkfTOA==",
"resolved": "6.0.25",
"contentHash": "txcqw2xrmvMoTIgzAdUk8JHLELofGgTK3i6glswVZs4SC8BOU1M/iSAtwMIVtAtfzxuBIUAbHPx+Ly6lfkYe7g==",
"dependencies": {
"Microsoft.EntityFrameworkCore.Abstractions": "6.0.22",
"Microsoft.EntityFrameworkCore.Analyzers": "6.0.22",
"Microsoft.EntityFrameworkCore.Abstractions": "6.0.25",
"Microsoft.EntityFrameworkCore.Analyzers": "6.0.25",
"Microsoft.Extensions.Caching.Memory": "6.0.1",
"Microsoft.Extensions.DependencyInjection": "6.0.1",
"Microsoft.Extensions.Logging": "6.0.0",
Expand All @@ -93,20 +93,20 @@
},
"Microsoft.EntityFrameworkCore.Abstractions": {
"type": "Transitive",
"resolved": "6.0.22",
"contentHash": "3ycEYrtWoa4kv5mUECU2LNBbWiYh345b1uQLvg4pHCEICXoJZ8Sfu/2yGloKiMNgMdDc02gFYCRHxsqQNZpnWA=="
"resolved": "6.0.25",
"contentHash": "DalO25C96LsIfAPlyizyun9y1XrIquRugPEGXC8+z7dFo+GyU0LRd0R11JDd3rJWjR18NOFYwqNenjyDpNRO3A=="
},
"Microsoft.EntityFrameworkCore.Analyzers": {
"type": "Transitive",
"resolved": "6.0.22",
"contentHash": "82SZfdrLe7bdDB8/3INV0UULvlUzsdHkrEYylDCrzFXRWHXG9eO5jJQjRHU8j9XkGIN+MSPgIlczBnqeDvB36A=="
"resolved": "6.0.25",
"contentHash": "i6UpdWqWxSBbIFOkaMoubM40yIjTZO+0rIUkY5JRltSeFI4PzncBBQcNVNXXjAmiLXF/xY0xTS+ykClbkV46Yg=="
},
"Microsoft.EntityFrameworkCore.Relational": {
"type": "Transitive",
"resolved": "6.0.22",
"contentHash": "W7yfdEbEuS1OPPxU0EOA6haqI4uvzs7OwHKh81DiJFn3NFNP2ztSovkOzBDhTwHX0j+OySsAj3BEJhuzTVYIVw==",
"resolved": "6.0.25",
"contentHash": "ci2lR++x7R7LR71+HoeRnB9Z5VeOQ1ILLbFRhsjjWZyLrAMkdq7TK9Ll47jo1TXDWF8Ddeap1JgcptgPKkWSRA==",
"dependencies": {
"Microsoft.EntityFrameworkCore": "6.0.22",
"Microsoft.EntityFrameworkCore": "6.0.25",
"Microsoft.Extensions.Configuration.Abstractions": "6.0.0"
}
},
Expand Down Expand Up @@ -1284,7 +1284,7 @@
"Raiqub.Expressions.EntityFrameworkCore": {
"type": "Project",
"dependencies": {
"Microsoft.EntityFrameworkCore.Relational": "[6.0.20, )",
"Microsoft.EntityFrameworkCore.Relational": "[6.0.25, )",
"Raiqub.Expressions.Writing": "[1.0.0, )"
}
},
Expand Down
2 changes: 1 addition & 1 deletion samples/Helpdesk.Relational/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ WORKDIR /app
EXPOSE 80
EXPOSE 443

FROM mcr.microsoft.com/dotnet/sdk:6.0@sha256:0f4f696537a786fbe9f3f98a0ceccccc054bd1a9b81b64aa06d6acf8ecdf2db5 AS build
FROM mcr.microsoft.com/dotnet/sdk:6.0@sha256:42f4f47d10ee569b4ae0d60f0f078ab4b9a1550dadcdccabecd3741fb82f63d9 AS build
WORKDIR /src
COPY . .
WORKDIR "/src/samples/Helpdesk.Relational"
Expand Down
24 changes: 12 additions & 12 deletions samples/Helpdesk.Relational/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,11 +51,11 @@
},
"Microsoft.EntityFrameworkCore": {
"type": "Transitive",
"resolved": "6.0.22",
"contentHash": "vNe+y8ZsEf1CsfmfYttfKAz/IgCCtphgguvao0HWNJNdjZf9cabD288nZJ17b/WaQMWXhLwYAsofk8vNVkfTOA==",
"resolved": "6.0.25",
"contentHash": "txcqw2xrmvMoTIgzAdUk8JHLELofGgTK3i6glswVZs4SC8BOU1M/iSAtwMIVtAtfzxuBIUAbHPx+Ly6lfkYe7g==",
"dependencies": {
"Microsoft.EntityFrameworkCore.Abstractions": "6.0.22",
"Microsoft.EntityFrameworkCore.Analyzers": "6.0.22",
"Microsoft.EntityFrameworkCore.Abstractions": "6.0.25",
"Microsoft.EntityFrameworkCore.Analyzers": "6.0.25",
"Microsoft.Extensions.Caching.Memory": "6.0.1",
"Microsoft.Extensions.DependencyInjection": "6.0.1",
"Microsoft.Extensions.Logging": "6.0.0",
Expand All @@ -65,20 +65,20 @@
},
"Microsoft.EntityFrameworkCore.Abstractions": {
"type": "Transitive",
"resolved": "6.0.22",
"contentHash": "3ycEYrtWoa4kv5mUECU2LNBbWiYh345b1uQLvg4pHCEICXoJZ8Sfu/2yGloKiMNgMdDc02gFYCRHxsqQNZpnWA=="
"resolved": "6.0.25",
"contentHash": "DalO25C96LsIfAPlyizyun9y1XrIquRugPEGXC8+z7dFo+GyU0LRd0R11JDd3rJWjR18NOFYwqNenjyDpNRO3A=="
},
"Microsoft.EntityFrameworkCore.Analyzers": {
"type": "Transitive",
"resolved": "6.0.22",
"contentHash": "82SZfdrLe7bdDB8/3INV0UULvlUzsdHkrEYylDCrzFXRWHXG9eO5jJQjRHU8j9XkGIN+MSPgIlczBnqeDvB36A=="
"resolved": "6.0.25",
"contentHash": "i6UpdWqWxSBbIFOkaMoubM40yIjTZO+0rIUkY5JRltSeFI4PzncBBQcNVNXXjAmiLXF/xY0xTS+ykClbkV46Yg=="
},
"Microsoft.EntityFrameworkCore.Relational": {
"type": "Transitive",
"resolved": "6.0.22",
"contentHash": "W7yfdEbEuS1OPPxU0EOA6haqI4uvzs7OwHKh81DiJFn3NFNP2ztSovkOzBDhTwHX0j+OySsAj3BEJhuzTVYIVw==",
"resolved": "6.0.25",
"contentHash": "ci2lR++x7R7LR71+HoeRnB9Z5VeOQ1ILLbFRhsjjWZyLrAMkdq7TK9Ll47jo1TXDWF8Ddeap1JgcptgPKkWSRA==",
"dependencies": {
"Microsoft.EntityFrameworkCore": "6.0.22",
"Microsoft.EntityFrameworkCore": "6.0.25",
"Microsoft.Extensions.Configuration.Abstractions": "6.0.0"
}
},
Expand Down Expand Up @@ -229,7 +229,7 @@
"Raiqub.Expressions.EntityFrameworkCore": {
"type": "Project",
"dependencies": {
"Microsoft.EntityFrameworkCore.Relational": "[6.0.20, )",
"Microsoft.EntityFrameworkCore.Relational": "[6.0.25, )",
"Raiqub.Expressions.Writing": "[1.0.0, )"
}
},
Expand Down
2 changes: 1 addition & 1 deletion src/Expressions.Database/Expressions.Database.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
</PropertyGroup>

<ItemGroup Condition="'$(TargetFramework)' == 'net6.0'">
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="6.0.0" />
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="6.0.4" />
</ItemGroup>

<ItemGroup Condition="'$(TargetFramework)' == 'netstandard2.1'">
Expand Down
6 changes: 3 additions & 3 deletions src/Expressions.Database/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -174,9 +174,9 @@
},
"Microsoft.Extensions.Logging.Abstractions": {
"type": "Direct",
"requested": "[6.0.0, )",
"resolved": "6.0.0",
"contentHash": "/HggWBbTwy8TgebGSX5DBZ24ndhzi93sHUBDvP1IxbZD7FDokYzdAr6+vbWGjw2XAfR2EJ1sfKUotpjHnFWPxA=="
"requested": "[6.0.4, )",
"resolved": "6.0.4",
"contentHash": "K14wYgwOfKVELrUh5eBqlC8Wvo9vvhS3ZhIvcswV2uS/ubkTRPSQsN557EZiYUSSoZNxizG+alN4wjtdyLdcyw=="
},
"Nerdbank.GitVersioning": {
"type": "Direct",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
</ItemGroup>

<ItemGroup Condition="'$(TargetFramework)' == 'net6.0'">
<PackageReference Include="Microsoft.EntityFrameworkCore.Relational" Version="6.0.20" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Relational" Version="6.0.25" />
</ItemGroup>

<ItemGroup Condition="'$(TargetFramework)' == 'netstandard2.1'">
Expand Down
30 changes: 15 additions & 15 deletions src/Expressions.EntityFrameworkCore/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -262,11 +262,11 @@
},
"Microsoft.EntityFrameworkCore.Relational": {
"type": "Direct",
"requested": "[6.0.20, )",
"resolved": "6.0.20",
"contentHash": "TQX6xHu1puMviW+GSfLfDO1iGe3TE43D5+oyDEZ7xSXlrPnupxJoujjCNptZoEvUo4giEJQRvT9tlDKU1LhbQQ==",
"requested": "[6.0.25, )",
"resolved": "6.0.25",
"contentHash": "ci2lR++x7R7LR71+HoeRnB9Z5VeOQ1ILLbFRhsjjWZyLrAMkdq7TK9Ll47jo1TXDWF8Ddeap1JgcptgPKkWSRA==",
"dependencies": {
"Microsoft.EntityFrameworkCore": "6.0.20",
"Microsoft.EntityFrameworkCore": "6.0.25",
"Microsoft.Extensions.Configuration.Abstractions": "6.0.0"
}
},
Expand All @@ -283,11 +283,11 @@
},
"Microsoft.EntityFrameworkCore": {
"type": "Transitive",
"resolved": "6.0.20",
"contentHash": "2QugBMcDfJaYs6UyT70XrIEdbQtJghuJXt4G5vCiTMH9PizOKqlBwlgPZxVKve02fLwjGBflePzkqcEHowZJOA==",
"resolved": "6.0.25",
"contentHash": "txcqw2xrmvMoTIgzAdUk8JHLELofGgTK3i6glswVZs4SC8BOU1M/iSAtwMIVtAtfzxuBIUAbHPx+Ly6lfkYe7g==",
"dependencies": {
"Microsoft.EntityFrameworkCore.Abstractions": "6.0.20",
"Microsoft.EntityFrameworkCore.Analyzers": "6.0.20",
"Microsoft.EntityFrameworkCore.Abstractions": "6.0.25",
"Microsoft.EntityFrameworkCore.Analyzers": "6.0.25",
"Microsoft.Extensions.Caching.Memory": "6.0.1",
"Microsoft.Extensions.DependencyInjection": "6.0.1",
"Microsoft.Extensions.Logging": "6.0.0",
Expand All @@ -297,13 +297,13 @@
},
"Microsoft.EntityFrameworkCore.Abstractions": {
"type": "Transitive",
"resolved": "6.0.20",
"contentHash": "BCwJHvUs2e2XXhP5ViDrqyGoaXXL8JxZhs6LhcTANlzlO3Uh7+WX3rhXHM0hDRT5VnWy0vUhj41wRAwhvAcwvA=="
"resolved": "6.0.25",
"contentHash": "DalO25C96LsIfAPlyizyun9y1XrIquRugPEGXC8+z7dFo+GyU0LRd0R11JDd3rJWjR18NOFYwqNenjyDpNRO3A=="
},
"Microsoft.EntityFrameworkCore.Analyzers": {
"type": "Transitive",
"resolved": "6.0.20",
"contentHash": "uQQlLdkMTzGq1Pms4Hp5IgiypbmLAWqra3+F4CtfKsKdkyvY2jib81Q/hPCIXo/lzi6FCePRQLJmxaQ6SuM28Q=="
"resolved": "6.0.25",
"contentHash": "i6UpdWqWxSBbIFOkaMoubM40yIjTZO+0rIUkY5JRltSeFI4PzncBBQcNVNXXjAmiLXF/xY0xTS+ykClbkV46Yg=="
},
"Microsoft.Extensions.Caching.Abstractions": {
"type": "Transitive",
Expand Down Expand Up @@ -361,8 +361,8 @@
},
"Microsoft.Extensions.Logging.Abstractions": {
"type": "Transitive",
"resolved": "6.0.0",
"contentHash": "/HggWBbTwy8TgebGSX5DBZ24ndhzi93sHUBDvP1IxbZD7FDokYzdAr6+vbWGjw2XAfR2EJ1sfKUotpjHnFWPxA=="
"resolved": "6.0.4",
"contentHash": "K14wYgwOfKVELrUh5eBqlC8Wvo9vvhS3ZhIvcswV2uS/ubkTRPSQsN557EZiYUSSoZNxizG+alN4wjtdyLdcyw=="
},
"Microsoft.Extensions.Options": {
"type": "Transitive",
Expand Down Expand Up @@ -449,7 +449,7 @@
"Raiqub.Expressions.Database": {
"type": "Project",
"dependencies": {
"Microsoft.Extensions.Logging.Abstractions": "[6.0.0, )"
"Microsoft.Extensions.Logging.Abstractions": "[6.0.4, )"
}
},
"Raiqub.Expressions.Reading": {
Expand Down
2 changes: 1 addition & 1 deletion src/Expressions.Marten/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -693,7 +693,7 @@
"Raiqub.Expressions.Database": {
"type": "Project",
"dependencies": {
"Microsoft.Extensions.Logging.Abstractions": "[6.0.0, )"
"Microsoft.Extensions.Logging.Abstractions": "[6.0.4, )"
}
},
"Raiqub.Expressions.Reading": {
Expand Down
24 changes: 12 additions & 12 deletions tests/Expressions.EntityFrameworkCore.Tests/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -163,11 +163,11 @@
},
"Microsoft.EntityFrameworkCore": {
"type": "Transitive",
"resolved": "6.0.22",
"contentHash": "vNe+y8ZsEf1CsfmfYttfKAz/IgCCtphgguvao0HWNJNdjZf9cabD288nZJ17b/WaQMWXhLwYAsofk8vNVkfTOA==",
"resolved": "6.0.25",
"contentHash": "txcqw2xrmvMoTIgzAdUk8JHLELofGgTK3i6glswVZs4SC8BOU1M/iSAtwMIVtAtfzxuBIUAbHPx+Ly6lfkYe7g==",
"dependencies": {
"Microsoft.EntityFrameworkCore.Abstractions": "6.0.22",
"Microsoft.EntityFrameworkCore.Analyzers": "6.0.22",
"Microsoft.EntityFrameworkCore.Abstractions": "6.0.25",
"Microsoft.EntityFrameworkCore.Analyzers": "6.0.25",
"Microsoft.Extensions.Caching.Memory": "6.0.1",
"Microsoft.Extensions.DependencyInjection": "6.0.1",
"Microsoft.Extensions.Logging": "6.0.0",
Expand All @@ -177,20 +177,20 @@
},
"Microsoft.EntityFrameworkCore.Abstractions": {
"type": "Transitive",
"resolved": "6.0.22",
"contentHash": "3ycEYrtWoa4kv5mUECU2LNBbWiYh345b1uQLvg4pHCEICXoJZ8Sfu/2yGloKiMNgMdDc02gFYCRHxsqQNZpnWA=="
"resolved": "6.0.25",
"contentHash": "DalO25C96LsIfAPlyizyun9y1XrIquRugPEGXC8+z7dFo+GyU0LRd0R11JDd3rJWjR18NOFYwqNenjyDpNRO3A=="
},
"Microsoft.EntityFrameworkCore.Analyzers": {
"type": "Transitive",
"resolved": "6.0.22",
"contentHash": "82SZfdrLe7bdDB8/3INV0UULvlUzsdHkrEYylDCrzFXRWHXG9eO5jJQjRHU8j9XkGIN+MSPgIlczBnqeDvB36A=="
"resolved": "6.0.25",
"contentHash": "i6UpdWqWxSBbIFOkaMoubM40yIjTZO+0rIUkY5JRltSeFI4PzncBBQcNVNXXjAmiLXF/xY0xTS+ykClbkV46Yg=="
},
"Microsoft.EntityFrameworkCore.Relational": {
"type": "Transitive",
"resolved": "6.0.22",
"contentHash": "W7yfdEbEuS1OPPxU0EOA6haqI4uvzs7OwHKh81DiJFn3NFNP2ztSovkOzBDhTwHX0j+OySsAj3BEJhuzTVYIVw==",
"resolved": "6.0.25",
"contentHash": "ci2lR++x7R7LR71+HoeRnB9Z5VeOQ1ILLbFRhsjjWZyLrAMkdq7TK9Ll47jo1TXDWF8Ddeap1JgcptgPKkWSRA==",
"dependencies": {
"Microsoft.EntityFrameworkCore": "6.0.22",
"Microsoft.EntityFrameworkCore": "6.0.25",
"Microsoft.Extensions.Configuration.Abstractions": "6.0.0"
}
},
Expand Down Expand Up @@ -1488,7 +1488,7 @@
"Raiqub.Expressions.EntityFrameworkCore": {
"type": "Project",
"dependencies": {
"Microsoft.EntityFrameworkCore.Relational": "[6.0.20, )",
"Microsoft.EntityFrameworkCore.Relational": "[6.0.25, )",
"Raiqub.Expressions.Writing": "[1.0.0, )"
}
},
Expand Down

0 comments on commit 3455b9e

Please sign in to comment.