Skip to content

Commit

Permalink
Update package versions in project files
Browse files Browse the repository at this point in the history
Updated `MinimalSample.csproj` to change `Microsoft.AspNetCore.OpenApi` version from `8.0.8` to `8.0.10` for minor improvements and bug fixes.

Modified `MinimalHelpers.Routing.Analyzers.csproj` to use a range version `[4.5.0]` for `Microsoft.CodeAnalysis.CSharp`, allowing more flexibility in package resolution.
  • Loading branch information
marcominerva committed Oct 9, 2024
1 parent c4e7793 commit 55f1c97
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion samples/MinimalSample/MinimalSample.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

<ItemGroup>
<PackageReference Include="FluentValidation.DependencyInjectionExtensions" Version="11.10.0" />
<PackageReference Include="Microsoft.AspNetCore.OpenApi" Version="8.0.8" />
<PackageReference Include="Microsoft.AspNetCore.OpenApi" Version="8.0.10" />
<PackageReference Include="Swashbuckle.AspNetCore" Version="6.8.1" />
</ItemGroup>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="4.5.0" />
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="[4.5.0]" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit 55f1c97

Please sign in to comment.