Skip to content

Commit

Permalink
bump to latest NuGet packages
Browse files Browse the repository at this point in the history
  • Loading branch information
mythz committed Oct 21, 2024
1 parent a88f5aa commit 981d268
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<ProjectReference Include="..\TechStacks.ServiceModel\TechStacks.ServiceModel.csproj"/>
<PackageReference Include="Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore" Version="8.*" />
<PackageReference Include="Microsoft.AspNetCore.Identity.EntityFrameworkCore" Version="8.*" />
<PackageReference Include="Markdig" Version="0.34.*" />
<PackageReference Include="Markdig" Version="0.37.*" />
<PackageReference Include="ServiceStack" Version="8.*"/>
<PackageReference Include="ServiceStack.Server" Version="8.*"/>

Expand Down
4 changes: 2 additions & 2 deletions TechStacks.Tests/TechStacks.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@
<ItemGroup>
<ProjectReference Include="..\TechStacks.ServiceInterface\TechStacks.ServiceInterface.csproj" />
<ProjectReference Include="..\TechStacks.ServiceModel\TechStacks.ServiceModel.csproj" />
<PackageReference Include="NUnit" Version="3.13.*" />
<PackageReference Include="NUnit" Version="3.14.*" />
<PackageReference Include="NUnit3TestAdapter" Version="4.1.*" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.*" />
<PackageReference Include="Markdig" Version="0.34.*" />
<PackageReference Include="Markdig" Version="0.37.*" />

<PackageReference Include="ServiceStack" Version="8.*" />
<PackageReference Include="ServiceStack.Server" Version="8.*" />
Expand Down
4 changes: 2 additions & 2 deletions TechStacks/TechStacks.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
<PackageReference Include="Npgsql.EntityFrameworkCore.PostgreSQL" Version="8.*" />
<PackageReference Include="Microsoft.AspNetCore.OpenApi" Version="8.*" />
<PackageReference Include="Swashbuckle.AspNetCore" Version="6.*" />
<PackageReference Include="AspNet.Security.OAuth.GitHub" Version="8.0.0" />
<PackageReference Include="Markdig" Version="0.34.*" />
<PackageReference Include="AspNet.Security.OAuth.GitHub" Version="8.*" />
<PackageReference Include="Markdig" Version="0.37.*" />

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

0 comments on commit 981d268

Please sign in to comment.