Skip to content

Commit cec9b2c

Browse files
chore(deps): update dotnet monorepo
1 parent 86eee25 commit cec9b2c

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

Cone/Cone.csproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@
99
<ItemGroup>
1010
<PackageReference Include="ClosedXML" Version="0.105.0" />
1111
<PackageReference Include="Lib.AspNetCore.ServerSentEvents" Version="9.0.0" />
12-
<PackageReference Include="Microsoft.AspNetCore.Authentication.Google" Version="10.0.0" />
13-
<PackageReference Include="Microsoft.AspNetCore.DataProtection.EntityFrameworkCore" Version="10.0.0" />
14-
<PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="10.0.0">
12+
<PackageReference Include="Microsoft.AspNetCore.Authentication.Google" Version="10.0.2" />
13+
<PackageReference Include="Microsoft.AspNetCore.DataProtection.EntityFrameworkCore" Version="10.0.2" />
14+
<PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="10.0.2">
1515
<PrivateAssets>all</PrivateAssets>
1616
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
1717
</PackageReference>
18-
<PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="10.0.0">
18+
<PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="10.0.2">
1919
<PrivateAssets>all</PrivateAssets>
2020
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
2121
</PackageReference>

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.100",
3+
"version": "10.0.102",
44
"rollForward": "latestMinor",
55
"allowPrerelease": false
66
}

0 commit comments

Comments
 (0)