Skip to content

Commit ee0b0ba

Browse files
Bump Microsoft.NET.ILLink.Tasks to 8.0.19
--- updated-dependencies: - dependency-name: Microsoft.NET.ILLink.Tasks dependency-version: 8.0.19 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: Microsoft.NET.ILLink.Tasks dependency-version: 8.0.19 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: Microsoft.NET.ILLink.Tasks dependency-version: 8.0.19 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 5bd5ce3 commit ee0b0ba

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

samples/KitchenSink/KitchenSink.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
</ItemGroup>
1515

1616
<ItemGroup>
17+
<PackageReference Include="Microsoft.NET.ILLink.Tasks" Version="8.0.19" />
1718
<ProjectReference Include="..\..\src\Extism.Pdk\Extism.Pdk.csproj" />
1819
<ProjectReference Include="..\SampleLib\SampleLib.csproj" />
1920
<TrimmerRootAssembly Include="SampleLib" />

samples/SampleCSharpPlugin/SampleCSharpPlugin.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
</ItemGroup>
1313

1414
<ItemGroup>
15+
<PackageReference Include="Microsoft.NET.ILLink.Tasks" Version="8.0.19" />
1516
<ProjectReference Include="..\..\src\Extism.Pdk\Extism.Pdk.csproj" />
1617
</ItemGroup>
1718

samples/SampleFSharpPlugin/SampleFSharpPlugin.fsproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222

2323
<ItemGroup>
2424
<PackageReference Update="FSharp.Core" Version="9.0.100" />
25+
<PackageReference Include="Microsoft.NET.ILLink.Tasks" Version="8.0.19" />
2526
</ItemGroup>
2627

2728
<!--This is only necessary for ProjectReference, when using the nuget package this will not be necessary-->

0 commit comments

Comments
 (0)