File tree Expand file tree Collapse file tree 7 files changed +14
-13
lines changed
tests/FSharp.Plotly.Tests Expand file tree Collapse file tree 7 files changed +14
-13
lines changed Original file line number Diff line number Diff line change 49
49
</Otherwise >
50
50
</Choose >
51
51
<Import Project =" $(FSharpTargetsPath)" />
52
+ <PropertyGroup >
53
+ <PostBuildEvent >xcopy /Y "$(TargetDir)*.dll" "$(SolutionDir)bin\"
54
+ xcopy /Y "$(TargetDir)*.xml" "$(SolutionDir)bin\"</PostBuildEvent >
55
+ </PropertyGroup >
52
56
<ItemGroup >
53
57
<Compile Include =" AssemblyInfo.fs" />
54
58
<Compile Include =" ViewContainer.fs" />
62
66
<Private >True</Private >
63
67
</Reference >
64
68
<Reference Include =" Newtonsoft.Json" >
65
- <HintPath >..\..\packages\Newtonsoft.Json.8 .0.3 \lib\net45\Newtonsoft.Json.dll</HintPath >
69
+ <HintPath >..\..\packages\Newtonsoft.Json.9 .0.1 \lib\net45\Newtonsoft.Json.dll</HintPath >
66
70
<Private >True</Private >
67
71
</Reference >
68
72
<Reference Include =" PresentationCore" />
73
77
<Reference Include =" System.Xaml" />
74
78
<Reference Include =" UIAutomationTypes" />
75
79
<Reference Include =" WindowsBase" />
76
- </ItemGroup >
77
- <ItemGroup >
78
80
<ProjectReference Include =" ..\FSharp.Plotly\FSharp.Plotly.fsproj" >
79
81
<Name >FSharp.Plotly</Name >
80
82
<Project >{8a8d5b08-bfd1-4953-8624-f1520a342232}</Project >
81
83
<Private >True</Private >
82
84
</ProjectReference >
83
85
</ItemGroup >
84
- <PropertyGroup >
85
- <PostBuildEvent >xcopy /Y "$(TargetDir)*.dll" "$(SolutionDir)bin\"
86
- xcopy /Y "$(TargetDir)*.xml" "$(SolutionDir)bin\"</PostBuildEvent >
87
- </PropertyGroup >
88
86
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
89
87
Other similar extension points exist, see Microsoft.Common.targets.
90
88
<Target Name="BeforeBuild">
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" utf-8" ?>
2
2
<packages >
3
- <package id =" Newtonsoft.Json" version =" 8 .0.3 " targetFramework =" net452" />
3
+ <package id =" Newtonsoft.Json" version =" 9 .0.1 " targetFramework =" net452" />
4
4
</packages >
Original file line number Diff line number Diff line change 83
83
</Reference >
84
84
<Reference Include =" mscorlib" />
85
85
<Reference Include =" Newtonsoft.Json" >
86
- <HintPath >..\..\packages\Newtonsoft.Json.8 .0.3 \lib\net40\Newtonsoft.Json.dll</HintPath >
86
+ <HintPath >..\..\packages\Newtonsoft.Json.9 .0.1 \lib\net40\Newtonsoft.Json.dll</HintPath >
87
87
<Private >True</Private >
88
88
</Reference >
89
89
<Reference Include =" System" />
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" utf-8" ?>
2
2
<packages >
3
- <package id =" Newtonsoft.Json" version =" 8 .0.3 " targetFramework =" net40" />
3
+ <package id =" Newtonsoft.Json" version =" 9 .0.1 " targetFramework =" net40" />
4
4
</packages >
Original file line number Diff line number Diff line change 1
- FSharp.Core
1
+ source https://nuget.org/api/v2
2
+
3
+ nuget FSharp.Core
4
+ nuget Newtonsoft.Json
Original file line number Diff line number Diff line change 71
71
<ItemGroup >
72
72
<Reference Include =" mscorlib" />
73
73
<Reference Include =" Newtonsoft.Json" >
74
- <HintPath >..\..\packages\Newtonsoft.Json.8 .0.3 \lib\net40\Newtonsoft.Json.dll</HintPath >
74
+ <HintPath >..\..\packages\Newtonsoft.Json.9 .0.1 \lib\net40\Newtonsoft.Json.dll</HintPath >
75
75
<Private >True</Private >
76
76
</Reference >
77
77
<Reference Include =" System" />
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" utf-8" ?>
2
2
<packages >
3
- <package id =" Newtonsoft.Json" version =" 8 .0.3 " targetFramework =" net40" />
3
+ <package id =" Newtonsoft.Json" version =" 9 .0.1 " targetFramework =" net40" />
4
4
</packages >
You can’t perform that action at this time.
0 commit comments