Skip to content

Commit

Permalink
Fixed duplicate ReadMe.md file in NuGet package
Browse files Browse the repository at this point in the history
  • Loading branch information
xperiandri committed Feb 16, 2024
1 parent 5229073 commit b1433fb
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 21 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,6 @@
<NoWarn>$(NoWarn);NU5100</NoWarn>
</PropertyGroup>

<ItemGroup>
<None Include="..\..\icon.png" Pack="true" PackagePath="" Visible="False" />
<None Include="..\..\README.md" Pack="true" PackagePath="" Visible="False" />
</ItemGroup>

<ItemGroup>
<PackageReference Update="FSharp.Core" VersionOverride="$(FSharpCoreVersion)">
<PrivateAssets>all</PrivateAssets>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,6 @@
<PublicSign Condition=" '$(OS)' != 'Windows_NT' ">true</PublicSign>-->
</PropertyGroup>

<ItemGroup>
<None Include="..\..\README.md" Pack="true" PackagePath="" Visible="False" />
</ItemGroup>

<ItemGroup>
<PackageReference Include="FSharp.Control.Reactive" />
<PackageReference Include="System.Reactive" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,6 @@
<Description>FSharp implementation of Relay GraphQL Cursor Connections Specification for Facebook GraphQL query language (Server)</Description>
</PropertyGroup>

<ItemGroup>
<None Include="..\..\README.md" Pack="true" PackagePath="" Visible="False" />
</ItemGroup>

<ItemGroup>
<Compile Include="Node.fs" />
<Compile Include="Connections.fs" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,6 @@
<PublicSign Condition=" '$(OS)' != 'Windows_NT' ">true</PublicSign>-->
</PropertyGroup>

<ItemGroup>
<None Include="..\..\README.md" Pack="true" PackagePath="" Visible="False" />
</ItemGroup>

<ItemGroup Label="InternalsVisibleTo">
<AssemblyAttribute Include="System.Runtime.CompilerServices.InternalsVisibleToAttribute">
<_Parameter1>FSharp.Data.GraphQL.Benchmarks</_Parameter1>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,6 @@
<PublicSign Condition=" '$(OS)' != 'Windows_NT' ">true</PublicSign>-->
</PropertyGroup>

<ItemGroup>
<None Include="..\..\README.md" Pack="true" PackagePath="" Visible="False" />
</ItemGroup>

<ItemGroup Label="InternalsVisibleTo">
<AssemblyAttribute Include="System.Runtime.CompilerServices.InternalsVisibleToAttribute">
<_Parameter1>FSharp.Data.GraphQL.Server</_Parameter1>
Expand Down

0 comments on commit b1433fb

Please sign in to comment.