Skip to content

Commit

Permalink
[deploy] updated dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanloerwald committed Jul 3, 2024
1 parent b50586c commit ad18a7d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.CodeAnalysis.Analyzers" Version="3.3.4" PrivateAssets="all" />
<PackageReference Include="Microsoft.CodeAnalysis.CSharp.Workspaces" Version="4.9.2" PrivateAssets="all" />
<PackageReference Include="Microsoft.CodeAnalysis.CSharp.Workspaces" Version="4.10.0" PrivateAssets="all" />
</ItemGroup>
<ItemGroup>
<Compile Update="Resources.Designer.cs" DesignTime="True" AutoGen="True" DependentUpon="Resources.resx" />
Expand Down
2 changes: 1 addition & 1 deletion DependencyInjectionValidation/package.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<!--PackageId, Version-->
<PropertyGroup>
<PackageId>Excubo.Analyzers.DependencyInjectionValidation</PackageId>
<Version>1.0.32</Version>
<Version>1.0.33</Version>
</PropertyGroup>
<!--Self Include-->
<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="Microsoft.CodeAnalysis.CSharp.Workspaces" Version="4.9.2" />
<PackageReference Include="Microsoft.CodeAnalysis.CSharp.Workspaces" Version="4.10.0" />
<PackageReference Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="8.0.1" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.10.0" />
<PackageReference Include="MSTest.TestAdapter" Version="3.4.3" />
Expand Down

0 comments on commit ad18a7d

Please sign in to comment.