Skip to content

Commit b87d783

Browse files
Update dotnet monorepo
1 parent c5c80b3 commit b87d783

File tree

3 files changed

+12
-12
lines changed

3 files changed

+12
-12
lines changed

src/Anthurium.API/Anthurium.API.csproj

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -15,22 +15,22 @@
1515
<PackageReference Include="EntityFramework" Version="6.1.2" />
1616
<PackageReference Include="IdentityServer4.AccessTokenValidation" Version="3.0.1" />
1717
<PackageReference Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="3.1.1" />
18-
<PackageReference Include="Microsoft.AspNetCore.JsonPatch" Version="5.0.2" />
19-
<PackageReference Include="Microsoft.AspNetCore.Mvc.NewtonsoftJson" Version="3.1.12" />
18+
<PackageReference Include="Microsoft.AspNetCore.JsonPatch" Version="9.0.1" />
19+
<PackageReference Include="Microsoft.AspNetCore.Mvc.NewtonsoftJson" Version="9.0.1" />
2020
<PackageReference Include="Microsoft.AspNetCore.OData" Version="7.4.0-beta" />
21-
<PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="3.1.11">
21+
<PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="9.0.1">
2222
<PrivateAssets>all</PrivateAssets>
2323
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
2424
</PackageReference>
25-
<PackageReference Include="Microsoft.EntityFrameworkCore.InMemory" Version="3.1.1" />
26-
<PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="3.1.1" />
27-
<PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="3.1.1">
25+
<PackageReference Include="Microsoft.EntityFrameworkCore.InMemory" Version="9.0.1" />
26+
<PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="9.0.1" />
27+
<PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="9.0.1">
2828
<PrivateAssets>all</PrivateAssets>
2929
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
3030
</PackageReference>
31-
<PackageReference Include="Microsoft.Extensions.Logging.Debug" Version="3.1.1" />
31+
<PackageReference Include="Microsoft.Extensions.Logging.Debug" Version="9.0.1" />
3232
<PackageReference Include="Microsoft.VisualStudio.Azure.Containers.Tools.Targets" Version="1.10.9" />
33-
<PackageReference Include="Microsoft.VisualStudio.Web.CodeGeneration.Design" Version="3.1.0" />
33+
<PackageReference Include="Microsoft.VisualStudio.Web.CodeGeneration.Design" Version="9.0.0" />
3434
<PackageReference Include="OData.Swagger" Version="1.0.0" />
3535
<PackageReference Include="Pomelo.EntityFrameworkCore.MySql" Version="3.2.4" />
3636
<PackageReference Include="QRCoder" Version="1.4.1" />

src/Anthurium.Shared/Anthurium.Shared.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
</PropertyGroup>
66

77
<ItemGroup>
8-
<PackageReference Include="System.ComponentModel.Annotations" Version="4.7.0" />
9-
<PackageReference Include="System.Text.Json" Version="4.7.0" />
8+
<PackageReference Include="System.ComponentModel.Annotations" Version="5.0.0" />
9+
<PackageReference Include="System.Text.Json" Version="9.0.1" />
1010
</ItemGroup>
1111

1212
</Project>

src/Anthurium.Web/Anthurium.Web.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,14 @@
1414
<PackageReference Include="Blazored.Toast" Version="3.1.2" />
1515
<PackageReference Include="IdentityModel" Version="4.6.0" />
1616
<PackageReference Include="IdentityModel.AspNetCore" Version="1.0.0" />
17-
<PackageReference Include="Microsoft.EntityFrameworkCore.Relational" Version="3.1.11" />
17+
<PackageReference Include="Microsoft.EntityFrameworkCore.Relational" Version="9.0.1" />
1818
<PackageReference Include="Microsoft.TypeScript.MSBuild" Version="4.1.4">
1919
<PrivateAssets>all</PrivateAssets>
2020
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
2121
</PackageReference>
2222
<PackageReference Include="Microsoft.VisualStudio.Azure.Containers.Tools.Targets" Version="1.10.9" />
2323
<PackageReference Include="PuppeteerSharp" Version="2.0.4" />
24-
<PackageReference Include="System.Net.Http.Json" Version="3.2.1" />
24+
<PackageReference Include="System.Net.Http.Json" Version="9.0.1" />
2525
<PackageReference Include="Westwind.AspNetCore.LiveReload" Version="0.3.1" />
2626
</ItemGroup>
2727

0 commit comments

Comments
 (0)