Skip to content

Commit

Permalink
Updated NuGet packages and F# to 7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrii Chebukin authored and xperiandri committed Aug 8, 2023
1 parent 1858c78 commit 7c23eb1
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 20 deletions.
4 changes: 2 additions & 2 deletions Directory.Build.targets
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
<Sdk Name="Microsoft.Build.CentralPackageVersions" Version="2.1.3" />

<PropertyGroup>
<LangVersion>6.0</LangVersion>
<FSharpCoreVersion>6.0.*</FSharpCoreVersion>
<LangVersion>7.0</LangVersion>
<FSharpCoreVersion>7.0.*</FSharpCoreVersion>
<DisableImplicitFSharpCoreReference>true</DisableImplicitFSharpCoreReference>
<NoWarn>$(NoWarn);NU1504;NU1701</NoWarn>
<TreatWarningsAsErrors Condition="'$(Configuration)' != 'Debug'">true</TreatWarningsAsErrors>
Expand Down
5 changes: 0 additions & 5 deletions FSharp.Data.GraphQL.sln
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
22 changes: 11 additions & 11 deletions Packages.props
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<Project>
<PropertyGroup>
<MicrosoftExtensionsVersion>6.0.*</MicrosoftExtensionsVersion>
<AspNetCoreVersion>6.0.*</AspNetCoreVersion>
<XUnitVersion>2.4.2</XUnitVersion>
<MicrosoftExtensionsVersion>7.0.*</MicrosoftExtensionsVersion>
<AspNetCoreVersion>7.0.*</AspNetCoreVersion>
<XUnitVersion>2.5.0</XUnitVersion>
</PropertyGroup>
<ItemGroup Label="Common">
<PackageReference Update="FParsec" Version="1.1.1" />
Expand All @@ -15,14 +15,14 @@
<PackageReference Update="NuGet.CommandLine" Version="1.*" />
<PackageReference Update="System.CodeDom" Version="6.*" />
<PackageReference Update="System.Management" Version="6.*" />
<PackageReference Update="System.Reactive" Version="5.*" />
<PackageReference Update="System.Reactive" Version="6.*" />
</ItemGroup>
<ItemGroup Label="Test platform">
<PackageReference Update="BenchmarkDotNet" Version="0.13.2" />
<PackageReference Update="BenchmarkDotNet" Version="0.13.*" />
<PackageReference Update="BenchmarkDotNet.Annotations" Version="0.*" />
<PackageReference Update="Microsoft.NET.Test.Sdk" Version="17.3.*" />
<PackageReference Update="Microsoft.TestPlatform.TestHost" Version="17.3.*" />
<PackageReference Update="Microsoft.TestPlatform.ObjectModel" Version="17.3.*" />
<PackageReference Update="Microsoft.NET.Test.Sdk" Version="17.7.0" />
<PackageReference Update="Microsoft.TestPlatform.TestHost" Version="17.7.*" />
<PackageReference Update="Microsoft.TestPlatform.ObjectModel" Version="17.7.*" />
<PackageReference Update="xunit" Version="$(XUnitVersion)" />
<PackageReference Update="xunit.analyzers" Version="1.*" />
<PackageReference Update="xunit.assert" Version="$(XUnitVersion)" />
Expand All @@ -38,9 +38,9 @@
<PackageReference Update="EntityFramework" Version="1.*" />
<PackageReference Update="FSharp.Data.TypeProviders" Version="1.*" />
<PackageReference Update="Giraffe" Version="6.*" />
<PackageReference Update="GraphQL.Server.Ui.Playground" Version="7.1.*" />
<PackageReference Update="GraphQL.Server.Ui.Voyager" Version="7.1.*" />
<PackageReference Update="HotChocolate.AspNetCore" Version="12.16.*" />
<PackageReference Update="GraphQL.Server.Ui.Playground" Version="7.*" />
<PackageReference Update="GraphQL.Server.Ui.Voyager" Version="7.*" />
<PackageReference Update="HotChocolate.AspNetCore" Version="13.*" />
<PackageReference Update="Iced" Version="1.17.*" />
<PackageReference Update="Microsoft.CodeCoverage" Version="17.3.*" />
<PackageReference Update="Microsoft.Diagnostics.NETCore.Client" Version="0.2.*" />
Expand Down
3 changes: 1 addition & 2 deletions global.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"sdk": {
"version": "6.0.400",
"rollForward": "latestMinor"
},
"projects": [ "src", "tests" ]
}
}

0 comments on commit 7c23eb1

Please sign in to comment.