Skip to content

Commit

Permalink
update refs
Browse files Browse the repository at this point in the history
  • Loading branch information
mythz committed Sep 15, 2024
1 parent c94edf9 commit de80008
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions MyApp/MyApp.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,7 @@
<PackageReference Include="Microsoft.AspNetCore.Identity.EntityFrameworkCore" Version="8.*" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" Version="8.*" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="8.*" />
<PackageReference Include="Markdig" Version="0.34.*" />
</ItemGroup>

<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.OpenApi" Version="8.*" />
<PackageReference Include="Swashbuckle.AspNetCore" Version="6.*" />
<PackageReference Include="ServiceStack.AspNetCore.OpenApi" Version="8.*" />
<PackageReference Include="Markdig" Version="0.37.*" />
</ItemGroup>

<ItemGroup>
Expand All @@ -33,6 +27,12 @@
<PackageReference Include="Microsoft.AspNetCore.Authentication.MicrosoftAccount" Version="8.*" />
<PackageReference Include="Microsoft.AspNetCore.Authentication.OpenIdConnect" Version="8.*" />
</ItemGroup>

<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.OpenApi" Version="8.*" />
<PackageReference Include="Swashbuckle.AspNetCore" Version="6.*" />
<PackageReference Include="ServiceStack.AspNetCore.OpenApi" Version="8.*" />
</ItemGroup>

<ItemGroup>
<PackageReference Include="ServiceStack" Version="8.*" />
Expand Down

0 comments on commit de80008

Please sign in to comment.