Skip to content

Commit d2b0628

Browse files
committed
update MS packages
1 parent 9dc3f34 commit d2b0628

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

Definitions/Definitions.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@
77
</PropertyGroup>
88

99
<ItemGroup>
10-
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="9.0.0" />
11-
<PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="9.0.0">
10+
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="9.0.1" />
11+
<PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="9.0.1">
1212
<PrivateAssets>all</PrivateAssets>
1313
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
1414
</PackageReference>
15-
<PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" Version="9.0.0" />
15+
<PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" Version="9.0.1" />
1616
</ItemGroup>
1717

1818
<ItemGroup>

Gui/Gui.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
<PackageReference Include="NAudio" Version="2.2.1" />
5656
<PackageReference Include="ReactiveUI.Fody" Version="19.5.41" />
5757
<PackageReference Include="ReactiveUI.Validation" Version="4.1.1" />
58-
<PackageReference Include="System.Text.Json" Version="9.0.0" />
58+
<PackageReference Include="System.Text.Json" Version="9.0.1" />
5959
</ItemGroup>
6060

6161
<ItemGroup>

ObjectService/ObjectService.csproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@
1010
<PackageReference Include="Asp.Versioning.Http" Version="8.1.0" />
1111
<PackageReference Include="Asp.Versioning.Mvc" Version="8.1.0" />
1212
<PackageReference Include="Asp.Versioning.Mvc.ApiExplorer" Version="8.1.0" />
13-
<PackageReference Include="Microsoft.AspNetCore.Authentication.Certificate" Version="9.0.0" />
14-
<PackageReference Include="Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore" Version="9.0.0" />
15-
<PackageReference Include="Microsoft.AspNetCore.OpenApi" Version="9.0.0" />
16-
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="9.0.0" />
13+
<PackageReference Include="Microsoft.AspNetCore.Authentication.Certificate" Version="9.0.1" />
14+
<PackageReference Include="Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore" Version="9.0.1" />
15+
<PackageReference Include="Microsoft.AspNetCore.OpenApi" Version="9.0.1" />
16+
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="9.0.1" />
1717
<PackageReference Include="Swashbuckle.AspNetCore" Version="7.2.0" />
1818
</ItemGroup>
1919

Tests/Tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<PrivateAssets>all</PrivateAssets>
1818
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
1919
</PackageReference>
20-
<PackageReference Include="coverlet.collector" Version="6.0.3">
20+
<PackageReference Include="coverlet.collector" Version="6.0.4">
2121
<PrivateAssets>all</PrivateAssets>
2222
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
2323
</PackageReference>

0 commit comments

Comments
 (0)