Skip to content

Commit 5fda195

Browse files
authored
Merge pull request #853 from sys27/dependabot/nuget/dev/Microsoft.NET.ILLink.Tasks-9.0.7
Bump Microsoft.NET.ILLink.Tasks from 9.0.4 to 9.0.7
2 parents 434c752 + 199fcf9 commit 5fda195

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

Directory.Build.targets

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,7 @@
11
<Project>
2-
<Target Name="CoverletGetPathMap"
3-
DependsOnTargets="InitializeSourceRootMappedPaths"
4-
Returns="@(_LocalTopLevelSourceRoot)"
5-
Condition="'$(DeterministicSourcePaths)' == 'true'">
2+
<Target Name="CoverletGetPathMap" DependsOnTargets="InitializeSourceRootMappedPaths" Returns="@(_LocalTopLevelSourceRoot)" Condition="'$(DeterministicSourcePaths)' == 'true'">
63
<ItemGroup>
7-
<_LocalTopLevelSourceRoot Include="@(SourceRoot)" Condition="'%(SourceRoot.NestedRoot)' == ''"/>
4+
<_LocalTopLevelSourceRoot Include="@(SourceRoot)" Condition="'%(SourceRoot.NestedRoot)' == ''" />
85
</ItemGroup>
96
</Target>
107
</Project>

Directory.Packages.props

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
<Project>
22
<ItemGroup>
3+
<PackageVersion Include="Microsoft.NET.ILLink.Tasks" Version="9.0.7" />
34
<PackageVersion Include="Microsoft.SourceLink.GitHub" Version="8.0.0" />
45
<PackageVersion Include="Nerdbank.GitVersioning" Version="3.7.115" />
56
<PackageVersion Include="NSubstitute" Version="5.3.0" />

xFunc.Maths/xFunc.Maths.csproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,8 @@ https://sys27.github.io/xFunc/articles/breaking-changes.html</PackageReleaseNote
106106
</ItemGroup>
107107

108108
<ItemGroup>
109+
110+
<PackageReference Include="Microsoft.NET.ILLink.Tasks" />
109111
<EmbeddedResource Update="Resources\Resource.resx">
110112
<Generator>ResXFileCodeGenerator</Generator>
111113
<LastGenOutput>Resource.Designer.cs</LastGenOutput>

0 commit comments

Comments
 (0)