Skip to content

Commit 35773e7

Browse files
authored
Merge branch 'main' into add-dashboard-cruds-and-widgets
2 parents 229abbc + 9af2369 commit 35773e7

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

Directory.Packages.props

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<PackageVersion Include="Microsoft.EntityFrameworkCore.Design" Version="10.0.0" />
1818
<PackageVersion Include="Microsoft.EntityFrameworkCore.Relational" Version="10.0.0" />
1919
<PackageVersion Include="Microsoft.EntityFrameworkCore.DynamicLinq" Version="10.7.0" />
20-
<PackageVersion Include="Npgsql.EntityFrameworkCore.PostgreSQL" Version="10.0.0-rc.2" />
20+
<PackageVersion Include="Npgsql.EntityFrameworkCore.PostgreSQL" Version="10.0.0" />
2121

2222
<!-- Authentication & Authorization -->
2323
<PackageVersion Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="10.0.0" />
@@ -27,9 +27,9 @@
2727
<PackageVersion Include="EPPlus" Version="8.3.0" />
2828

2929
<!-- Testing -->
30-
<PackageVersion Include="xunit" Version="2.9.2" />
30+
<PackageVersion Include="xunit" Version="2.9.3" />
3131
<PackageVersion Include="xunit.runner.visualstudio" Version="3.0.0" />
32-
<PackageVersion Include="Microsoft.NET.Test.Sdk" Version="17.12.0" />
32+
<PackageVersion Include="Microsoft.NET.Test.Sdk" Version="18.0.1" />
3333
<PackageVersion Include="coverlet.collector" Version="6.0.4" />
3434
<PackageVersion Include="Microsoft.AspNetCore.Mvc.Testing" Version="10.0.0" />
3535
<PackageVersion Include="Moq" Version="4.20.72" />

0 commit comments

Comments
 (0)