-
Notifications
You must be signed in to change notification settings - Fork 158
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #820 from nojaf/replace-paket
Replace Paket with NuGet
- Loading branch information
Showing
78 changed files
with
3,000 additions
and
857 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,6 @@ | |
**/bin/ | ||
**/lib/ | ||
**/obj/ | ||
**/paket-files/ | ||
**/nuget/*.nupkg | ||
**/docs/output/ | ||
**/literate/outputs/* | ||
|
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
<Project> | ||
<PropertyGroup> | ||
<ManagePackageVersionsCentrally>true</ManagePackageVersionsCentrally> | ||
<RestorePackagesWithLockFile>true</RestorePackagesWithLockFile> | ||
<DisableImplicitFSharpCoreReference>true</DisableImplicitFSharpCoreReference> | ||
</PropertyGroup> | ||
<ItemGroup> | ||
<!-- locking the version of F# Core as FCS does this anyway and in practise all will be using the same version --> | ||
<PackageVersion Include="FSharp.Core" Version="[7.0.200]" /> | ||
<PackageVersion Include="FSharp.Compiler.Service" Version="[43.7.200]" /> | ||
<PackageVersion Include="CommandLineParser" Version="2.9.1" /> | ||
<PackageVersion Include="Microsoft.Build" Version="" PrivateAssets="all" /> | ||
<PackageVersion Include="Microsoft.Build.Framework" Version="" PrivateAssets="all" /> | ||
<PackageVersion Include="Microsoft.Build.Utilities.Core" Version="" PrivateAssets="all" /> | ||
<PackageVersion Include="Microsoft.Build.Tasks.Core" Version="" PrivateAssets="all" /> | ||
<PackageVersion Include="Ionide.ProjInfo" Version="0.61.2" /> | ||
<PackageVersion Include="Ionide.ProjInfo.Sln" Version="0.61.2" /> | ||
<PackageVersion Include="Newtonsoft.Json" Version="13.0.1" /> | ||
<PackageVersion Include="Suave" Version="2.6.2" /> | ||
<PackageVersion Include="System.Memory" Version="4.5.5" /> | ||
<PackageVersion Include="Microsoft.CodeAnalysis.CSharp" Version="3.11.0-3.final" /> | ||
<PackageVersion Include="NUnit" Version="3.13.3" /> | ||
<PackageVersion Include="FsUnit" Version="5.2.0" /> | ||
<PackageVersion Include="FSharp.Data" Version="6.1.1-beta" /> | ||
<PackageVersion Include="NUnit3TestAdapter" Version="4.4.2" /> | ||
<PackageVersion Include="Microsoft.NET.Test.Sdk" Version="17.5" /> | ||
</ItemGroup> | ||
</Project> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.