Skip to content

Commit

Permalink
Deps update
Browse files Browse the repository at this point in the history
  • Loading branch information
PawelGerr committed Aug 19, 2024
1 parent 1b5c189 commit d3e31fa
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
12 changes: 6 additions & 6 deletions Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@
<PackageVersion Include="FluentAssertions" Version="6.12.0"/>
<PackageVersion Include="JetBrains.Profiler.Api" Version="1.4.6"/>
<PackageVersion Include="MessagePack" Version="2.5.172"/>
<PackageVersion Include="Microsoft.AspNetCore.Mvc.NewtonsoftJson" Version="8.0.7"/>
<PackageVersion Include="Microsoft.CodeAnalysis.CSharp" Version="4.10.0"/>
<PackageVersion Include="Microsoft.AspNetCore.Mvc.NewtonsoftJson" Version="8.0.8"/>
<PackageVersion Include="Microsoft.CodeAnalysis.CSharp" Version="4.11.0"/>
<PackageVersion Include="Microsoft.CodeAnalysis.CSharp.Analyzer.Testing" Version="1.1.2"/>
<PackageVersion Include="Microsoft.CodeAnalysis.CSharp.CodeFix.Testing" Version="1.1.2"/>
<PackageVersion Include="Microsoft.CodeAnalysis.CSharp.SourceGenerators.Testing" Version="1.1.2"/>
<PackageVersion Include="Microsoft.CodeAnalysis.CSharp.Workspaces" Version="4.10.0"/>
<PackageVersion Include="Microsoft.EntityFrameworkCore.Sqlite" Version="8.0.7"/>
<PackageVersion Include="Microsoft.EntityFrameworkCore.SqlServer" Version="8.0.7"/>
<PackageVersion Include="Microsoft.EntityFrameworkCore.Relational" Version="8.0.7"/>
<PackageVersion Include="Microsoft.CodeAnalysis.CSharp.Workspaces" Version="4.11.0"/>
<PackageVersion Include="Microsoft.EntityFrameworkCore.Sqlite" Version="8.0.8"/>
<PackageVersion Include="Microsoft.EntityFrameworkCore.SqlServer" Version="8.0.8"/>
<PackageVersion Include="Microsoft.EntityFrameworkCore.Relational" Version="8.0.8"/>
<PackageVersion Include="Microsoft.Extensions.Logging.Console" Version="8.0.0"/>
<PackageVersion Include="Microsoft.NET.Test.Sdk" Version="17.10.0"/>
<PackageVersion Include="Microsoft.SourceLink.GitHub" Version="8.0.0"/>
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Value objects:

* Version 8:
* C# 11 (or higher) for generated code
* SDK 8.0.300 (or higher) for building projects
* SDK 8.0.400 (or higher) for building projects
* Version 7:
* C# 11 (or higher) for generated code
* SDK 7.0.401 (or higher) for building projects
Expand Down
2 changes: 1 addition & 1 deletion global.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"sdk": {
"version": "8.0.0",
"version": "8.0.400",
"rollForward": "latestMajor",
"allowPrerelease": false
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Microsoft.EntityFrameworkCore.Relational" VersionOverride="6.0.32" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Relational" VersionOverride="6.0.33" />
</ItemGroup>

</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" VersionOverride="6.0.32" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" VersionOverride="6.0.33" />
</ItemGroup>

</Project>

0 comments on commit d3e31fa

Please sign in to comment.