We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 18ce6d6 commit c4728e4Copy full SHA for c4728e4
src/Splat.DependencyInjection.SourceGenerator/Splat.DependencyInjection.SourceGenerator.csproj
@@ -17,7 +17,7 @@
17
<PackageReference Include="Microsoft.CodeAnalysis.Common" Version="4.0.1" PrivateAssets="all" GeneratePathProperty="true" />
18
<PackageReference Include="Microsoft.CodeAnalysis.CSharp.Workspaces" Version="4.0.1" PrivateAssets="all" GeneratePathProperty="true" />
19
<PackageReference Include="ReactiveMarbles.RoslynHelpers" Version="1.2.1" GeneratePathProperty="true" PrivateAssets="all" />
20
- <PackageReference Include="ILRepack" Version="2.0.37" GeneratePathProperty="true" PrivateAssets="all" />
+ <PackageReference Include="ILRepack" Version="2.0.41" GeneratePathProperty="true" PrivateAssets="all" />
21
</ItemGroup>
22
23
<Target Name="ILRepack" AfterTargets="Build">
0 commit comments