Skip to content

Commit 0143cc3

Browse files
authored
Update .NET SDK to 10.0.102 (#1405)
* Update .NET SDK Update .NET SDK to version 10.0.102. --- updated-dependencies: - dependency-name: Microsoft.NET.Sdk dependency-version: 10.0.102 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: costellobot <102549341+costellobot@users.noreply.github.com> * Bump Microsoft.EntityFrameworkCore.SqlServer from 10.0.1 to 10.0.2 Bumps Microsoft.EntityFrameworkCore.SqlServer from 10.0.1 to 10.0.2. --- updated-dependencies: - dependency-name: Microsoft.EntityFrameworkCore.SqlServer dependency-version: 10.0.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: costellobot <102549341+costellobot@users.noreply.github.com> --------- Signed-off-by: costellobot <102549341+costellobot@users.noreply.github.com>
1 parent defe36d commit 0143cc3

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Directory.Packages.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<PackageVersion Include="MartinCostello.Logging.XUnit.v3" Version="0.7.0" />
1414
<PackageVersion Include="Microsoft.CodeAnalysis.PublicApiAnalyzers" Version="4.14.0" />
1515
<PackageVersion Include="Microsoft.Data.SqlClient" Version="6.1.3" />
16-
<PackageVersion Include="Microsoft.EntityFrameworkCore.SqlServer" Version="10.0.1" />
16+
<PackageVersion Include="Microsoft.EntityFrameworkCore.SqlServer" Version="10.0.2" />
1717
<PackageVersion Include="Microsoft.Extensions.DependencyInjection" Version="10.0.1" />
1818
<PackageVersion Include="Microsoft.Extensions.Logging.Abstractions" Version="10.0.1" />
1919
<PackageVersion Include="Microsoft.Extensions.Logging.Console" Version="10.0.1" />

global.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"sdk": {
3-
"version": "10.0.101",
3+
"version": "10.0.102",
44
"allowPrerelease": false,
55
"rollForward": "latestMajor",
66
"paths": [ ".dotnet", "$host$" ],

0 commit comments

Comments
 (0)