Skip to content

Commit

Permalink
embed the paket files
Browse files Browse the repository at this point in the history
  • Loading branch information
ctaggart authored and enricosada committed Jan 11, 2018
1 parent 4ae4647 commit da18cdd
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 0 deletions.
5 changes: 5 additions & 0 deletions global.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"sdk": {
"version": "2.1.3"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
<ItemGroup>
<Compile Include="..\..\paket-files\netcore\Microsoft\visualfsharp\src\fsharp\FSharp.Build\Fsc.fs" />
<PackageReference Include="SourceLink.Create.CommandLine" Version="2.6.0" PrivateAssets="All" />
<PackageReference Include="SourceLink.Embed.PaketFiles" Version="2.6.0" PrivateAssets="All" />
</ItemGroup>

<Import Project="..\..\.paket\Paket.Restore.targets" />
Expand Down
1 change: 1 addition & 0 deletions src/FsAutoComplete.Core.netcore/FsAutoComplete.Core.fsproj
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@
<ItemGroup>
<ProjectReference Include="..\FsAutoComplete.Core.VerboseSdkHelper.netcore\FsAutoComplete.Core.VerboseSdkHelper.fsproj" />
<PackageReference Include="SourceLink.Create.CommandLine" Version="2.6.0" PrivateAssets="All" />
<PackageReference Include="SourceLink.Embed.PaketFiles" Version="2.6.0" PrivateAssets="All" />
</ItemGroup>

<Import Project="..\..\.paket\Paket.Restore.targets" />
Expand Down
1 change: 1 addition & 0 deletions src/FsAutoComplete.netcore/FsAutoComplete.fsproj
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
<ItemGroup>
<ProjectReference Include="..\FsAutoComplete.Core.netcore\FsAutoComplete.Core.fsproj" />
<PackageReference Include="SourceLink.Create.CommandLine" Version="2.6.0" PrivateAssets="All" />
<PackageReference Include="SourceLink.Embed.PaketFiles" Version="2.6.0" PrivateAssets="All" />
</ItemGroup>

<Import Project="..\..\.paket\Paket.Restore.targets" />
Expand Down

0 comments on commit da18cdd

Please sign in to comment.