We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 975d122 commit 5517391Copy full SHA for 5517391
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.40" GeneratePathProperty="true" PrivateAssets="all" />
21
</ItemGroup>
22
23
<Target Name="ILRepack" AfterTargets="Build">
0 commit comments