Skip to content

Commit 763af79

Browse files
committed
MNT: Removing paket.template from proj files
1 parent c718dab commit 763af79

File tree

5 files changed

+0
-5
lines changed

5 files changed

+0
-5
lines changed

src/Plough.WebApi.Client.Dotnet/Plough.WebApi.Client.Dotnet.fsproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414

1515
<ItemGroup>
1616
<Content Include="paket.references" />
17-
<Content Include="paket.template" />
1817
</ItemGroup>
1918
<Import Project="..\..\.paket\Paket.Restore.targets" />
2019
</Project>

src/Plough.WebApi.Client.Fable/Plough.WebApi.Client.Fable.fsproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
<ItemGroup>
77
<Compile Include="FableApiClient.fs" />
88
<Content Include="paket.references" />
9-
<Content Include="paket.template" />
109
</ItemGroup>
1110
<!-- Add source files to "fable" folder in Nuget package -->
1211
<ItemGroup>

src/Plough.WebApi.Core/Plough.WebApi.Core.fsproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616
<Compile Include="ApiClient.fs" />
1717
<Compile Include="ClientBuilder.fs" />
1818
<Content Include="paket.references" />
19-
<Content Include="paket.template" />
2019
</ItemGroup>
2120
<!-- Add source files to "fable" folder in Nuget package -->
2221
<ItemGroup>

src/Plough.WebApi.Server.Giraffe.Cognito/Plough.WebApi.Server.Giraffe.Cognito.fsproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
<Compile Include="AuthenticationBuilder.fs" />
1414
<Compile Include="ServerBuilder.fs" />
1515
<Content Include="paket.references" />
16-
<Content Include="paket.template" />
1716
</ItemGroup>
1817
<ItemGroup>
1918
<ProjectReference Include="..\Plough.WebApi.Server.Giraffe\Plough.WebApi.Server.Giraffe.fsproj" />

src/Plough.WebApi.Server.Giraffe/Plough.WebApi.Server.Giraffe.fsproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
<ItemGroup>
77
<Compile Include="ServerBuilder.fs" />
88
<Content Include="paket.references" />
9-
<Content Include="paket.template" />
109
</ItemGroup>
1110
<ItemGroup>
1211
<ProjectReference Include="..\Plough.WebApi.Core\Plough.WebApi.Core.fsproj" />

0 commit comments

Comments
 (0)