This repository was archived by the owner on Dec 14, 2018. It is now read-only.
File tree 4 files changed +3
-2
lines changed
test/WebSites/FSharpWebSite
4 files changed +3
-2
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 19
19
<XunitVersion >2.3.0-beta2-build3683</XunitVersion >
20
20
<XunitRunnerVisualStudioVersion >2.3.0-beta2-build1317</XunitRunnerVisualStudioVersion >
21
21
</PropertyGroup >
22
+
23
+ <Import Project =" $(DotNetPackageVersionPropsPath)" Condition =" '$(DotNetPackageVersionPropsPath)' != '' " />
22
24
</Project >
Original file line number Diff line number Diff line change 1
1
<Project Sdk =" FSharp.NET.Sdk; Microsoft.NET.Sdk.Web" >
2
- <Import Project =" ..\..\..\build\dependencies.props" />
3
2
4
3
<PropertyGroup >
5
4
<TargetFramework >netcoreapp2.0</TargetFramework >
You can’t perform that action at this time.
0 commit comments