Skip to content

Commit

Permalink
Update FSharp.Analyzers.SDK and related deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Numpsy committed May 16, 2024
1 parent 3f866a4 commit fca3b52
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 9 deletions.
11 changes: 7 additions & 4 deletions .config/dotnet-tools.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,19 +6,22 @@
"version": "6.3.0-alpha-007",
"commands": [
"fantomas"
]
],
"rollForward": false
},
"fsdocs-tool": {
"version": "20.0.0-alpha-019",
"commands": [
"fsdocs"
]
],
"rollForward": false
},
"fsharp-analyzers": {
"version": "0.25.0",
"version": "0.26.0",
"commands": [
"fsharp-analyzers"
]
],
"rollForward": false
}
}
}
8 changes: 4 additions & 4 deletions Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@
</PropertyGroup>
<ItemGroup>
<!-- locking the version of F# Core as FCS does this anyway and in practise all will be using the same version -->
<PackageVersion Include="FSharp.Analyzers.SDK" Version="[0.25.0]" />
<PackageVersion Include="FSharp.Analyzers.SDK.Testing" Version="[0.25.0]" />
<PackageVersion Include="FSharp.Core" Version="[8.0.200]" />
<PackageVersion Include="FSharp.Compiler.Service" Version="[43.8.200]" />
<PackageVersion Include="FSharp.Analyzers.SDK" Version="[0.26.0]" />
<PackageVersion Include="FSharp.Analyzers.SDK.Testing" Version="[0.26.0]" />
<PackageVersion Include="FSharp.Core" Version="[8.0.300]" />
<PackageVersion Include="FSharp.Compiler.Service" Version="[43.8.300]" />
<PackageVersion Include="Ionide.KeepAChangelog.Tasks" Version="0.1.8" />
<PackageVersion Include="DotNet.ReproducibleBuilds" Version="1.1.1" />
<PackageVersion Include="NUnit3TestAdapter" Version="4.5.0" />
Expand Down
2 changes: 1 addition & 1 deletion tests/FSharp.Analyzers.Tests/FSharp.Analyzers.Tests.fsproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<TargetFramework>net8.0</TargetFramework>
<IsPackable>false</IsPackable>
<GenerateProgramFile>false</GenerateProgramFile>
<IsTestProject>true</IsTestProject>
Expand Down

0 comments on commit fca3b52

Please sign in to comment.