Skip to content

Commit

Permalink
update packages
Browse files Browse the repository at this point in the history
  • Loading branch information
pwelter34 committed Jul 26, 2024
1 parent 2fa4672 commit 507e9a9
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 9 deletions.
2 changes: 1 addition & 1 deletion samples/Sample.Controllers/Sample.Controllers.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Update="Bogus" Version="35.5.1" />
<PackageReference Update="Bogus" Version="35.6.0" />
</ItemGroup>

</Project>
4 changes: 2 additions & 2 deletions samples/Sample.Middleware/Sample.Middleware.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.OpenApi" Version="8.0.6" />
<PackageReference Include="Microsoft.AspNetCore.OpenApi" Version="8.0.7" />
<PackageReference Include="Swashbuckle.AspNetCore" Version="6.6.2" />
</ItemGroup>

Expand All @@ -17,7 +17,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Update="Bogus" Version="35.5.1" />
<PackageReference Update="Bogus" Version="35.6.0" />
</ItemGroup>

</Project>
4 changes: 2 additions & 2 deletions samples/Sample.MinimalApi/Sample.MinimalApi.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.OpenApi" Version="8.0.6" />
<PackageReference Include="Microsoft.AspNetCore.OpenApi" Version="8.0.7" />
<PackageReference Include="Swashbuckle.AspNetCore" Version="6.6.2" />
</ItemGroup>

Expand All @@ -17,7 +17,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Update="Bogus" Version="35.5.1" />
<PackageReference Update="Bogus" Version="35.6.0" />
</ItemGroup>

</Project>
2 changes: 1 addition & 1 deletion samples/Sample.Shared/Sample.Shared.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Update="Bogus" Version="35.5.1" />
<PackageReference Update="Bogus" Version="35.6.0" />
</ItemGroup>

</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.10.0" />
<PackageReference Include="xunit" Version="2.8.1" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.8.1">
<PackageReference Include="xunit" Version="2.9.0" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.8.2">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
Expand All @@ -31,7 +31,8 @@
</ItemGroup>

<ItemGroup>
<PackageReference Update="Bogus" Version="35.5.1" />
<PackageReference Update="Bogus" Version="35.6.0" />
<PackageReference Update="XUnit.Hosting" Version="1.7.1" />
</ItemGroup>

</Project>

0 comments on commit 507e9a9

Please sign in to comment.