Skip to content

Commit

Permalink
upgrade dotnet 6 specific nugets
Browse files Browse the repository at this point in the history
  • Loading branch information
SitholeWB committed Jul 22, 2023
1 parent 84e5159 commit f00d7d0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Examples/BlazorApp.SQLite/BlazorApp.SQLite.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="Microsoft.VisualStudio.Web.CodeGeneration.Design" Version="6.0.13" />
<PackageReference Include="Microsoft.VisualStudio.Web.CodeGeneration.Design" Version="6.0.15" />
<PackageReference Include="Pagination.EntityFrameworkCore.Extensions" Version="2.4.3" />
</ItemGroup>

Expand Down
2 changes: 1 addition & 1 deletion Examples/WebApi/WebApi.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="Microsoft.VisualStudio.Web.CodeGeneration.Design" Version="6.0.13" />
<PackageReference Include="Microsoft.VisualStudio.Web.CodeGeneration.Design" Version="6.0.15" />
<PackageReference Include="Pagination.EntityFrameworkCore.Extensions" Version="2.4.3" />
<PackageReference Include="Swashbuckle.AspNetCore" Version="6.5.0" />
</ItemGroup>
Expand Down

0 comments on commit f00d7d0

Please sign in to comment.