Skip to content

Commit f268485

Browse files
Merge pull request #38 from nullinside-development-group/feature/Updates
Updating packages
2 parents 54acc8e + 9cf85b0 commit f268485

File tree

4 files changed

+6
-5
lines changed

4 files changed

+6
-5
lines changed

src/Nullinside.Api.Common.AspNetCore/Nullinside.Api.Common.AspNetCore.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
</PropertyGroup>
1717

1818
<ItemGroup>
19-
<PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="8.0.5">
19+
<PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="8.0.10">
2020
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
2121
<PrivateAssets>all</PrivateAssets>
2222
</PackageReference>

src/Nullinside.Api.Common/Nullinside.Api.Common.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
<ItemGroup>
1919
<PackageReference Include="log4net" Version="2.0.17" />
20-
<PackageReference Include="Microsoft.Extensions.Logging" Version="8.0.0"/>
20+
<PackageReference Include="Microsoft.Extensions.Logging" Version="8.0.1" />
2121
<PackageReference Include="Newtonsoft.Json" Version="13.0.3"/>
2222
<PackageReference Include="SSH.NET" Version="2024.1.0" />
2323
<PackageReference Include="TwitchLib.Api" Version="3.9.0"/>

src/Nullinside.Api.Model/Nullinside.Api.Model.csproj

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,12 @@
1616
</PropertyGroup>
1717

1818
<ItemGroup>
19-
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="8.0.5" />
20-
<PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="8.0.5">
19+
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="8.0.10" />
20+
<PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="8.0.10">
2121
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
2222
<PrivateAssets>all</PrivateAssets>
2323
</PackageReference>
24+
<PackageReference Include="Microsoft.EntityFrameworkCore.Relational" Version="8.0.10" />
2425
<PackageReference Include="MySql.EntityFrameworkCore" Version="8.0.5" />
2526
</ItemGroup>
2627

src/Nullinside.Api/Nullinside.Api.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<ItemGroup>
2424
<PackageReference Include="Google.Apis.Oauth2.v2" Version="1.68.0.1869" />
2525
<PackageReference Include="log4net.Ext.Json" Version="2.0.10.1"/>
26-
<PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="8.0.5">
26+
<PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="8.0.10">
2727
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
2828
<PrivateAssets>all</PrivateAssets>
2929
</PackageReference>

0 commit comments

Comments
 (0)