Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 6688336

Browse files
authoredMar 31, 2025··
chore(deps): update dependency ilrepack to 2.0.41
1 parent 975d122 commit 6688336

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/Splat.DependencyInjection.SourceGenerator/Splat.DependencyInjection.SourceGenerator.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<PackageReference Include="Microsoft.CodeAnalysis.Common" Version="4.0.1" PrivateAssets="all" GeneratePathProperty="true" />
1818
<PackageReference Include="Microsoft.CodeAnalysis.CSharp.Workspaces" Version="4.0.1" PrivateAssets="all" GeneratePathProperty="true" />
1919
<PackageReference Include="ReactiveMarbles.RoslynHelpers" Version="1.2.1" GeneratePathProperty="true" PrivateAssets="all" />
20-
<PackageReference Include="ILRepack" Version="2.0.37" GeneratePathProperty="true" PrivateAssets="all" />
20+
<PackageReference Include="ILRepack" Version="2.0.41" GeneratePathProperty="true" PrivateAssets="all" />
2121
</ItemGroup>
2222

2323
<Target Name="ILRepack" AfterTargets="Build">

0 commit comments

Comments
 (0)
Please sign in to comment.