Skip to content

Commit

Permalink
[deploy] updated dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanloerwald committed Oct 11, 2024
1 parent 2c69cb2 commit ecae6e1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ApiGroupGenerator/ApiGroupGenerator.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.CodeAnalysis.CSharp.Workspaces" Version="4.11.0" PrivateAssets="all" />
<PackageReference Include="Microsoft.CodeAnalysis.Analyzers" Version="3.3.4" PrivateAssets="all" />
<PackageReference Include="Microsoft.CodeAnalysis.Analyzers" Version="3.11.0" PrivateAssets="all" />
</ItemGroup>
<ItemGroup>
<None Include="$(OutputPath)\$(AssemblyName).dll" Pack="true" PackagePath="analyzers/dotnet/cs" Visible="false" />
Expand Down
2 changes: 1 addition & 1 deletion ApiGroupGenerator/package.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<!--PackageId, Version-->
<PropertyGroup>
<PackageId>Excubo.Generators.Grouping</PackageId>
<Version>1.4.22</Version>
<Version>1.4.23</Version>
</PropertyGroup>
<!--Self Include-->
<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion Tests_ApiGroupGenerator/Tests_ApiGroupGenerator.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<PackageReference Include="FluentAssertions" Version="6.12.1" />
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="4.11.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.11.1" />
<PackageReference Include="xunit" Version="2.9.1" />
<PackageReference Include="xunit" Version="2.9.2" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.8.2">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
Expand Down

0 comments on commit ecae6e1

Please sign in to comment.