Skip to content

Commit

Permalink
Update MyApp.csproj
Browse files Browse the repository at this point in the history
  • Loading branch information
mythz committed Nov 14, 2023
1 parent bd4b047 commit 8b9dfc7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions MyApp/MyApp.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore" Version="8.0.0-rc.2.23480.2" />
<PackageReference Include="Microsoft.AspNetCore.Identity.EntityFrameworkCore" Version="8.0.0-rc.2.23480.2" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" Version="8.0.0-rc.2.23480.1" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="8.0.0-rc.2.23480.1" />
<PackageReference Include="Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore" Version="8.*" />
<PackageReference Include="Microsoft.AspNetCore.Identity.EntityFrameworkCore" Version="8.*" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" Version="8.*" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="8.*" />
<!-- https://github.com/dotnet/aspnetcore/issues/51302#issue-1938612540 -->
<PackageReference Include="Microsoft.Net.Compilers.Razor.Toolset" Version="7.0.0-preview.23512.5">
<PrivateAssets>all</PrivateAssets>
Expand Down

0 comments on commit 8b9dfc7

Please sign in to comment.