Skip to content

Commit

Permalink
updated nuget packages
Browse files Browse the repository at this point in the history
  • Loading branch information
Arcidev committed Aug 29, 2024
1 parent 41d1db7 commit 27250a1
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
6 changes: 3 additions & 3 deletions src/BusinessLayer.Tests/BusinessLayer.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@
</Target>

<ItemGroup>
<PackageReference Include="DotVVM.Core" Version="4.2.7" />
<PackageReference Include="Microsoft.EntityFrameworkCore.InMemory" Version="8.0.7" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.10.0" />
<PackageReference Include="DotVVM.Core" Version="4.2.8" />
<PackageReference Include="Microsoft.EntityFrameworkCore.InMemory" Version="8.0.8" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.11.0" />
<PackageReference Include="xunit" Version="2.9.0" />
<PackageReference Include="xunit.extensibility.core" Version="2.9.0" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.8.2">
Expand Down
4 changes: 2 additions & 2 deletions src/BusinessLayer/BusinessLayer.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="DotVVM" Version="4.2.7" />
<PackageReference Include="DotVVM.Core" Version="4.2.7" />
<PackageReference Include="DotVVM" Version="4.2.8" />
<PackageReference Include="DotVVM.Core" Version="4.2.8" />
<PackageReference Include="Mapster" Version="7.4.0" />
<PackageReference Include="Riganti.Utils.Infrastructure.EntityFrameworkCore" Version="2.5.1" />
</ItemGroup>
Expand Down
6 changes: 3 additions & 3 deletions src/DataLayer/DataLayer.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="8.0.7" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Proxies" Version="8.0.7" />
<PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="8.0.7" />
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="8.0.8" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Proxies" Version="8.0.8" />
<PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="8.0.8" />
<PackageReference Include="Riganti.Utils.Infrastructure.Core" Version="2.5.1" />
</ItemGroup>

Expand Down
4 changes: 2 additions & 2 deletions src/MusicLibrary/MusicLibrary.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -78,9 +78,9 @@
<None Include="compilerconfig.json" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="DotVVM.AspNetCore" Version="4.2.7" />
<PackageReference Include="DotVVM.AspNetCore" Version="4.2.8" />
<PackageReference Include="Jdenticon-net" Version="3.1.2" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="8.0.7">
<PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="8.0.8">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
Expand Down

0 comments on commit 27250a1

Please sign in to comment.