Skip to content

Commit 689908d

Browse files
committed
Renamed AspNetCore StartupExtensions.cs to ServiceCollectionExtensions.fs
1 parent d18a557 commit 689908d

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

src/FSharp.Data.GraphQL.Server.AspNetCore/FSharp.Data.GraphQL.Server.AspNetCore.fsproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<Compile Include="Parser.fs" />
2121
<Compile Include="HttpContext.fs" />
2222
<Compile Include="GraphQLRequestHandler.fs" />
23-
<Compile Include="StartupExtensions.fs" />
23+
<Compile Include="ServiceCollectionExtensions.fs" />
2424
</ItemGroup>
2525

2626
<ItemGroup>

src/FSharp.Data.GraphQL.Server.AspNetCore/StartupExtensions.fs renamed to src/FSharp.Data.GraphQL.Server.AspNetCore/ServiceCollectionExtensions.fs

File renamed without changes.

0 commit comments

Comments
 (0)