File tree Expand file tree Collapse file tree 3 files changed +3
-1
lines changed Expand file tree Collapse file tree 3 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 1
1
<Project >
2
+ <Import Project =" build\dependencies.props" />
2
3
<Import Project =" build\dependencies.targets" />
3
4
<Import Project =" build\dependencies.g.targets" Condition =" Exists('build\dependencies.g.targets') AND '$(DesignTimeBuild)' != 'true'" />
4
5
</Project >
Original file line number Diff line number Diff line change 1
1
<Project >
2
- <Import Project =" dependencies.props" />
3
2
<Import Project =" ..\version.props" />
4
3
5
4
<PropertyGroup >
Original file line number Diff line number Diff line change 9
9
<RuntimeFrameworkVersion Condition =" '$(TargetFramework)'=='netcoreapp2.0'" >2.0.0</RuntimeFrameworkVersion >
10
10
<ThreadingDataflowVersion >4.8.0</ThreadingDataflowVersion >
11
11
</PropertyGroup >
12
+
13
+ <Import Project =" $(DotNetPackageVersionPropsPath)" Condition =" '$(DotNetPackageVersionPropsPath)' != '' " />
12
14
</Project >
You can’t perform that action at this time.
0 commit comments