Skip to content

Commit 443cfb2

Browse files
committed
fixup! Migrated to .NET 10
1 parent dc988c7 commit 443cfb2

2 files changed

Lines changed: 1 addition & 3 deletions

File tree

build/Program.fs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ Target.create BuildTarget <| fun _ ->
9191
})
9292

9393
let startGraphQLServer (project : string) port (streamRef : DataRef<Stream>) =
94-
CreateProcess.fromRawCommandLine "dotnet" $"run --project {project} --no-build --configuration {configurationString} --urls=http://localhost:%i{port}/"
94+
CreateProcess.fromRawCommandLine "dotnet" $"run --project {project} --no-build --no-launch-profile --configuration {configurationString} --urls=http://localhost:%i{port}/"
9595
|> CreateProcess.withStandardInput (CreatePipe streamRef)
9696
|> CreateProcess.redirectOutput
9797
|> CreateProcess.withOutputEventsNotNull Trace.trace Trace.traceError

tests/FSharp.Data.GraphQL.IntegrationTests/FSharp.Data.GraphQL.IntegrationTests.fsproj

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,6 @@
99
<ItemGroup>
1010
<PackageReference Include="Microsoft.Extensions.Http" />
1111
<PackageReference Include="Microsoft.NET.Test.Sdk" />
12-
<PackageReference Include="System.Collections.Immutable" />
13-
<PackageReference Include="System.Text.Json" />
1412
<PackageReference Include="xunit" />
1513
<PackageReference Include="xunit.runner.visualstudio" />
1614
</ItemGroup>

0 commit comments

Comments
 (0)