Skip to content

Commit

Permalink
Update package versions across projects
Browse files Browse the repository at this point in the history
- Updated `Microsoft.AspNetCore.OpenApi` from 8.0.5 to 8.0.6 in `MinimalSample.csproj`.
- Updated `Swashbuckle.AspNetCore` from 6.6.1 to 6.6.2 in `MinimalSample.csproj`.
- Updated `Nerdbank.GitVersioning` from 3.6.133 to 3.6.139 in `Directory.Build.props`.
- Updated `Swashbuckle.AspNetCore.SwaggerGen` from 6.6.1 to 6.6.2 in `MinimalHelpers.OpenApi.csproj`.
- Updated `Microsoft.CodeAnalysis.CSharp` from 4.9.2 to 4.10.0 in `MinimalHelpers.Routing.Analyzers.csproj`.
  • Loading branch information
marcominerva committed Jun 25, 2024
1 parent ad514e5 commit 2aeac2f
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions samples/MinimalSample/MinimalSample.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
</PropertyGroup>

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

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion src/Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Nerdbank.GitVersioning" Version="3.6.133" PrivateAssets="All" />
<PackageReference Include="Nerdbank.GitVersioning" Version="3.6.139" PrivateAssets="All" />
</ItemGroup>

</Project>
2 changes: 1 addition & 1 deletion src/MinimalHelpers.OpenApi/MinimalHelpers.OpenApi.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,6 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Swashbuckle.AspNetCore.SwaggerGen" Version="6.6.1" />
<PackageReference Include="Swashbuckle.AspNetCore.SwaggerGen" Version="6.6.2" />
</ItemGroup>
</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="4.9.2" />
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="4.10.0" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit 2aeac2f

Please sign in to comment.