diff --git a/Directory.Build.targets b/Directory.Build.targets index 2490d55f1..f43e5fca8 100644 --- a/Directory.Build.targets +++ b/Directory.Build.targets @@ -2,8 +2,8 @@ - 6.0 - 6.0.* + 7.0 + 7.0.* true $(NoWarn);NU1504;NU1701 true diff --git a/FSharp.Data.GraphQL.sln b/FSharp.Data.GraphQL.sln index 6dbf20471..69276d440 100644 --- a/FSharp.Data.GraphQL.sln +++ b/FSharp.Data.GraphQL.sln @@ -95,11 +95,6 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "graphiql-client", "graphiql samples\graphiql-client\webpack.config.js = samples\graphiql-client\webpack.config.js EndProjectSection EndProject -Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "build", "build", "{DFA5AAFF-31B8-4203-822C-8ACC4D7A7D74}" - ProjectSection(SolutionItems) = preProject - samples\relay-starter-kit\build\babelRelayPlugin.js = samples\relay-starter-kit\build\babelRelayPlugin.js - EndProjectSection -EndProject Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "client-provider", "client-provider", "{3D948D55-3CD2-496D-A04C-3B4E7BB69140}" ProjectSection(SolutionItems) = preProject samples\client-provider\field_aliases.fsx = samples\client-provider\field_aliases.fsx diff --git a/Packages.props b/Packages.props index 01b7ba6eb..66d06f345 100644 --- a/Packages.props +++ b/Packages.props @@ -1,9 +1,9 @@  - 6.0.* - 6.0.* - 2.4.2 + 7.0.* + 7.0.* + 2.5.0 @@ -15,14 +15,14 @@ - + - + - - - + + + @@ -38,9 +38,9 @@ - - - + + + diff --git a/global.json b/global.json index e7813d8db..437a562d0 100644 --- a/global.json +++ b/global.json @@ -1,7 +1,6 @@ { "sdk": { - "version": "6.0.400", "rollForward": "latestMinor" }, "projects": [ "src", "tests" ] -} \ No newline at end of file +}