Skip to content

Commit

Permalink
run paket update
Browse files Browse the repository at this point in the history
  • Loading branch information
0x53A committed Aug 25, 2017
1 parent b7e31e3 commit dfd8c74
Show file tree
Hide file tree
Showing 10 changed files with 1,938 additions and 1,214 deletions.
6 changes: 0 additions & 6 deletions .paket/Paket.Restore.targets
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,6 @@
<PaketBootStrapperExePath Condition=" '$(PaketBootStrapperExePath)' == '' ">$(PaketToolsPath)paket.bootstrapper.exe</PaketBootStrapperExePath>
<PaketBootStrapperCommand Condition=" '$(OS)' == 'Windows_NT'">"$(PaketBootStrapperExePath)"</PaketBootStrapperCommand>
<PaketBootStrapperCommand Condition=" '$(OS)' != 'Windows_NT' ">$(MonoPath) --runtime=v4.0.30319 "$(PaketBootStrapperExePath)"</PaketBootStrapperCommand>

<!-- Disable automagic references for F# dotnet sdk -->
<!-- This will not do anything for other project types -->
<!-- see https://github.com/fsharp/fslang-design/blob/master/RFCs/FS-1032-fsharp-in-dotnet-sdk.md -->
<DisableImplicitFSharpCoreReference>true</DisableImplicitFSharpCoreReference>
<DisableImplicitSystemValueTupleReference>true</DisableImplicitSystemValueTupleReference>
</PropertyGroup>

<Target Name="PaketRestore" BeforeTargets="_GenerateDotnetCliToolReferenceSpecs;_GenerateProjectRestoreGraphPerFramework;_GenerateRestoreGraphWalkPerFramework;CollectPackageReferences" >
Expand Down
243 changes: 231 additions & 12 deletions integrationtests/Paket.IntegrationTests/Paket.IntegrationTests.fsproj

Large diffs are not rendered by default.

10 changes: 6 additions & 4 deletions integrationtests/Paket.IntegrationTests/packages.config
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="Microsoft.DotNet.InternalAbstractions" version="1.0.0" />
<package id="Microsoft.Win32.Registry" version="4.3" />
<package id="Microsoft.Win32.Registry" version="4.4.0" />
<package id="NUnit3TestAdapter" version="3.8.0" />
<package id="System.ComponentModel.EventBasedAsync" version="4.3.0" />
<package id="System.Diagnostics.Process" version="4.3" />
<package id="System.Xml.XPath" version="4.3" />
<package id="System.Xml.XPath.XmlDocument" version="4.3" />
<package id="System.Diagnostics.Process" version="4.3.0" />
<package id="System.Security.AccessControl" version="4.4.0" />
<package id="System.Security.Principal.Windows" version="4.4.0" />
<package id="System.Xml.XPath" version="4.3.0" />
<package id="System.Xml.XPath.XmlDocument" version="4.3.0" />
</packages>
2,089 changes: 976 additions & 1,113 deletions paket.lock

Large diffs are not rendered by default.

156 changes: 145 additions & 11 deletions src/Paket.Core/Paket.Core.fsproj

Large diffs are not rendered by default.

134 changes: 125 additions & 9 deletions src/Paket/Paket.fsproj

Large diffs are not rendered by default.

235 changes: 211 additions & 24 deletions tests/Paket.Bootstrapper.Tests/Paket.Bootstrapper.Tests.csproj

Large diffs are not rendered by default.

12 changes: 7 additions & 5 deletions tests/Paket.Bootstrapper.Tests/packages.config
Original file line number Diff line number Diff line change
@@ -1,13 +1,15 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="Microsoft.DotNet.InternalAbstractions" version="1.0.0" />
<package id="Microsoft.Win32.Registry" version="4.3" />
<package id="Microsoft.Win32.Registry" version="4.4.0" />
<package id="NUnit3TestAdapter" version="3.8.0" />
<package id="System.ComponentModel.EventBasedAsync" version="4.3.0" />
<package id="System.Diagnostics.Process" version="4.3" />
<package id="System.Threading.ThreadPool" version="4.3" />
<package id="System.Xml.XPath" version="4.3" />
<package id="System.Xml.XPath.XmlDocument" version="4.3" />
<package id="System.Diagnostics.Process" version="4.3.0" />
<package id="System.Security.AccessControl" version="4.4.0" />
<package id="System.Security.Principal.Windows" version="4.4.0" />
<package id="System.Threading.ThreadPool" version="4.3.0" />
<package id="System.Xml.XPath" version="4.3.0" />
<package id="System.Xml.XPath.XmlDocument" version="4.3.0" />
<package id="runtime.native.System" version="4.3.0" />
<package id="System.Collections.NonGeneric" version="4.3.0" />
<package id="System.ComponentModel.Primitives" version="4.3.0" />
Expand Down
257 changes: 231 additions & 26 deletions tests/Paket.Tests/Paket.Tests.fsproj

Large diffs are not rendered by default.

10 changes: 6 additions & 4 deletions tests/Paket.Tests/packages.config
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="Microsoft.DotNet.InternalAbstractions" version="1.0.0" />
<package id="Microsoft.Win32.Registry" version="4.3" />
<package id="Microsoft.Win32.Registry" version="4.4.0" />
<package id="NUnit3TestAdapter" version="3.8.0" />
<package id="System.ComponentModel.EventBasedAsync" version="4.3.0" />
<package id="System.Diagnostics.Process" version="4.3" />
<package id="System.Xml.XPath" version="4.3" />
<package id="System.Xml.XPath.XmlDocument" version="4.3" />
<package id="System.Diagnostics.Process" version="4.3.0" />
<package id="System.Security.AccessControl" version="4.4.0" />
<package id="System.Security.Principal.Windows" version="4.4.0" />
<package id="System.Xml.XPath" version="4.3.0" />
<package id="System.Xml.XPath.XmlDocument" version="4.3.0" />
</packages>

0 comments on commit dfd8c74

Please sign in to comment.