File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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" />
Original file line number Diff line number Diff 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 >
You can’t perform that action at this time.
0 commit comments