File tree Expand file tree Collapse file tree 1 file changed +12
-1
lines changed
src/System.Private.ServiceModel/pkg Expand file tree Collapse file tree 1 file changed +12
-1
lines changed Original file line number Diff line number Diff line change 1010 <HarvestIncludePaths Include =" runtimes/win7/lib/netstandard1.3" />
1111 </ItemGroup >
1212 <Import Project =" $([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
13- </Project >
13+
14+ <Target Name =" SetDependencyVersion" AfterTargets =" GetNuGetPackageDependencies" >
15+ <ItemGroup >
16+ <Dependency Condition =" '%(Identity)' == 'System.Reflection.DispatchProxy' AND '%(TargetFramework)' == 'netstandard1.3'" >
17+ <Version >4.3.0</Version >
18+ </Dependency >
19+ <Dependency Condition =" '%(Identity)' == 'System.Security.Principal.Windows' AND '%(TargetFramework)' == 'netstandard1.3'" >
20+ <Version >4.3.0</Version >
21+ </Dependency >
22+ </ItemGroup >
23+ </Target >
24+ </Project >
You can’t perform that action at this time.
0 commit comments