File tree Expand file tree Collapse file tree 6 files changed +7
-593
lines changed Expand file tree Collapse file tree 6 files changed +7
-593
lines changed Original file line number Diff line number Diff line change @@ -39,4 +39,5 @@ samples/**/*.fsx.lock
39
39
temp
40
40
~testout~
41
41
paket-files /
42
- /out
42
+ /out
43
+ src /Xake. * .xml
Original file line number Diff line number Diff line change 1
1
#r " paket:
2
- nuget Xake ~> 1.0 prerelease //"
2
+ nuget Xake ~> 1.1 prerelease //"
3
3
4
4
#if ! FAKE
5
5
#load " .fake/build.fsx/intellisense.fsx"
@@ -88,7 +88,7 @@ do xakeScript {
88
88
" --configuration" ; " Release"
89
89
" --framework" ; framework
90
90
" --output" ; " ../out/" + framework
91
- " /p:DocumentationFile=Xake.xml"
91
+ " /p:DocumentationFile=Xake.Dotnet. xml"
92
92
]
93
93
}
94
94
]
Original file line number Diff line number Diff line change @@ -3,12 +3,5 @@ RESTRICTION: == netstandard2.0
3
3
NUGET
4
4
remote: https://api.nuget.org/v3/index.json
5
5
FSharp.Core (4.3.4)
6
- Microsoft.Win32.Registry (4.4)
7
- System.Security.AccessControl (>= 4.4)
8
- System.Security.Principal.Windows (>= 4.4)
9
- System.Security.AccessControl (4.4.1)
10
- System.Security.Principal.Windows (>= 4.4)
11
- System.Security.Principal.Windows (4.4.1)
12
- Xake (1.0.8.410-alpha)
6
+ Xake (1.1.0.413-alpha)
13
7
FSharp.Core (>= 4.3.4)
14
- Microsoft.Win32.Registry (>= 4.4)
Original file line number Diff line number Diff line change 8
8
<Compile Include =" CommonLib.fs" />
9
9
<Compile Include =" ProcessExec.fs" />
10
10
<Compile Include =" DotNetFwk.fs" />
11
+ <Compile Include =" ResourceFileset.fs" />
11
12
12
13
<Compile Include =" DotnetTasks.fs" />
13
14
<Compile Include =" Dotnet.csc.fs" />
14
15
<Compile Include =" Dotnet.fsc.fs" />
15
- <Compile Include =" ResourceFileset.fs" />
16
16
<Compile Include =" Dotnet.resgen.fs" />
17
17
<Compile Include =" Dotnet.Msbuild.fs" />
18
18
</ItemGroup >
19
19
20
20
<ItemGroup >
21
- <PackageReference Include =" Xake" Version =" 1.0.8.410 -alpha" />
21
+ <PackageReference Include =" Xake" Version =" 1.1.0.413 -alpha" />
22
22
</ItemGroup >
23
23
24
24
<ItemGroup Condition =" '$(TargetFramework)' == 'netstandard2.0'" >
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments