Skip to content

Commit

Permalink
Fix FSharp.Core dependency
Browse files Browse the repository at this point in the history
(cherry picked from commit 5778c52)
  • Loading branch information
nozzlegear committed Jan 1, 2025
1 parent 4117961 commit 6cb4868
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<PackageVersion Include="dotenvfile" Version="2.1.0" />
<PackageVersion Include="FakeItEasy" Version="8.3.0" />
<PackageVersion Include="FluentAssertions" Version="7.0.0" />
<PackageVersion Include="fsharp.core" Version="9.0.100" />
<PackageVersion Include="FSharp.Core" Version="9.0.100" />
<PackageVersion Include="JetBrains.Annotations" Version="2024.3.0" />
<PackageVersion Include="microsoft.extensions.dependencyinjection" Version="9.0.0" />
<PackageVersion Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="9.0.0" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@

<IsPackable>false</IsPackable>
<GenerateProgramFile>false</GenerateProgramFile>
<LangVersion>latest</LangVersion>
</PropertyGroup>

<ItemGroup>
Expand All @@ -21,6 +22,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="FSharp.Core" />
<PackageReference Include="Microsoft.NET.Test.Sdk" />
<PackageReference Include="xunit" />
<PackageReference Include="xunit.runner.visualstudio" />
Expand Down
4 changes: 4 additions & 0 deletions ShopifySharp.Experimental/ShopifySharp.Experimental.fsproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
<AssemblyName>ShopifySharp.Experimental</AssemblyName>
<RootNamespace>ShopifySharp.Experimental</RootNamespace>
<VersionPrefix>5.14.2</VersionPrefix>
<LangVersion>latest</LangVersion>
</PropertyGroup>
<PropertyGroup>
<Description>A package containing enhancements, experiments and extensions which have not yet (or may never) make it into the ShopifySharp package. This experimental package does not promise to be stable or adhere to SemVer, it may break between builds. Use at your own risk!</Description>
Expand Down Expand Up @@ -34,4 +35,7 @@
<ItemGroup>
<ProjectReference Include="..\ShopifySharp\ShopifySharp.csproj" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="FSharp.Core" />
</ItemGroup>
</Project>
1 change: 0 additions & 1 deletion ShopifySharp.Tests/ShopifySharp.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
<PackageReference Include="dotenvfile" />
<PackageReference Include="FakeItEasy" />
<PackageReference Include="FluentAssertions" />
<PackageReference Include="fsharp.core" />
<PackageReference Include="JetBrains.Annotations" />
<PackageReference Include="Microsoft.Extensions.DependencyInjection" />
<PackageReference Include="Microsoft.Extensions.DependencyInjection.Abstractions" />
Expand Down
1 change: 1 addition & 0 deletions ShopifySharp.sln
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution
LICENSE = LICENSE
readme.md = readme.md
docs\contribution-guide.md = docs\contribution-guide.md
Directory.Packages.props = Directory.Packages.props
EndProjectSection
EndProject
Project("{F2A71F9B-5D33-465A-A702-920D77279786}") = "ShopifySharp.Experimental", "ShopifySharp.Experimental\ShopifySharp.Experimental.fsproj", "{DE7BB881-2191-489D-B9AA-F5F910EF55D8}"
Expand Down

0 comments on commit 6cb4868

Please sign in to comment.