Skip to content

Commit

Permalink
feat: update FSharp.Data utilities path (#220)
Browse files Browse the repository at this point in the history
  • Loading branch information
NickDarvey authored Apr 14, 2023
1 parent af4e965 commit 3e42d5b
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions paket.dependencies
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ nuget YamlDotNet
github fsprojects/FSharp.TypeProviders.SDK src/ProvidedTypes.fsi
github fsprojects/FSharp.TypeProviders.SDK src/ProvidedTypes.fs

github fsprojects/FSharp.Data:main src/CommonRuntime/Pluralizer.fs
github fsprojects/FSharp.Data:main src/CommonRuntime/NameUtils.fs
github fsprojects/FSharp.Data:main src/FSharp.Data.Runtime.Utilities/Pluralizer.fs
github fsprojects/FSharp.Data:main src/FSharp.Data.Runtime.Utilities/NameUtils.fs

group Server
source https://api.nuget.org/v3/index.json
Expand Down
4 changes: 2 additions & 2 deletions paket.lock
Original file line number Diff line number Diff line change
Expand Up @@ -310,8 +310,8 @@ GITHUB
src/ProvidedTypes.fs (6ad1174db0794a348f4a1c0aa5a60ae3f1803810)
src/ProvidedTypes.fsi (6ad1174db0794a348f4a1c0aa5a60ae3f1803810)
remote: fsprojects/FSharp.Data
src/CommonRuntime/NameUtils.fs (fd0fbccdbca7c697c8a30012754f77225b045ed1)
src/CommonRuntime/Pluralizer.fs (fd0fbccdbca7c697c8a30012754f77225b045ed1)
src/FSharp.Data.Runtime.Utilities/NameUtils.fs (2b17bea14c0ea160f9ff914b16cc5b77bfdf5e3b)
src/FSharp.Data.Runtime.Utilities/Pluralizer.fs (2b17bea14c0ea160f9ff914b16cc5b77bfdf5e3b)
GROUP Server
RESTRICTION: == net6.0
NUGET
Expand Down
12 changes: 6 additions & 6 deletions src/SwaggerProvider.DesignTime/SwaggerProvider.DesignTime.fsproj
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@
<CopyLocalLockFileAssemblies>true</CopyLocalLockFileAssemblies>
</PropertyGroup>
<ItemGroup>
<Compile Include="..\..\paket-files\fsprojects\FSharp.Data\src\CommonRuntime\Pluralizer.fs">
<Compile Include="..\..\paket-files\fsprojects\FSharp.Data\src\FSharp.Data.Runtime.Utilities\Pluralizer.fs">
<Paket>True</Paket>
<Link>paket-files/Pluralizer.fs</Link>
</Compile>
<Compile Include="..\..\paket-files\fsprojects\FSharp.Data\src\CommonRuntime\NameUtils.fs">
<Compile Include="..\..\paket-files\fsprojects\FSharp.Data\src\FSharp.Data.Runtime.Utilities\NameUtils.fs">
<Paket>True</Paket>
<Link>paket-files/NameUtils.fs</Link>
</Compile>
Expand Down Expand Up @@ -52,9 +52,9 @@
</ItemGroup>
<ItemGroup>
<PackageReference Update="FSharp.Core" Version="6.0.5">
<!-- This excludes FSharp.Core.xml and FSharp.Core.resources.dll while referencing the right FSharp.Core.dll version -->
<ExcludeAssets>runtime;contentFiles</ExcludeAssets>
<!-- This excludes FSharp.Core.xml and FSharp.Core.resources.dll while referencing the right FSharp.Core.dll version -->
<ExcludeAssets>runtime;contentFiles</ExcludeAssets>
</PackageReference>
</ItemGroup>
</ItemGroup>
<Import Project="..\..\.paket\Paket.Restore.targets" />
</Project>
</Project>

0 comments on commit 3e42d5b

Please sign in to comment.